[Pkg-utopia-commits] r2842 - in /packages/unstable/libnl/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Feb 18 12:21:41 UTC 2009


Author: biebl
Date: Wed Feb 18 12:21:40 2009
New Revision: 2842

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

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

Modified: packages/unstable/libnl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/changelog?rev=2842&op=diff
==============================================================================
--- packages/unstable/libnl/debian/changelog (original)
+++ packages/unstable/libnl/debian/changelog Wed Feb 18 12:21:40 2009
@@ -2,6 +2,9 @@
 
   * debian/control 
     - Add ${misc:Depends} to all binary packages.
+  * debian/rules
+    - Include debhelper.mk before other files as recommended by the cdbs
+      documentation.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 06 Jan 2009 14:53:45 +0100
 

Modified: packages/unstable/libnl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/rules?rev=2842&op=diff
==============================================================================
--- packages/unstable/libnl/debian/rules (original)
+++ packages/unstable/libnl/debian/rules Wed Feb 18 12:21:40 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
+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
 
 build/libnl-doc::




More information about the Pkg-utopia-commits mailing list