[Pkg-javascript-commits] [modestmaps-js] 02/04: fix debian/rules get-orig-source

Andrew Harvey andrewharvey-guest at alioth.debian.org
Sun Sep 29 10:51:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

andrewharvey-guest pushed a commit to branch master
in repository modestmaps-js.

commit 46f358fc83205b31b1c44ca4a3b99b0bec02fe81
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date:   Sun Sep 29 20:45:30 2013 +1000

    fix debian/rules get-orig-source
---
 debian/changelog |    4 ++--
 debian/rules     |   10 ++++------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3337731..b4f06fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-modestmaps-js (3.3.4+ds1-1) UNRELEASED; urgency=low
+modestmaps-js (3.3.6+ds1-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Update watch file for new upstream location
@@ -7,7 +7,7 @@ modestmaps-js (3.3.4+ds1-1) UNRELEASED; urgency=low
   * Place a symlink version of modestmaps.js in the docs directory for use by
     examples.
 
- -- Andrew Harvey <andrew.harvey4 at gmail.com>  Sun, 29 Sep 2013 20:38:11 +1000
+ -- Andrew Harvey <andrew.harvey4 at gmail.com>  Sun, 29 Sep 2013 20:40:20 +1000
 
 modestmaps-js (0.21.0+ds1-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 8148ca3..0ecf153 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,11 +30,9 @@ get-orig-source:
 		--force-download \
 		--download-version $(UPVER) \
 		--destdir .
-	tar xvf v$(UPVER)
-	@echo Removing bundled yui-compressor
-	@rm -vrf modestmaps-modestmaps-*/tools/
+	tar xvf v$(UPVER).tar.gz
 	@echo Removing problematic examples
-	@rm -vr modestmaps-modestmaps-*/examples/hurricanes modestmaps-modestmaps-*/examples/zoompan/zoompan.pdf
-	tar cf modestmaps-js_$(UPVER)+ds1.orig.tar modestmaps-modestmaps-*/
+	@rm -vr modestmaps-js-*/examples/hurricanes modestmaps-js-*/examples/zoompan/zoompan.pdf
+	tar cf modestmaps-js_$(UPVER)+ds1.orig.tar modestmaps-js-*/
 	gzip -9 modestmaps-js_$(UPVER)+ds1.orig.tar
-	rm -rf modestmaps-modestmaps-*/ v$(UPVER)
+	rm -rf modestmaps-js-*/ v$(UPVER).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/modestmaps-js.git



More information about the Pkg-javascript-commits mailing list