[Pkg-haskell-commits] darcs: tools: Make debian/control +x in ./pkg-haskell-checkout

Joachim Breitner mail at joachim-breitner.de
Mon Jun 24 14:41:45 UTC 2013


Mon Jun 24 14:41:31 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Make debian/control +x in ./pkg-haskell-checkout

    M ./pkg-haskell-checkout +2

Mon Jun 24 14:41:31 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Make debian/control +x in ./pkg-haskell-checkout
diff -rN -u old-tools/pkg-haskell-checkout new-tools/pkg-haskell-checkout
--- old-tools/pkg-haskell-checkout	2013-06-24 14:41:45.423040001 +0000
+++ new-tools/pkg-haskell-checkout	2013-06-24 14:41:45.459042039 +0000
@@ -106,6 +106,8 @@
     # debian directories shipped by upstream need to be removed
     rm -rf $WANTED_PACKAGEDIR/debian
 
+    chmod +x $PACKAGE-debian/control
+
     mv $PACKAGE-debian $WANTED_PACKAGEDIR/debian
 
     echo "Successfully checked out $PACKAGE in $WANTED_PACKAGEDIR"




More information about the Pkg-haskell-commits mailing list