[med-svn] r5445 - in trunk/packages/probcons/trunk/debian: . source
Andreas Tille
tille at alioth.debian.org
Wed Nov 17 12:40:31 UTC 2010
Author: tille
Date: 2010-11-17 12:40:31 +0000 (Wed, 17 Nov 2010)
New Revision: 5445
Added:
trunk/packages/probcons/trunk/debian/README.source
trunk/packages/probcons/trunk/debian/source/
trunk/packages/probcons/trunk/debian/source/format
Modified:
trunk/packages/probcons/trunk/debian/changelog
trunk/packages/probcons/trunk/debian/compat
trunk/packages/probcons/trunk/debian/control
trunk/packages/probcons/trunk/debian/rules
Log:
Polished packaging to recent standards, finally upload changes to fix #601509
Added: trunk/packages/probcons/trunk/debian/README.source
===================================================================
--- trunk/packages/probcons/trunk/debian/README.source (rev 0)
+++ trunk/packages/probcons/trunk/debian/README.source 2010-11-17 12:40:31 UTC (rev 5445)
@@ -0,0 +1,21 @@
+Short explanation how to handle the patch system quilt for this package
+to comply with Policy 3.8.0 (4.14. Source package handling: `debian/README.source'):
+
+This package uses the quilt patch system. You can use
+
+ quilt push -a
+
+to apply all patches that were used to build this package. If you use
+
+ quilt pop -a
+
+all pathces will be reverted to get the clean source.
+
+You might like to read more about the packaging policy of the Debian Med
+packaging team at
+
+ http://debian-med.alioth.debian.org/docs/policy.html
+
+
+-- Andreas Tille <tille at debian.org> Wed, 16 Jul 2008 12:01:33 +0200
+
\ No newline at end of file
Modified: trunk/packages/probcons/trunk/debian/changelog
===================================================================
--- trunk/packages/probcons/trunk/debian/changelog 2010-11-17 12:38:41 UTC (rev 5444)
+++ trunk/packages/probcons/trunk/debian/changelog 2010-11-17 12:40:31 UTC (rev 5445)
@@ -1,4 +1,4 @@
-probcons (1.12-5) UNRELEASED; urgency=low
+probcons (1.12-5) unstable; urgency=low
[ Charles Plessy ]
* debian/control: Enhances: t-coffee.
@@ -12,11 +12,21 @@
- updated debhelper dependency on >= 6 (also debian/compat)
[ Charles Plessy ]
- * Documented informations in ‘debian/upstream-metadata.yaml’.
+ * Documented information in ‘debian/upstream-metadata.yaml’.
* Removed mention of the bibliographic reference in ‘debian/control’.
- -- David Paleino <d.paleino at gmail.com> Wed, 11 Jun 2008 15:15:54 +0200
+ [ Andreas Tille ]
+ * Added myself to uploaders
+ * Make sure Dm-Uploader-Allowed is lower case
+ Closes: #601509
+ * Standards-Version: 3.9.1 (no changes needed)
+ * Debhelper >= 7
+ -> debian/rules: s/dh_clean -k/dh_prep/
+ * Source-Format 3.0 (quilt)
+ * debian/README.source
+ -- Andreas Tille <tille at debian.org> Wed, 17 Nov 2010 13:22:35 +0100
+
probcons (1.12-4) unstable; urgency=low
[ Charles Plessy ]
Modified: trunk/packages/probcons/trunk/debian/compat
===================================================================
--- trunk/packages/probcons/trunk/debian/compat 2010-11-17 12:38:41 UTC (rev 5444)
+++ trunk/packages/probcons/trunk/debian/compat 2010-11-17 12:40:31 UTC (rev 5445)
@@ -1 +1 @@
-6
+7
Modified: trunk/packages/probcons/trunk/debian/control
===================================================================
--- trunk/packages/probcons/trunk/debian/control 2010-11-17 12:38:41 UTC (rev 5444)
+++ trunk/packages/probcons/trunk/debian/control 2010-11-17 12:40:31 UTC (rev 5445)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 6), quilt
-Standards-Version: 3.8.0
+Uploaders: Charles Plessy <plessy at debian.org>, Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 7), quilt
+Standards-Version: 3.9.1
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/probcons/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/probcons/trunk/
Homepage: http://probcons.stanford.edu/
Modified: trunk/packages/probcons/trunk/debian/rules
===================================================================
--- trunk/packages/probcons/trunk/debian/rules 2010-11-17 12:38:41 UTC (rev 5444)
+++ trunk/packages/probcons/trunk/debian/rules 2010-11-17 12:40:31 UTC (rev 5445)
@@ -54,7 +54,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
ln -s probcons debian/probcons-extra/usr/share/doc/probcons-extra
Added: trunk/packages/probcons/trunk/debian/source/format
===================================================================
--- trunk/packages/probcons/trunk/debian/source/format (rev 0)
+++ trunk/packages/probcons/trunk/debian/source/format 2010-11-17 12:40:31 UTC (rev 5445)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
More information about the debian-med-commit
mailing list