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 <[EMAIL PROTECTED]>! (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 <[EMAIL PROTECTED]>! (closes: #392123) [frank]
+
+ -- Frank Küster <[EMAIL PROTECTED]>  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


_______________________________________________
Pkg-tetex-commits mailing list
Pkg-tetex-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to