[Python-apps-commits] r1472 - in packages/s3cmd/trunk/debian (4 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Wed Jun 18 15:06:57 UTC 2008


    Date: Wednesday, June 18, 2008 @ 15:06:56
  Author: dottedmag-guest
Revision: 1472

* New upstream release.
* Package is now maintained in PAPT:
  - PAPT added to Uploaders.
* debhelper compatibility level bumped to 7:
  - bumped debhelper build-dependency.
* Section changed to utils.
* python-elementtree dependency changed to python2.5 |
  python-elementtree to use ElementTree bundled in 2.5
* Vcs-{Svn,Browser} added.
* Standards-Version bumped to 3.8.0:
  - debian/README.source added

Added:
  packages/s3cmd/trunk/debian/README.source
Modified:
  packages/s3cmd/trunk/debian/changelog
  packages/s3cmd/trunk/debian/compat
  packages/s3cmd/trunk/debian/control

Added: packages/s3cmd/trunk/debian/README.source
===================================================================
--- packages/s3cmd/trunk/debian/README.source	                        (rev 0)
+++ packages/s3cmd/trunk/debian/README.source	2008-06-18 15:06:56 UTC (rev 1472)
@@ -0,0 +1,5 @@
+This package uses quilt packaging system, and patches may be (de)applied by
+using (un)patch debian/rules targets.
+
+S3CMD_PACKAGING quirk disables installing documentation and manpages by means of
+upstream setup.py - upstream likes it this way.

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2008-06-18 15:03:04 UTC (rev 1471)
+++ packages/s3cmd/trunk/debian/changelog	2008-06-18 15:06:56 UTC (rev 1472)
@@ -3,7 +3,17 @@
   * New upstream release.
   * Package is now maintained in PAPT:
     - PAPT added to Uploaders.
-  * debian/rules cleaned up: no need to have empty configure target
+  * debian/rules cleaned up:
+    - no need to have empty configure target
+    - fixed quilt usage
+  * debhelper compatibility level bumped to 7:
+    - bumped debhelper build-dependency.
+  * Section changed to utils.
+  * python-elementtree dependency changed to python2.5 |
+    python-elementtree to use ElementTree bundled in 2.5
+  * Vcs-{Svn,Browser} added.
+  * Standards-Version bumped to 3.8.0:
+    - debian/README.source added
 
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 03 May 2008 14:30:29 +0700
 

Modified: packages/s3cmd/trunk/debian/compat
===================================================================
--- packages/s3cmd/trunk/debian/compat	2008-06-18 15:03:04 UTC (rev 1471)
+++ packages/s3cmd/trunk/debian/compat	2008-06-18 15:06:56 UTC (rev 1472)
@@ -1 +1 @@
-5
+7

Modified: packages/s3cmd/trunk/debian/control
===================================================================
--- packages/s3cmd/trunk/debian/control	2008-06-18 15:03:04 UTC (rev 1471)
+++ packages/s3cmd/trunk/debian/control	2008-06-18 15:06:56 UTC (rev 1472)
@@ -1,18 +1,19 @@
 Source: s3cmd
-Section: admin
+Section: utils
 Priority: optional
 Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), quilt (>= 0.40), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), python-all-dev (>= 2.3.5-11)
 Build-Depends-Indep: python-central (>= 0.6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/s3cmd/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/s3cmd/trunk/
 Homepage: http://s3tools.logix.cz/s3cmd
-XS-Python-Version: >=2.4
 
 Package: s3cmd
 Architecture: all
-Depends: ${python:Depends}, python-elementtree
-Provides: ${python:Provides}
+Depends: python (>= 2.5) | python-elementtree, ${python:Depends}
 XB-Python-Version: ${python:Versions}
 Description: command-line Amazon S3 client
  Command-line tool to upload, retrieve and manage data in Amazon S3 service




More information about the Python-apps-commits mailing list