[h5py] 19/44: - Remove quilt patches. - Bump standards version to 3.8.4 (no changes required). - Switch to dpkg-source 3.0 (quilt) format.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:25:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch upstream/latest
in repository h5py.

commit 7c0ef1cd7529819d03f33ecdb92a40e2955ab752
Author: Soeren Sonnenburg <sonne at debian.org>
Date:   Tue Mar 23 14:41:48 2010 +0000

      - Remove quilt patches.
      - Bump standards version to 3.8.4 (no changes required).
      - Switch to dpkg-source 3.0 (quilt) format.
---
 debian/README.source | 47 -----------------------------------------------
 debian/changelog     |  7 ++++---
 debian/rules         |  1 -
 debian/source/format |  1 +
 4 files changed, 5 insertions(+), 51 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index ceb06f0..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,47 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
-    quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
-    quilt new <patch>
-
-where <patch> is a descriptive name for the patch, used as the filename in
-debian/patches.  Then, for every file that will be modified by this patch,
-run:
-
-    quilt add <file>
-
-before editing those files.  You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly.  After editing the files, run:
-
-    quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
-    quilt import -P <patch> /path/to/patch
-    quilt push -a
-
-(add -p 0 to quilt import if needed). <patch> as above is the filename to
-use in debian/patches.  The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
-    quilt delete <patch>
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.
diff --git a/debian/changelog b/debian/changelog
index 0bf900f..013dd70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 h5py (1.3.0-1) unstable; urgency=low
 
   * New upstream version.
-    - remove quilt patches
-  * Bump standards version to 3.8.4 (no changes required).
+    - Remove quilt patches.
+    - Bump standards version to 3.8.4 (no changes required).
+    - Switch to dpkg-source 3.0 (quilt) format.
 
- -- Soeren Sonnenburg <sonne at debian.org>  Tue, 23 Mar 2010 15:34:12 +0100
+ -- Soeren Sonnenburg <sonne at debian.org>  Tue, 23 Mar 2010 15:38:34 +0100
 
 h5py (1.2.1-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index bcd10de..cccc9d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@ DEB_PYTHON_SYSTEM=pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 pre-build::
 	python setup.py configure --api=18
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list