[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc11.deb-1-14-ge1f61b4
Eugeniy Meshcheryakov
eugen at debian.org
Mon Apr 9 17:32:58 UTC 2012
The following commit has been merged in the master branch:
commit 7c319b7e676cdf4e252abf89aba20aeab38bc083
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Mon Apr 9 15:28:23 2012 +0200
Adapt repack.sh to the new upstream RC
diff --git a/debian/changelog b/debian/changelog
index e1ddc2c..3c9bb10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+coccinelle (1.0.0~rc11.deb-2) unstable; urgency=low
+
+ * Adapt repack.sh to the new upstream RC
+
+ -- Євгеній Мещеряков <eugen at debian.org> Mon, 09 Apr 2012 15:27:56 +0200
+
coccinelle (1.0.0~rc11.deb-1) unstable; urgency=low
* New upstream RC
diff --git a/debian/repack.sh b/debian/repack.sh
index 8307e06..a9dadde 100644
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -6,22 +6,7 @@ cleanup()
{
make -C "$ORIGDIR/" clean -k || true
make -C "$ORIGDIR/" distclean -k || true
- while read line
- do
- if echo "$line" | grep -q "^#"
- then
- continue
- fi
- echo "RM: $line"
- rm -r "$ORIGDIR/$line"
- done <<END
-# provided by the pycaml package
-pycaml/
-# provided by the menhir package
-menhirlib/
-# provided by the libsexplib-camlp4-dev package
-ocamlsexp/
-END
+ rm -rf "$ORIGDIR/bundles"
# TODO do something about globals/config.ml
# remove some junk and autogenerated files
find "$ORIGDIR/" -name .depend -print -exec rm "{}" \;
--
Debian packaging for coccinelle
More information about the Pkg-ocaml-maint-commits
mailing list