r75118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75117‎ | r75118 | r75119 >
Date:21:55, 20 October 2010
Author:laner
Status:deferred
Tags:
Comment:
Updating opendj to opendj_2.4.0-7
Modified paths:
  • /trunk/debs/opendj/debian/changelog (modified) (history)
  • /trunk/debs/opendj/debian/rules (modified) (history)

Diff [purge]

Index: trunk/debs/opendj/debian/changelog
@@ -1,3 +1,9 @@
 2+opendj (2.4.0-7) unstable; urgency=low
 3+
 4+ * Add create-nis-indexes script
 5+
 6+ -- Ryan Lane <rlane@wikimedia.org> Tue, 20 Oct 2010 15:55:00 -0600
 7+
28 opendj (2.4.0-6) unstable; urgency=low
39
410 * Change the depend to allow any jre
Index: trunk/debs/opendj/debian/rules
@@ -80,6 +80,8 @@
8181
8282 # Move the binaries into usr
8383 mv ${CURDIR}/build/package/OpenDJ/* $(CURDIR)/debian/opendj/usr/opendj
 84+ cp ${CURDIR}/create-nis-indexes $(CURDIR)/debian/opendj/usr/opendj/bin
 85+ chmod a+rx $(CURDIR)/debian/opendj/usr/opendj/bin/create-nis-indexes
8486
8587 # Ensure the resource file created by the build is gone, and we link to etc for it
8688 rm -f $(CURDIR)/debian/opendj/usr/opendj/instance.loc

Status & tagging log