[Pkg-utopia-commits] r2904 - in /packages/unstable/knetworkmanager/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Feb 24 23:00:30 UTC 2009


Author: biebl
Date: Tue Feb 24 23:00:30 2009
New Revision: 2904

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

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

Modified: packages/unstable/knetworkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/changelog?rev=2904&op=diff
==============================================================================
--- packages/unstable/knetworkmanager/debian/changelog (original)
+++ packages/unstable/knetworkmanager/debian/changelog Tue Feb 24 23:00:30 2009
@@ -7,6 +7,9 @@
     - Bump Build-Depends on debhelper to (>= 7).
   * debian/compat
     - Bump debhelper compat level to 7.
+  * debian/rules
+    - Include debhelper.mk before any other files as recommended by the cdbs
+      documentation.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 24 Feb 2009 23:51:03 +0100
 

Modified: packages/unstable/knetworkmanager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/rules?rev=2904&op=diff
==============================================================================
--- packages/unstable/knetworkmanager/debian/rules (original)
+++ packages/unstable/knetworkmanager/debian/rules Tue Feb 24 23:00:30 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
   
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/kde.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO




More information about the Pkg-utopia-commits mailing list