[Pkg-haskell-commits] darcs: tools: Make debian/rules executable, not debian/control (thanks, Louis Bettens).

Colin Watson cjwatson at debian.org
Tue Jul 16 14:21:14 UTC 2013


Tue Jul 16 14:21:07 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Make debian/rules executable, not debian/control (thanks, Louis Bettens).

    M ./pkg-haskell-checkout -1 +1

Tue Jul 16 14:21:07 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Make debian/rules executable, not debian/control (thanks, Louis Bettens).
diff -rN -u old-tools/pkg-haskell-checkout new-tools/pkg-haskell-checkout
--- old-tools/pkg-haskell-checkout	2013-07-16 14:21:14.357538569 +0000
+++ new-tools/pkg-haskell-checkout	2013-07-16 14:21:14.429543152 +0000
@@ -106,7 +106,7 @@
     # debian directories shipped by upstream need to be removed
     rm -rf $WANTED_PACKAGEDIR/debian
 
-    chmod +x $PACKAGE-debian/control
+    chmod +x $PACKAGE-debian/rules
 
     mv $PACKAGE-debian $WANTED_PACKAGEDIR/debian
 




More information about the Pkg-haskell-commits mailing list