[Pkg-haskell-commits] darcs: tools: ./pkg-haskell-checkout: debian directories shipped by upstream need to be removed
Joachim Breitner
mail at joachim-breitner.de
Sun May 2 21:52:44 UTC 2010
Sat May 1 19:19:48 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* ./pkg-haskell-checkout: debian directories shipped by upstream need to be removed
Ignore-this: f517ae19174afb57de41783d5976bef9
M ./pkg-haskell-checkout +3
Sat May 1 19:19:48 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* ./pkg-haskell-checkout: debian directories shipped by upstream need to be removed
Ignore-this: f517ae19174afb57de41783d5976bef9
diff -rN -u old-tools/pkg-haskell-checkout new-tools/pkg-haskell-checkout
--- old-tools/pkg-haskell-checkout 2010-05-02 21:52:44.431972056 +0000
+++ new-tools/pkg-haskell-checkout 2010-05-02 21:52:44.443972687 +0000
@@ -91,6 +91,9 @@
[ -d $WANTED_PACKAGEDIR ] || mkdir $WANTED_PACKAGEDIR
tar xzvf $TARBALL -C $WANTED_PACKAGEDIR --strip-components 1
+ # debian directories shipped by upstream need to be removed
+ rm -rf $WANTED_PACKAGEDIR/debian
+
mv $PACKAGE-debian $WANTED_PACKAGEDIR/debian
echo "Successfully checked out $PACKAGE in $WANTED_PACKAGEDIR"
More information about the Pkg-haskell-commits
mailing list