[javacc4] 35/53: debian/rules: Fixed the get-orig-source target
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 24 13:39:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javacc4.
commit 8a1a132aa0e5c528387d210b2602c16a86579d6c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jun 6 13:13:02 2013 +0000
debian/rules: Fixed the get-orig-source target
---
debian/changelog | 2 +-
debian/orig-tar.sh | 1 +
debian/rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d0a2e17..97ff2cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
javacc (5.0-5) unstable; urgency=low
- * Team upload.
* Fixed the watch file
* Enabled the unit tests
* Updated Standards-Version to 3.9.4
@@ -9,6 +8,7 @@ javacc (5.0-5) unstable; urgency=low
* Replaced the dependency of the documentation package on classpath-doc
with default-jre-doc
* debian/rules: Added a clean target to allow rebuilds
+ * debian/orig-tar.sh: Install the tarball in the parent directory
* debian/copyright: Updated to the Copyright Format 1.0
-- Emmanuel Bourg <ebourg at apache.org> Tue, 07 May 2013 13:14:38 +0200
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index ca60ef8..4a81132 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -9,6 +9,7 @@ tar xzf $3
mv javacc $DIR
tar -czf $TAR --exclude 'junit.jar' $DIR
rm -rf $3 $DIR
+mv $TAR ..
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
diff --git a/debian/rules b/debian/rules
index 214f050..5ec9563 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,4 +33,4 @@ binary-post-install/$(PACKAGE)-doc::
dh_install -p$(PACKAGE)-doc examples usr/share/doc/javacc
get-orig-source:
- sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
+ uscan --force-download --rename --repack
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javacc4.git
More information about the pkg-java-commits
mailing list