[javacc] 09/44: Preparation for upcoming 4.1 release
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 18 10:23:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javacc.
commit aa4e5e333103b4fcd278f50b3c33a507744c0243
Author: Paul Cager <paul-debian at home.paulcager.org>
Date: Tue Oct 30 23:23:30 2007 +0000
Preparation for upcoming 4.1 release
---
debian/changelog | 7 +++++++
debian/orig-tar.sh | 18 ++++++++++++++++++
debian/watch | 2 ++
3 files changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 759873c..063b6bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+javacc (4.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * Added watch file.
+
+ -- Paul Cager <paul-debian at home.paulcager.org> Tue, 30 Oct 2007 23:21:02 +0000
+
javacc (4.0+cvs20070207-3) unstable; urgency=low
* Missing build-depends on junit.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..ca60ef8
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+TAR=javacc_$2.orig.tar.gz
+DIR=javacc-$2.orig
+
+# clean up the upstream tarball
+tar xzf $3
+mv javacc $DIR
+tar -czf $TAR --exclude 'junit.jar' $DIR
+rm -rf $3 $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a1882cb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://javacc.dev.java.net/servlets/ProjectDocumentList .*javacc-([\d\.]*)src.tar.gz debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javacc.git
More information about the pkg-java-commits
mailing list