[subversion-commit] SVN tetex-base commit + diffs: r1777 - in tetex-base/trunk/debian: . rules.d

Frank Küster frank at costa.debian.org
Tue Oct 10 13:35:16 UTC 2006


Author: frank
Date: 2006-10-10 13:35:15 +0000 (Tue, 10 Oct 2006)
New Revision: 1777

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/rules
   tetex-base/trunk/debian/rules.d/install.mk
Log:
Do not install the missing-sources in the binary package.  Thanks to
Michael Prokop <mika at grml.org>! (closes: #392123) [frank]


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-10-10 13:21:46 UTC (rev 1776)
+++ tetex-base/trunk/debian/changelog	2006-10-10 13:35:15 UTC (rev 1777)
@@ -1,3 +1,10 @@
+tetex-base (3.0.dfsg.2-2) unstable; urgency=low
+
+  * Do not install the missing-sources in the binary package.  Thanks to
+    Michael Prokop <mika at grml.org>! (closes: #392123) [frank]
+
+ -- Frank Küster <frank at debian.org>  Tue, 10 Oct 2006 15:33:45 +0200
+
 tetex-base (3.0.dfsg.2-1) unstable; urgency=medium
 
   * Again new repackaged tarball: Removed non-free logos and contrib

Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules	2006-10-10 13:21:46 UTC (rev 1776)
+++ tetex-base/trunk/debian/rules	2006-10-10 13:35:15 UTC (rev 1777)
@@ -255,7 +255,7 @@
 	done
 
 	# needs devscripts in etch or from backports.org
-	debchange --distribution sarge-backports -b --newversion 3.0.dfsg.2-1~1~bpo.1 "Recompiled for sarge."
+	debchange --distribution sarge-backports -b --newversion 3.0.dfsg.2-2~bpo.1 "Recompiled for sarge."
 	debchange --append "No source changes."
 
 	# need to remake rules

Modified: tetex-base/trunk/debian/rules.d/install.mk
===================================================================
--- tetex-base/trunk/debian/rules.d/install.mk	2006-10-10 13:21:46 UTC (rev 1776)
+++ tetex-base/trunk/debian/rules.d/install.mk	2006-10-10 13:35:15 UTC (rev 1777)
@@ -23,7 +23,7 @@
 
 $(stampdir)/copy-texmf-stamp: $(stampdir)/build-stamp $(stampdir)/setup-install-stamp
 # Copy the whole texmf tree to the install directory.
-	cp -a `ls -1 | egrep -v 'debian|stampdir'` $(txmfdir)
+	cp -a `ls -1 | egrep -v 'debian|stampdir|missing-source'` $(txmfdir)
 	touch $@
 
 install-remove: $(stampdir)/install-remove-stamp




More information about the Pkg-tetex-commits mailing list