[Pkg-cli-apps-commits] r5121 - in /packages/ndoc/trunk/debian: changelog rules watch

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Tue Oct 13 20:27:36 UTC 2009


Author: directhex
Date: Tue Oct 13 20:27:36 2009
New Revision: 5121

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5121
Log:
  * debian/rules:
    + Refresh get-orig-source rule to actually work
    + Make get-orig-source rule deterministic by hard-coding an mtime

Modified:
    packages/ndoc/trunk/debian/changelog
    packages/ndoc/trunk/debian/rules
    packages/ndoc/trunk/debian/watch

Modified: packages/ndoc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/changelog?rev=5121&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/changelog (original)
+++ packages/ndoc/trunk/debian/changelog Tue Oct 13 20:27:36 2009
@@ -2,12 +2,17 @@
 
   [ Jo Shields ]
   * Bump standards version to 3.8.3.
-  * Change section to cli-mono on libndoc1.3-cil package
+  * debian/control:
+    + Change section to cli-mono on libndoc1.3-cil package
+  * debian/rules:
+    + Refresh get-orig-source rule to actually work
+    + Make get-orig-source rule deterministic by hard-coding an mtime
 
   [ Jelmer Vernooij ]
-  * Use my debian.org address in Uploaders.
+  * debian/control:
+    + Use my debian.org address in Uploaders.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Tue, 05 May 2009 18:40:55 +0200
+ -- Jo Shields <directhex at apebox.org>  Tue, 13 Oct 2009 21:20:48 +0100
 
 ndoc (1.3.1-6) unstable; urgency=low
 

Modified: packages/ndoc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/rules?rev=5121&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/rules (original)
+++ packages/ndoc/trunk/debian/rules Tue Oct 13 20:27:36 2009
@@ -72,8 +72,9 @@
 	mkdir -p ndoc-$(CURVER)
 	tar zxvf ../tarballs/ndoc_$(CURVER).orig.tar.gz -C ndoc-$(CURVER)
 	rm -rf ndoc-$(CURVER)/bin/
-	tar cf ndoc_$(CURVER).orig.tar ndoc-$(CURVER)/
-	gzip -9 ndoc_$(CURVER).orig.tar
+	rm -rf ../tarballs/ndoc_$(CURVER).orig.tar
+	tar --mtime=@1255388400 -cf ../tarballs/ndoc_$(CURVER).orig.tar ndoc-$(CURVER)/
+	gzip -9fn ../tarballs/ndoc_$(CURVER).orig.tar
 	rm -r ndoc-$(CURVER)
 
 .PHONY: clean build binary-indep binary-arch binary install 

Modified: packages/ndoc/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/watch?rev=5121&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/watch (original)
+++ packages/ndoc/trunk/debian/watch Tue Oct 13 20:27:36 2009
@@ -1,2 +1,2 @@
 version=3
-http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/n/nd/ndoc/ndoc-devel-v([\d.]+)\.zip
+http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/n/project/nd/ndoc/ndoc-devel/ndoc-devel%20v([\d.]+)/ndoc-devel-v([\d.]+)\.zip




More information about the Pkg-cli-apps-commits mailing list