[Python-modules-commits] r11087 - in packages/stdeb/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Jan 10 18:06:42 UTC 2010


    Date: Sunday, January 10, 2010 @ 18:06:32
  Author: piotr
Revision: 11087

* New upstream release
* Package's long description updated, now mentions pypi-install
  (closes: #564562)
* Add README.rst to docs
* Add apt-file and dpkg-dev to Recommends

Added:
  packages/stdeb/trunk/debian/docs
Modified:
  packages/stdeb/trunk/debian/changelog
  packages/stdeb/trunk/debian/control
Deleted:
  packages/stdeb/trunk/debian/README.source

Deleted: packages/stdeb/trunk/debian/README.source
===================================================================
--- packages/stdeb/trunk/debian/README.source	2010-01-10 16:27:33 UTC (rev 11086)
+++ packages/stdeb/trunk/debian/README.source	2010-01-10 18:06:32 UTC (rev 11087)
@@ -1,2 +0,0 @@
-This package uses the patch management system quilt as documented in
-/usr/share/doc/quilt/README.source.

Modified: packages/stdeb/trunk/debian/changelog
===================================================================
--- packages/stdeb/trunk/debian/changelog	2010-01-10 16:27:33 UTC (rev 11086)
+++ packages/stdeb/trunk/debian/changelog	2010-01-10 18:06:32 UTC (rev 11087)
@@ -1,3 +1,13 @@
+stdeb (0.5.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Package's long description updated, now mentions pypi-install
+    (closes: #564562)
+  * Add README.rst to docs
+  * Add apt-file and dpkg-dev to Recommends
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 10 Jan 2010 12:45:52 +0100
+
 stdeb (0.5.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/stdeb/trunk/debian/control
===================================================================
--- packages/stdeb/trunk/debian/control	2010-01-10 16:27:33 UTC (rev 11086)
+++ packages/stdeb/trunk/debian/control	2010-01-10 18:06:32 UTC (rev 11087)
@@ -14,9 +14,15 @@
 Package: python-stdeb
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-setuptools
+Recommends: apt-file, dpkg-dev
 Description: Python to Debian source package conversion utility
- stdeb produces Debian source packages from Python packages via a new distutils
- command, sdist_dsc. Automatic defaults are provided for the Debian package,
- but many aspects of the resulting package can be customized via a
- configuration file. An additional command, bdist_deb, creates a Debian binary
- package, a .deb file.
+ This package provides some tools to produce Debian packages from Python
+ packages via a new distutils command, sdist_dsc. Automatic defaults are
+ provided for the Debian package, but many aspects of the resulting package can
+ be customized via a configuration file.
+ .
+  * pypi-install will query the Python Package Index (PyPI) for a
+    package, download it, create a .deb from it, and then install
+    the .deb.
+  * py2dsc will convert a distutils-built source tarball into a Debian
+    source package.

Added: packages/stdeb/trunk/debian/docs
===================================================================
--- packages/stdeb/trunk/debian/docs	                        (rev 0)
+++ packages/stdeb/trunk/debian/docs	2010-01-10 18:06:32 UTC (rev 11087)
@@ -0,0 +1 @@
+README.rst




More information about the Python-modules-commits mailing list