[lucene2] 26/104: Renamed download-upstream script to comply with Debian practices
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Wed Mar 23 16:27:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository lucene2.
commit 73702337848409b49358ad8da3eddbaf713df655
Author: Jan-Pascal van Best <janpascal at vanbest.org>
Date: Wed Aug 1 20:31:39 2007 +0000
Renamed download-upstream script to comply with Debian practices
---
debian/{download-upstream => get-orig-source.sh} | 0
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/download-upstream b/debian/get-orig-source.sh
similarity index 100%
rename from debian/download-upstream
rename to debian/get-orig-source.sh
diff --git a/debian/rules b/debian/rules
index facd0ce..b6a6945 100755
--- a/debian/rules
+++ b/debian/rules
@@ -183,8 +183,8 @@ restore-from-source: remove-source
mv $(UPSTREAM_BASENAME)/* .
rmdir $(UPSTREAM_BASENAME)
-download-upstream:
- debian/download-upstream
+get-orig-source:
+ debian/get-orig-source.sh
upload:
cd .. ; dupload -t vanbest lucene2_$(DEBIAN_VERSION)_$(DEBIAN_ARCH).changes
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git
More information about the pkg-java-commits
mailing list