r45646 - in /packages/gmp/trunk/debian: changelog control rules source/ source/format

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Mar 18 03:14:19 UTC 2013


Author: smr
Date: Mon Mar 18 03:14:19 2013
New Revision: 45646

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45646
Log:
Change to source format 3.0 (quilt).

Added:
    packages/gmp/trunk/debian/source/
    packages/gmp/trunk/debian/source/format
Modified:
    packages/gmp/trunk/debian/changelog
    packages/gmp/trunk/debian/control
    packages/gmp/trunk/debian/rules

Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=45646&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Mon Mar 18 03:14:19 2013
@@ -1,6 +1,8 @@
 gmp (2:5.1.1+dfsg-2) experimental; urgency=low
 
   * rules: Need to set ABI=x32 at configure time.  Closes: #698000.
+  
+  * Change to source format 3.0 (quilt).
 
  -- Steve M. Robbins <smr at debian.org>  Sun, 17 Mar 2013 21:54:08 -0500
 

Modified: packages/gmp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/control?rev=45646&op=diff
==============================================================================
--- packages/gmp/trunk/debian/control (original)
+++ packages/gmp/trunk/debian/control Mon Mar 18 03:14:19 2013
@@ -2,7 +2,7 @@
 Homepage: http://gmplib.org/
 Section: libs
 Priority: optional
-Build-Depends: m4, debhelper (>= 9), dpkg-dev (>= 1.16.1~), quilt, gcc-multilib [amd64 kfreebsd-amd64 powerpc ppc64], g++-multilib [amd64 kfreebsd-amd64 powerpc ppc64]
+Build-Depends: m4, debhelper (>= 9), dpkg-dev (>= 1.16.1~), gcc-multilib [amd64 kfreebsd-amd64 powerpc ppc64], g++-multilib [amd64 kfreebsd-amd64 powerpc ppc64]
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/gmp/trunk/

Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=45646&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Mon Mar 18 03:14:19 2013
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
 ORIG_SRC_VERSION = 5.1.1
-
-include /usr/share/quilt/quilt.make
 
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
@@ -112,7 +110,7 @@
 gmp-$(ORIG_SRC_VERSION).tar.bz2:
 	wget ftp://ftp.gnu.org/gnu/gmp/$@
 
-configure: patch configure-stamp
+configure: configure-stamp
 configure-stamp:
 	mkdir -p build
 	cd build && ../configure $(confflags_ma) \
@@ -121,7 +119,7 @@
 	CC="$(DEB_HOST_GNU_TYPE)-gcc" sh debian/fix-gmp-h.sh build
 	touch $@
 
-configure32: patch configure32-stamp
+configure32: configure32-stamp
 configure32-stamp:
 	mkdir -p build32
 	cd build32 && ../configure $(confflags32) \
@@ -130,7 +128,7 @@
 	CC="$(CC32)" sh debian/fix-gmp-h.sh build32
 	touch $@
 
-configure64: patch configure64-stamp
+configure64: configure64-stamp
 configure64-stamp:
 	mkdir -p build64
 	cd build64 && ../configure $(confflags64) \
@@ -158,9 +156,7 @@
 	$(MAKE_CHECK) -C build64
 	touch $@
 
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -rf build build-stamp

Added: packages/gmp/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/source/format?rev=45646&op=file
==============================================================================
--- packages/gmp/trunk/debian/source/format (added)
+++ packages/gmp/trunk/debian/source/format Mon Mar 18 03:14:19 2013
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the debian-science-commits mailing list