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 | + |
2 | 8 | opendj (2.4.0-6) unstable; urgency=low |
3 | 9 | |
4 | 10 | * Change the depend to allow any jre |
Index: trunk/debs/opendj/debian/rules |
— | — | @@ -80,6 +80,8 @@ |
81 | 81 | |
82 | 82 | # Move the binaries into usr |
83 | 83 | 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 |
84 | 86 | |
85 | 87 | # Ensure the resource file created by the build is gone, and we link to etc for it |
86 | 88 | rm -f $(CURDIR)/debian/opendj/usr/opendj/instance.loc |