r44750 - in /packages/gspiceui/trunk/debian: changelog control rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon May 7 14:20:53 UTC 2012


Author: tille
Date: Mon May  7 14:20:53 2012
New Revision: 44750

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44750
Log:
take some effort to make a more reproducable orig tarball; Fixed Vcs field; Use UNSTABLE as distribution as long as the package is not yet uploaded.

Modified:
    packages/gspiceui/trunk/debian/changelog
    packages/gspiceui/trunk/debian/control
    packages/gspiceui/trunk/debian/rules

Modified: packages/gspiceui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/changelog?rev=44750&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/changelog (original)
+++ packages/gspiceui/trunk/debian/changelog Mon May  7 14:20:53 2012
@@ -1,5 +1,6 @@
-gspiceui (1.0.00+dfsg-1) unstable; urgency=low
+gspiceui (1.0.00+dfsg-1) UNRELEASED; urgency=low
 
+  [ Gudjon I. Gudjonsson ]
   * New upstream release
   * Comment out patch 04_close_pipe.diff. Already in upstream
   * Bump standards version to 3.9.3
@@ -11,6 +12,11 @@
   * Install gspiceui.desktop file (Closes: #584154)
   * Add LDFLAGS --as-needed to remove unneeded dependencies
   * Remove quilt build dependency
+
+  [ Andreas Tille ]
+  * debian/rules: take some effort to make a more reproducable orig
+    tarball
+  * debian/control: Fixed Vcs field
 
  -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 22 Apr 2012 19:45:33 +0200
 

Modified: packages/gspiceui/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/control?rev=44750&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/control (original)
+++ packages/gspiceui/trunk/debian/control Mon May  7 14:20:53 2012
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 5), libwxbase2.8-dev, libwxgtk2.8-dev
 Standards-Version: 3.9.3
 Homepage: http://www.geda.seul.org/tools/gspiceui/
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/gspiceui/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-science/packages/gspiceui/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/gspiceui/trunk
 DM-Upload-Allowed: yes
 

Modified: packages/gspiceui/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/rules?rev=44750&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/rules (original)
+++ packages/gspiceui/trunk/debian/rules Mon May  7 14:20:53 2012
@@ -73,7 +73,7 @@
 	uscan --force-download --rename --download-version=$$VER --destdir=. && (\
 	tar -xz --exclude lib -f gspiceui_$$VER.orig.tar.gz ; \
 	mv gspiceui-v$$VER gspiceui-$$VER+dfsg;\
-	tar -czf gspiceui_$$VER+dfsg.orig.tar.gz gspiceui-$$VER+dfsg; \
+	GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf gspiceui_$$VER+dfsg.orig.tar.gz gspiceui-$$VER+dfsg; \
 	rm -rf gspiceui-$$VER+dfsg ;\
 	rm -f gspiceui_$$VER.orig.tar.gz);
 




More information about the debian-science-commits mailing list