[med-svn] r2174 - trunk/packages/tree-puzzle/trunk/debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Mon Jul 7 04:03:48 UTC 2008
Author: plessy
Date: 2008-07-07 04:03:47 +0000 (Mon, 07 Jul 2008)
New Revision: 2174
Removed:
trunk/packages/tree-puzzle/trunk/debian/patches/
Modified:
trunk/packages/tree-puzzle/trunk/debian/changelog
trunk/packages/tree-puzzle/trunk/debian/compat
trunk/packages/tree-puzzle/trunk/debian/control
trunk/packages/tree-puzzle/trunk/debian/rules
Log:
Simplifications in the packaging.
* debian/control:
- Added myself to the `Uploaders' field.
- Using debhelper 5.
- Removed version inforation when the condition is satisfied even in
oldsable (Sarge).
- Checked conformance with Policy 3.8.0 (no changes needed).
* debian/rules: include /usr/share/cdbs/1/class/autotools.mk.
* debian/patches removed as their function is provided by CDBS.
Modified: trunk/packages/tree-puzzle/trunk/debian/changelog
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/changelog 2008-07-07 02:35:07 UTC (rev 2173)
+++ trunk/packages/tree-puzzle/trunk/debian/changelog 2008-07-07 04:03:47 UTC (rev 2174)
@@ -1,8 +1,16 @@
-tree-puzzle (5.2-4) UNRELEASED; urgency=low
+tree-puzzle (5.2-4) unstable; urgency=low
* Changed the doc-base section according to the new policy.
+ * debian/control:
+ - Added myself to the `Uploaders' field.
+ - Using debhelper 5.
+ - Removed version inforation when the condition is satisfied even in
+ oldsable (Sarge).
+ - Checked conformance with Policy 3.8.0 (no changes needed).
+ * debian/rules: include /usr/share/cdbs/1/class/autotools.mk.
+ * debian/patches removed as their function is provided by CDBS.
- -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 22 Mar 2008 11:34:12 +0900
+ -- Charles Plessy <plessy at debian.org> Mon, 07 Jul 2008 13:02:03 +0900
tree-puzzle (5.2-3) unstable; urgency=low
Modified: trunk/packages/tree-puzzle/trunk/debian/compat
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/compat 2008-07-07 02:35:07 UTC (rev 2173)
+++ trunk/packages/tree-puzzle/trunk/debian/compat 2008-07-07 04:03:47 UTC (rev 2174)
@@ -1 +1 @@
-4
+5
Modified: trunk/packages/tree-puzzle/trunk/debian/control
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/control 2008-07-07 02:35:07 UTC (rev 2173)
+++ trunk/packages/tree-puzzle/trunk/debian/control 2008-07-07 04:03:47 UTC (rev 2174)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, patchutils (>= 0.2.25), debhelper (>= 4.2.0), debhelper (>= 4.2.21), lam4-dev
-Standards-Version: 3.7.3
+Uploaders: Andreas Tille <tille at debian.org>, Charles Plessy <plessy at debian.org>
+Build-Depends: cdbs, autotools-dev, patchutils (>= 0.2.25), debhelper (>= 5), lam4-dev
+Standards-Version: 3.8.0
Homepage: http://www.tree-puzzle.de
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tree-puzzle/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/tree-puzzle/trunk/
Modified: trunk/packages/tree-puzzle/trunk/debian/rules
===================================================================
--- trunk/packages/tree-puzzle/trunk/debian/rules 2008-07-07 02:35:07 UTC (rev 2173)
+++ trunk/packages/tree-puzzle/trunk/debian/rules 2008-07-07 04:03:47 UTC (rev 2174)
@@ -11,6 +11,7 @@
# DEB_DH_INSTALLEXAMPLES_ARGS = --exclude Makefile*
## ... use regexp in tree-puzzle-doc.examples
+include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
More information about the debian-med-commit
mailing list