[svn:parrot] r37571 - in trunk/ports: debian ubuntu

allison at svn.parrot.org allison at svn.parrot.org
Thu Mar 19 00:48:00 UTC 2009


Author: allison
Date: Thu Mar 19 00:47:59 2009
New Revision: 37571
URL: https://trac.parrot.org/parrot/changeset/37571

Log:
[debian] Integrate Ubuntu packaging changes to automatically generate
debian/control.

Modified:
   trunk/ports/debian/changelog
   trunk/ports/debian/rules
   trunk/ports/ubuntu/changelog

Modified: trunk/ports/debian/changelog
==============================================================================
--- trunk/ports/debian/changelog	Thu Mar 19 00:41:08 2009	(r37570)
+++ trunk/ports/debian/changelog	Thu Mar 19 00:47:59 2009	(r37571)
@@ -3,6 +3,9 @@
   * debian/control.in:
     - Updated Description of all packages.
     - Bumped Standards-Version to 3.8.1
+  * debian/rules:
+    - Integrate Ubuntu packaging changes to automatically generate
+      debian/control.
   * debian/copyright:
     - Changed copyright holder to Parrot Foundation, reflecting change in
       distribution.

Modified: trunk/ports/debian/rules
==============================================================================
--- trunk/ports/debian/rules	Thu Mar 19 00:41:08 2009	(r37570)
+++ trunk/ports/debian/rules	Thu Mar 19 00:47:59 2009	(r37571)
@@ -10,11 +10,12 @@
 	CFLAGS += -O2
 endif
 
-debian/control: debian/control.in VERSION
-	perl -p -e 's/%SOVERSION%/$(SOVERSION)/g' $< > $@
+debian-control-stamp: debian/control.in VERSION
+	perl -p -e 's/%SOVERSION%/$(SOVERSION)/g' $< > debian/control
+	touch $@
 
-configure: debian/control configure-stamp
-configure-stamp:
+configure: configure-stamp
+configure-stamp: debian-control-stamp
 	dh_testdir
 	perl Configure.pl --prefix=/usr
 	touch configure-stamp

Modified: trunk/ports/ubuntu/changelog
==============================================================================
--- trunk/ports/ubuntu/changelog	Thu Mar 19 00:41:08 2009	(r37570)
+++ trunk/ports/ubuntu/changelog	Thu Mar 19 00:47:59 2009	(r37571)
@@ -9,6 +9,9 @@
   * debian/control.in:
     - Updated Description of all packages.
     - Bumped Standards-Version to 3.8.1
+  * debian/rules:
+    - Integrate Ubuntu packaging changes to automatically generate
+      debian/control.
   * debian/copyright:
     - Changed copyright holder to Parrot Foundation, reflecting change in
       distribution.


More information about the parrot-commits mailing list