[subversion-commit] SVN tetex-base commit + diffs: r1627 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Tue Sep 19 10:52:41 UTC 2006


Author: frank
Date: 2006-09-19 10:52:41 +0000 (Tue, 19 Sep 2006)
New Revision: 1627

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/rules
   tetex-base/trunk/debian/rules.in
Log:
Fixed patch target in debian/rules to not remove one of its
prerequisites, thanks to Max Kellermann <max at duempel.org> (closes:
#388067) [frank]


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-09-19 09:03:32 UTC (rev 1626)
+++ tetex-base/trunk/debian/changelog	2006-09-19 10:52:41 UTC (rev 1627)
@@ -1,3 +1,11 @@
+tetex-base (3.0-22~1) unstable; urgency=medium
+
+  * Fixed patch target in debian/rules to not remove one of its
+    prerequisites, thanks to Max Kellermann <max at duempel.org> (closes:
+    #388067) [frank]
+
+ -- Frank Küster <frank at debian.org>  Tue, 19 Sep 2006 12:50:06 +0200
+
 tetex-base (3.0-21) unstable; urgency=medium
 
   * Remove Conflicts on older versions of tetex-bin.  They are not needed,

Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules	2006-09-19 09:03:32 UTC (rev 1626)
+++ tetex-base/trunk/debian/rules	2006-09-19 10:52:41 UTC (rev 1627)
@@ -147,7 +147,6 @@
 $(stampdir)/patch-stamp: debian/missingfiles.tar.gz | $(stampdir) 
 	quilt push -a
 	tar -xzf debian/missingfiles.tar.gz
-	rm debian/missingfiles.tar.gz
 	touch $@
 
 debian/missingfiles.tar.gz: 
@@ -256,7 +255,7 @@
 	done
 
 	# needs devscripts in etch or from backports.org
-	debchange --distribution sarge-backports -b --newversion 3.0-21~bpo.1 "Recompiled for sarge."
+	debchange --distribution sarge-backports -b --newversion 3.0-22~1~bpo.1 "Recompiled for sarge."
 	debchange --append "No source changes."
 
 	# need to remake rules

Modified: tetex-base/trunk/debian/rules.in
===================================================================
--- tetex-base/trunk/debian/rules.in	2006-09-19 09:03:32 UTC (rev 1626)
+++ tetex-base/trunk/debian/rules.in	2006-09-19 10:52:41 UTC (rev 1627)
@@ -152,7 +152,6 @@
 $(stampdir)/patch-stamp: debian/missingfiles.tar.gz | $(stampdir) 
 	quilt push -a
 	tar -xzf debian/missingfiles.tar.gz
-	rm debian/missingfiles.tar.gz
 	touch $@
 
 debian/missingfiles.tar.gz: 




More information about the Pkg-tetex-commits mailing list