r44591 - in /packages/fftw3/trunk/debian: changelog control rules

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Wed Mar 21 23:20:10 UTC 2012


Author: jtaylor-guest
Date: Wed Mar 21 23:20:10 2012
New Revision: 44591

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44591
Log:
remove unneeded quilt.make and the build-depend

Modified:
    packages/fftw3/trunk/debian/changelog
    packages/fftw3/trunk/debian/control
    packages/fftw3/trunk/debian/rules

Modified: packages/fftw3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/changelog?rev=44591&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/changelog (original)
+++ packages/fftw3/trunk/debian/changelog Wed Mar 21 23:20:10 2012
@@ -6,7 +6,8 @@
   * debian/rules:
     - pass MPILIBS=mpicc --showme:link to configure to ensure correct
       mpi linkage
-    - remove rpath from mpi libs with chrpath, add b-d on that chrpath
+    - remove rpath from mpi libs with chrpath, add build-depend on it
+    - remove unneeded quilt.make and the build-depend
   * wrap-and-sort debian directory
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 21 Mar 2012 23:04:11 +0100

Modified: packages/fftw3/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/control?rev=44591&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/control (original)
+++ packages/fftw3/trunk/debian/control Wed Mar 21 23:20:10 2012
@@ -8,7 +8,6 @@
                dpkg (>= 1.16.0),
                gfortran,
                mpi-default-dev,
-               quilt,
                texinfo
 Build-Depends-Indep: ghostscript (>> 8.63), transfig
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/fftw3/

Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=44591&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Wed Mar 21 23:20:10 2012
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
 
 ARCHITECTURE := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -99,9 +97,9 @@
 	touch build-indep
 
 build: build-stamp
-build-stamp: patch build-arch
+build-stamp: build-arch
 
-clean: clean1st unpatch
+clean: clean1st
 clean1st:
 	dh_testdir
 	dh_testroot




More information about the debian-science-commits mailing list