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

Frank Küster frank at costa.debian.org
Tue Sep 19 09:02:42 UTC 2006


Author: frank
Date: 2006-09-19 09:02:41 +0000 (Tue, 19 Sep 2006)
New Revision: 1625

Modified:
   tetex-base/trunk/debian/rules
   tetex-base/trunk/debian/rules.in
Log:
use correct distribution for backports


Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules	2006-09-19 08:52:59 UTC (rev 1624)
+++ tetex-base/trunk/debian/rules	2006-09-19 09:02:41 UTC (rev 1625)
@@ -242,7 +242,10 @@
 
 
 ####################################################################
-#  targets to compile for sarge
+#  targets to compile for sarge.
+#
+# Do not run this with fakeroot, in order to get your e-mail address
+# into changelog.
 ####################################################################
 
 CHANGED_FILES_SARGE = debian/changelog
@@ -253,7 +256,7 @@
 	done
 
 	# needs devscripts in etch or from backports.org
-	debchange -b --newversion 3.0-20bpo1 "Recompiled for sarge."
+	debchange --distribution sarge-backports -b --newversion 3.0-21~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 08:52:59 UTC (rev 1624)
+++ tetex-base/trunk/debian/rules.in	2006-09-19 09:02:41 UTC (rev 1625)
@@ -247,7 +247,10 @@
 
 
 ####################################################################
-#  targets to compile for sarge
+#  targets to compile for sarge.
+#
+# Do not run this with fakeroot, in order to get your e-mail address
+# into changelog.
 ####################################################################
 
 CHANGED_FILES_SARGE = debian/changelog
@@ -258,7 +261,7 @@
 	done
 
 	# needs devscripts in etch or from backports.org
-	debchange -b --newversion <:=$SARGEVERSION:> "Recompiled for sarge."
+	debchange --distribution sarge-backports -b --newversion <:=$SARGEVERSION:> "Recompiled for sarge."
 	debchange --append "No source changes."
 
 	# need to remake rules




More information about the Pkg-tetex-commits mailing list