[Pkg-scicomp-devel] xmds-doc/trunk/debian

Rafael Laboissiere rafael at debian.org
Sun Mar 16 20:31:45 UTC 2008


SVN commit 2294 by rafael:

Use quilt to patch latex/makefile and clean makeindex-generated files

 M  +4 -1      xmds-doc/trunk/debian/changelog  
 M  +1 -1      xmds-doc/trunk/debian/control  
 M  +1 -3      xmds-doc/trunk/debian/rules  


--- xmds-doc/trunk/debian/changelog #2293:2294
@@ -1,8 +1,11 @@
 xmds-doc (0~svn.1828-2) UNRELEASED; urgency=low
 
   * debian/doc-base: Change section to Science/Mathematics
+  * debian/control: Build-depends on quilt
+  * debian/rules: Do not clean files in latex/ directory
+  * debian/patches/clean-makeindex.diff: Clean files generated by makeindex
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Mar 2008 20:38:13 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Mar 2008 21:30:04 +0100
 
 xmds-doc (0~svn.1828-1) unstable; urgency=low
 
--- xmds-doc/trunk/debian/control #2293:2294
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 5), cdbs
+Build-Depends: debhelper (>= 5), cdbs, quilt
 Build-Depends-Indep: texlive-latex-recommended, texlive-latex-extra,
  texlive-extra-utils, texlive-fonts-recommended, gs-gpl
 Standards-Version: 3.7.3
--- xmds-doc/trunk/debian/rules #2293:2294
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_MAKE_CLEAN_TARGET = -C latex realclean
 DEB_MAKE_BUILD_TARGET = -C latex pdf
@@ -16,6 +17,3 @@
 	svn export -r$$SVNREV $(upstreamsvn) $$DIR ;			\
 	tar czf xmds-doc_0~svn.$$SVNREV.orig.tar.gz $$DIR ;		\
 	rm -rf $$DIR
-
-clean::
-	rm -rf latex/*.idx latex/*.lof latex/*.lot



More information about the Pkg-scicomp-devel mailing list