[Pkg-utopia-commits] r2847 - in /packages/unstable/policykit/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Feb 18 14:52:36 UTC 2009


Author: biebl
Date: Wed Feb 18 14:52:35 2009
New Revision: 2847

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2847
Log:
* debian/rules
  - Include debhelper.mk before any other files as recommended by the cdbs
    documentation.

Modified:
    packages/unstable/policykit/debian/changelog
    packages/unstable/policykit/debian/rules

Modified: packages/unstable/policykit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit/debian/changelog?rev=2847&op=diff
==============================================================================
--- packages/unstable/policykit/debian/changelog (original)
+++ packages/unstable/policykit/debian/changelog Wed Feb 18 14:52:35 2009
@@ -3,6 +3,9 @@
   * Switch patch management system to quilt.
   * debian/control
     - Wrap Build-Depends.
+  * debian/rules
+    - Include debhelper.mk before any other files as recommended by the cdbs
+      documentation.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 18 Feb 2009 15:49:26 +0100
 

Modified: packages/unstable/policykit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit/debian/rules?rev=2847&op=diff
==============================================================================
--- packages/unstable/policykit/debian/rules (original)
+++ packages/unstable/policykit/debian/rules Wed Feb 18 14:52:35 2009
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/utils.mk
 




More information about the Pkg-utopia-commits mailing list