[Pkg-javascript-commits] [SCM] display and interaction library for tile-based maps branch, master, updated. debian/0.21.0+ds1-2-8-g3b8115d

Andrew Harvey andrew.harvey4 at gmail.com
Sat Jul 28 03:14:24 UTC 2012


The following commit has been merged in the master branch:
commit 3d5548e7694aef205f09ef7a7438cbeec4572fc3
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date:   Sat Jul 28 10:01:37 2012 +1000

    Update get-orig-source target for new upstream tarball structure

diff --git a/debian/changelog b/debian/changelog
index ff986d6..548f351 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ modestmaps-js (3.3.3+ds1-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Update watch file for new upstream location
+  * Update get-orig-source target for new upstream tarball structure
 
  -- Andrew Harvey <andrew.harvey4 at gmail.com>  Sat, 28 Jul 2012 09:31:53 +1000
 
diff --git a/debian/rules b/debian/rules
index 68cb1ae..8148ca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,9 @@ get-orig-source:
 		--destdir .
 	tar xvf v$(UPVER)
 	@echo Removing bundled yui-compressor
-	@rm -vrf stamen-modestmaps-*/tools/
+	@rm -vrf modestmaps-modestmaps-*/tools/
 	@echo Removing problematic examples
-	@rm -vr stamen-modestmaps-*/examples/hurricanes stamen-modestmaps-*/examples/zoompan/zoompan.pdf
-	tar cf modestmaps-js_$(UPVER)+ds1.orig.tar stamen-modestmaps-*/
+	@rm -vr modestmaps-modestmaps-*/examples/hurricanes modestmaps-modestmaps-*/examples/zoompan/zoompan.pdf
+	tar cf modestmaps-js_$(UPVER)+ds1.orig.tar modestmaps-modestmaps-*/
 	gzip -9 modestmaps-js_$(UPVER)+ds1.orig.tar
-	rm -rf stamen-modestmaps-*/ v$(UPVER)
+	rm -rf modestmaps-modestmaps-*/ v$(UPVER)

-- 
display and interaction library for tile-based maps



More information about the Pkg-javascript-commits mailing list