[svn:parrot] r37575 - trunk/ports/debian

allison at svn.parrot.org allison at svn.parrot.org
Thu Mar 19 03:55:22 UTC 2009


Author: allison
Date: Thu Mar 19 03:55:20 2009
New Revision: 37575
URL: https://trac.parrot.org/parrot/changeset/37575

Log:
[debian] Fix some of the lintian warnings. Thanks to David Nusinow for
the patch.

Added:
   trunk/ports/debian/libparrot.postinst
Modified:
   trunk/ports/debian/changelog
   trunk/ports/debian/rules

Modified: trunk/ports/debian/changelog
==============================================================================
--- trunk/ports/debian/changelog	Thu Mar 19 03:36:54 2009	(r37574)
+++ trunk/ports/debian/changelog	Thu Mar 19 03:55:20 2009	(r37575)
@@ -6,10 +6,16 @@
   * debian/rules:
     - Integrate Ubuntu packaging changes to automatically generate
       debian/control.
+    - Re-order dh_installdeb in binary-arch to run after dh_makeshlibs and
+      shlibdeps so that the library gets installed properly (patch from David
+      Nusinow)
   * debian/copyright:
     - Changed copyright holder to Parrot Foundation, reflecting change in
       distribution.
     - Removed copyright info for files no longer in distribution.
+  * libparrot.postinst
+    - Added so ldconfig gets called properly by dh_makeshlibs (patch from
+      David Nusinow)
 
  -- Allison Randal <allison at parrot.org>  Tue, 17 Mar 2009 22:48:45 -0700
 

Added: trunk/ports/debian/libparrot.postinst
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/ports/debian/libparrot.postinst	Thu Mar 19 03:55:20 2009	(r37575)
@@ -0,0 +1 @@
+#DEBHELPER#

Modified: trunk/ports/debian/rules
==============================================================================
--- trunk/ports/debian/rules	Thu Mar 19 03:36:54 2009	(r37574)
+++ trunk/ports/debian/rules	Thu Mar 19 03:55:20 2009	(r37575)
@@ -94,9 +94,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


More information about the parrot-commits mailing list