[Pkg-scicomp-devel] tetgen/trunk [POSSIBLY UNSAFE]

Ondrej Certik ondrej at certik.cz
Sat Feb 16 00:37:10 UTC 2008


SVN commit 2143 by certik-guest:

patches converted to quilt

 M  +2 -1      tetgen/trunk/debian/changelog  
 M  +1 -1      tetgen/trunk/debian/control  
 A             tetgen/trunk/debian/patches (directory)  
 A             tetgen/trunk/debian/patches/quality.patch  
 A             tetgen/trunk/debian/patches/series  
 M  +2 -0      tetgen/trunk/debian/rules  
 D             tetgen/trunk/tetgen.cxx   [POSSIBLY UNSAFE: scanf]
 D             tetgen/trunk/tetgen.h  


--- tetgen/trunk/debian/changelog #2142:2143
@@ -3,8 +3,9 @@
   * Ondrej Certik added to Uploaders.
   * DM-Upload-Allowed: yes field added
   * removing the predicates.patch, that is not necessary
+  * patches converted to quilt 
 
- -- Ondrej Certik <ondrej at certik.cz>  Tue, 16 Oct 2007 00:57:09 +0200
+ -- Ondrej Certik <ondrej at certik.cz>  Sat, 16 Feb 2008 01:36:48 +0100
 
 tetgen (1.4.2-2) unstable; urgency=low
 
--- tetgen/trunk/debian/control #2142:2143
@@ -3,7 +3,7 @@
 Section: non-free/math
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Ondrej Certik <ondrej at certik.cz>
-Build-Depends: debhelper (>= 5), docbook-to-man
+Build-Depends: debhelper (>= 5), docbook-to-man, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/tetgen/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/tetgen/
--- tetgen/trunk/debian/rules #2142:2143
@@ -14,6 +14,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 	touch configure-stamp
 
@@ -41,6 +42,7 @@
 
 	# Add here commands to clean up after the build process.
 	#-$(MAKE) clean
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 	dh_clean
 



More information about the Pkg-scicomp-devel mailing list