diff -u parrot-1.0.0/debian/changelog parrot-1.0.0/debian/changelog --- parrot-1.0.0/debian/changelog +++ parrot-1.0.0/debian/changelog @@ -1,4 +1,5 @@ parrot (1.0.0-1) unstable; urgency=low + [ Allison Randal ] * New upstream release * debian/control.in: - Updated Description of all packages. @@ -8,7 +9,16 @@ distribution. - Removed copyright info for files no longer in distribution. - -- Allison Randal Tue, 17 Mar 2009 22:48:45 -0700 + [ David Nusinow ] + * Re-order dh_installdeb in binary-arch to run after makeshlibs and + shlibdeps so that the library gets installed properly + * Include INSTALLABLEPBCTOEXE in the prog-clean target of + config/gen/makefiles/root.in so as to get a properly clean build + directory + * Include a libparrot.postinst so that ldconfig gets called properly by + dh_makeshlibs + + -- David Nusinow Wed, 18 Mar 2009 21:26:51 -0400 parrot (0.9.0-1) unstable; urgency=low diff -u parrot-1.0.0/debian/rules parrot-1.0.0/debian/rules --- parrot-1.0.0/debian/rules +++ parrot-1.0.0/debian/rules @@ -82,9 +82,9 @@ dh_strip -a dh_compress -a dh_fixperms -a - dh_installdeb -a dh_makeshlibs -plibparrot$(SOVERSION) dh_shlibdeps -a -Llibparrot$(SOVERSION) -l$(CURDIR)/debian/libparrot$(SOVERSION)/usr/lib + dh_installdeb -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a only in patch2: unchanged: --- parrot-1.0.0.orig/config/gen/makefiles/root.in +++ parrot-1.0.0/config/gen/makefiles/root.in @@ -1625,6 +1625,7 @@ $(INSTALLABLEPDUMP) \ $(INSTALLABLEPINFO) \ $(INSTALLABLEPBCMERGE) \ + $(INSTALLABLEPBCTOEXE) \ $(INSTALLABLEPDB) \ $(INSTALLABLECONFIG) \ pbc_to_exe.pbc pbc_to_exe.c pbc_to_exe$(O) pbc_to_exe$(EXE) \ only in patch2: unchanged: --- parrot-1.0.0.orig/debian/libparrot.postinst +++ parrot-1.0.0/debian/libparrot.postinst @@ -0,0 +1 @@ +#DEBHELPER# \ No newline at end of file