[Python-modules-commits] r30345 - in packages/stdeb/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Aug 29 05:08:34 UTC 2014


    Date: Friday, August 29, 2014 @ 05:08:33
  Author: piotr
Revision: 30345

Fix binary packages' description (python-steb ?\226?\134?\144?\226?\134?\146 python3-stdeb)

Modified:
  packages/stdeb/trunk/debian/changelog
  packages/stdeb/trunk/debian/control

Modified: packages/stdeb/trunk/debian/changelog
===================================================================
--- packages/stdeb/trunk/debian/changelog	2014-08-29 05:05:28 UTC (rev 30344)
+++ packages/stdeb/trunk/debian/changelog	2014-08-29 05:08:33 UTC (rev 30345)
@@ -1,3 +1,9 @@
+stdeb (0.8.2-2) UNRELEASED; urgency=medium
+
+  * Fix binary packages' description (python-steb ←→ python3-stdeb)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 28 Aug 2014 22:07:23 -0700
+
 stdeb (0.8.2-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/stdeb/trunk/debian/control
===================================================================
--- packages/stdeb/trunk/debian/control	2014-08-29 05:05:28 UTC (rev 30344)
+++ packages/stdeb/trunk/debian/control	2014-08-29 05:08:33 UTC (rev 30345)
@@ -16,16 +16,6 @@
 Depends: ${misc:Depends}, ${python:Depends}, debhelper (>= 9), python-setuptools
 Recommends: apt-file, dpkg-dev, python-all
 Suggests: python-all-dev
-Description: Python to Debian source package conversion plugins for distutils
- This package provides distutils commands to produce Debian packages from Python
- packages. Automatic defaults are provided for the Debian package, but many
- aspects of the resulting package can be customized via a configuration file.
-
-Package: python3-stdeb
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, debhelper (>= 9), python3-setuptools
-Recommends: apt-file, dpkg-dev, python3-all
-Suggests: python3-all-dev
 Description: Python to Debian source package conversion utility
  This package provides some tools to produce Debian packages from Python
  packages via a new distutils command, sdist_dsc. Automatic defaults are
@@ -39,3 +29,13 @@
     source package.
   * py2dsc-deb is like py2dsc, but will additionally build binary package
   * pypi-download will download upstream tarball from PyPI
+
+Package: python3-stdeb
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, debhelper (>= 9), python3-setuptools
+Recommends: apt-file, dpkg-dev, python3-all
+Suggests: python3-all-dev
+Description: Python to Debian source package conversion plugins for distutils
+ This package provides distutils commands to produce Debian packages from Python
+ packages. Automatic defaults are provided for the Debian package, but many
+ aspects of the resulting package can be customized via a configuration file.




More information about the Python-modules-commits mailing list