Author: frank
Date: 2006-03-23 08:33:06 +0000 (Thu, 23 Mar 2006)
New Revision: 1095

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/rules
   tetex-base/trunk/debian/rules.in
Log:
tetex-base (3.0-17) unstable; urgency=low

  * Make sure that the non-free docs that have been moved to the
    tetex-doc-nonfree package are actually removed from the tetex-doc
    package.  This is needed until we repack the tarball (closes: #nn)
    [frank] 


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog   2006-03-23 08:06:12 UTC (rev 1094)
+++ tetex-base/trunk/debian/changelog   2006-03-23 08:33:06 UTC (rev 1095)
@@ -1,3 +1,12 @@
+tetex-base (3.0-17) unstable; urgency=low
+
+  * Make sure that the non-free docs that have been moved to the
+    tetex-doc-nonfree package are actually removed from the tetex-doc
+    package.  This is needed until we repack the tarball (closes: #nn)
+    [frank] 
+
+ -- Frank Küster <[EMAIL PROTECTED]>  Thu, 23 Mar 2006 08:38:39 +0100
+
 tetex-base (3.0-16) unstable; urgency=high
 
   * Correct the name of our language.dat snippet in

Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules       2006-03-23 08:06:12 UTC (rev 1094)
+++ tetex-base/trunk/debian/rules       2006-03-23 08:33:06 UTC (rev 1095)
@@ -127,6 +127,11 @@
 # (only needed after upstream changes)
 #      chmod +x debian/remove-bad-license-files
 
+       # remove non-free documentation.  This is needed until they are 
+       # removed from the tarball
+       chmod a+x debian/remove-nonfreedocs
+       debian/remove-nonfreedocs
+
        touch $(stampdir)/build-stamp
 
 # quilt patch targets

Modified: tetex-base/trunk/debian/rules.in
===================================================================
--- tetex-base/trunk/debian/rules.in    2006-03-23 08:06:12 UTC (rev 1094)
+++ tetex-base/trunk/debian/rules.in    2006-03-23 08:33:06 UTC (rev 1095)
@@ -132,6 +132,11 @@
 # (only needed after upstream changes)
 #      chmod +x debian/remove-bad-license-files
 
+       # remove non-free documentation.  This is needed until they are 
+       # removed from the tarball
+       chmod a+x debian/remove-nonfreedocs
+       debian/remove-nonfreedocs
+
        touch $(stampdir)/build-stamp
 
 # quilt patch targets


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to