[Pkg-octave-commit] rev 717 - in trunk/packages/octave/debian: . in
patches
Rafael Laboissiere
rafael at costa.debian.org
Sat Aug 19 15:48:00 UTC 2006
Author: rafael
Date: 2006-08-19 15:48:00 +0000 (Sat, 19 Aug 2006)
New Revision: 717
Added:
trunk/packages/octave/debian/patches/50_clean-pdf-docs.dpatch
Modified:
trunk/packages/octave/debian/changelog
trunk/packages/octave/debian/in/octave2.1-00list
Log:
* debian/patches/50_clean-pdf-docs: Clean PDF files in doc/ not cleaned
by the maintainer-clean target
Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog 2006-08-19 09:27:38 UTC (rev 716)
+++ trunk/packages/octave/debian/changelog 2006-08-19 15:48:00 UTC (rev 717)
@@ -12,6 +12,9 @@
* debian/rules: Removed the Perl hack that used to implement the
patch above
+ * debian/patches/50_clean-pdf-docs: Clean PDF files in doc/ not cleaned
+ by the maintainer-clean target
+
--
octave2.1 (1:2.1.73-10) unstable; urgency=low
Modified: trunk/packages/octave/debian/in/octave2.1-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.1-00list 2006-08-19 09:27:38 UTC (rev 716)
+++ trunk/packages/octave/debian/in/octave2.1-00list 2006-08-19 15:48:00 UTC (rev 717)
@@ -6,3 +6,4 @@
50_fixed-freqz
50_OCTAVEHOME-texi.dpatch
50_octave-bug-tempfile
+50_clean-pdf-docs
Added: trunk/packages/octave/debian/patches/50_clean-pdf-docs.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_clean-pdf-docs.dpatch 2006-08-19 09:27:38 UTC (rev 716)
+++ trunk/packages/octave/debian/patches/50_clean-pdf-docs.dpatch 2006-08-19 15:48:00 UTC (rev 717)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_clean-pdf-docs.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Clean PDF files in doc/ not cleaned by maintainer-clean target
+
+ at DPATCH@
+
+--- octave2.1-2.1.73.orig/doc/faq/Makefile.in
++++ octave2.1-2.1.73/doc/faq/Makefile.in
+@@ -79,7 +79,7 @@
+
+ maintainer-clean: distclean
+ rm -f tags TAGS Octave-FAQ.info Octave-FAQ.info-*
+- rm -f Octave-FAQ.dvi Octave-FAQ.ps
++ rm -f Octave-FAQ.dvi Octave-FAQ.ps Octave-FAQ.pdf
+ rm -rf HTML
+ .PHONY: maintainer-clean
+
+--- octave2.1-2.1.73.orig/doc/liboctave/Makefile.in
++++ octave2.1-2.1.73/doc/liboctave/Makefile.in
+@@ -95,7 +95,7 @@
+
+ maintainer-clean: distclean
+ rm -f tags TAGS liboctave.info liboctave.info-*
+- rm -f liboctave.dvi liboctave.ps
++ rm -f liboctave.dvi liboctave.ps liboctave.pdf
+ rm -rf HTML
+ .PHONY: maintainer-clean
+
More information about the Pkg-octave-commit
mailing list