[Pkg-scicomp-commits] qrupdate/trunk/debian

Rafael Laboissiere rafael at debian.org
Thu Mar 12 02:08:18 UTC 2009


SVN commit 4200 by rafael:

Drop use of quilt; all patches are now applied upstream

 M  +11 -1     qrupdate/trunk/debian/changelog  
 M  +1 -1      qrupdate/trunk/debian/control  
 D             qrupdate/trunk/debian/patches (directory)  
 M  +2 -4      qrupdate/trunk/debian/rules  


--- qrupdate/trunk/debian/changelog #4199:4200
@@ -1,6 +1,16 @@
+qrupdate (1.0.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.  The -march=native gcc option has been dropped
+    and the package should compile correct on all architectures now.
+    Closes: #519126
+  * debian/control, debian/rules, debian/patches/*: Drop use of quilt,
+    since all Debian patches are now applied upstream.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 12 Mar 2009 02:56:40 +0100
+
 qrupdate (1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #512232) 
+  * Initial release (Closes: #512232)
 
  -- Jordi Gutiérrez Hermoso <jordigh at gmail.com>  Tue, 03 Feb 2009 20:59:19 -0600
 
--- qrupdate/trunk/debian/control #4199:4200
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Scientific Computation Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>, Jordi Gutiérrez Hermoso <jordigh at gmail.com>
-Build-Depends: debhelper (>= 7), perl-base( >= 5.8.8), gfortran, quilt, libblas3gf, liblapack-dev
+Build-Depends: debhelper (>= 7), perl-base( >= 5.8.8), gfortran, libblas3gf, liblapack-dev
 Standards-Version: 3.8.0
 Section: libs
 Homepage: http://qrupdate.sf.net
--- qrupdate/trunk/debian/rules #4199:4200
@@ -1,12 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/quilt/quilt.make
-
 export PREFIX=$(CURDIR)/debian/tmp/usr
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp: 
 	dh_testdir
 	$(MAKE) lib
 	$(MAKE) solib
@@ -17,7 +15,7 @@
 
 	touch $@
 
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp



More information about the Pkg-scicomp-commits mailing list