[Python-modules-commits] r13495 - in packages/stdeb/tags (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jun 19 10:29:32 UTC 2010


    Date: Saturday, June 19, 2010 @ 10:29:31
  Author: piotr
Revision: 13495

[svn-buildpackage] Tagging stdeb 0.6.0-1

Added:
  packages/stdeb/tags/0.6.0-1/
  packages/stdeb/tags/0.6.0-1/debian/changelog
    (from rev 13494, packages/stdeb/trunk/debian/changelog)
  packages/stdeb/tags/0.6.0-1/debian/control
    (from rev 13494, packages/stdeb/trunk/debian/control)
Deleted:
  packages/stdeb/tags/0.6.0-1/debian/changelog
  packages/stdeb/tags/0.6.0-1/debian/control

Deleted: packages/stdeb/tags/0.6.0-1/debian/changelog
===================================================================
--- packages/stdeb/trunk/debian/changelog	2010-06-01 16:37:59 UTC (rev 13207)
+++ packages/stdeb/tags/0.6.0-1/debian/changelog	2010-06-19 10:29:31 UTC (rev 13495)
@@ -1,30 +0,0 @@
-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
-    - new command line tool: pypi-install
-    - stdeb_run_setup no longer available 
-
- -- Piotr Ożarowski <piotr at debian.org>  Thu, 31 Dec 2009 20:29:48 +0100
-
-stdeb (0.4.2-1) unstable; urgency=low
-
-  * New upstream release
-  * quilt removed from build dependencies (both patches applied upstream)
-
- -- Piotr Ożarowski <piotr at debian.org>  Mon, 02 Nov 2009 23:12:10 +0100
-
-stdeb (0.4.1-1) unstable; urgency=low
-
-  * Initial release (closes: #550353)
-
- -- Piotr Ożarowski <piotr at debian.org>  Sun, 11 Oct 2009 18:13:02 +0200

Copied: packages/stdeb/tags/0.6.0-1/debian/changelog (from rev 13494, packages/stdeb/trunk/debian/changelog)
===================================================================
--- packages/stdeb/tags/0.6.0-1/debian/changelog	                        (rev 0)
+++ packages/stdeb/tags/0.6.0-1/debian/changelog	2010-06-19 10:29:31 UTC (rev 13495)
@@ -0,0 +1,44 @@
+stdeb (0.6.0-1) unstable; urgency=low
+
+  * New upstream release
+    - do not die if sources.list does not contain deb-src lines
+      (closes: #580376)
+    - document need to call "apt-file update". Emit nicer error when user
+      needs to call "apt-file update" (closes: #568122)
+    - added {$misc:Depends} to generated depends (closes: #568692)
+  * Add debhelper to Depends
+  * Set Andrew Straw as Maintainer, move myself to Uploaders
+  * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 19 Jun 2010 10:30:33 +0200
+
+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
+    - new command line tool: pypi-install
+    - stdeb_run_setup no longer available 
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 31 Dec 2009 20:29:48 +0100
+
+stdeb (0.4.2-1) unstable; urgency=low
+
+  * New upstream release
+  * quilt removed from build dependencies (both patches applied upstream)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 02 Nov 2009 23:12:10 +0100
+
+stdeb (0.4.1-1) unstable; urgency=low
+
+  * Initial release (closes: #550353)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 11 Oct 2009 18:13:02 +0200

Deleted: packages/stdeb/tags/0.6.0-1/debian/control
===================================================================
--- packages/stdeb/trunk/debian/control	2010-06-01 16:37:59 UTC (rev 13207)
+++ packages/stdeb/tags/0.6.0-1/debian/control	2010-06-19 10:29:31 UTC (rev 13495)
@@ -1,28 +0,0 @@
-Source: stdeb
-Section: python
-Priority: optional
-Maintainer: Piotr Ożarowski <piotr at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python
-Build-Depends-Indep: python-support (>= 0.6.4), python-setuptools, help2man
-Standards-Version: 3.8.3
-Homepage: http://github.com/astraw/stdeb
-XS-Python-Version: all
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/stdeb/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/stdeb/trunk/
-
-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
- 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.

Copied: packages/stdeb/tags/0.6.0-1/debian/control (from rev 13494, packages/stdeb/trunk/debian/control)
===================================================================
--- packages/stdeb/tags/0.6.0-1/debian/control	                        (rev 0)
+++ packages/stdeb/tags/0.6.0-1/debian/control	2010-06-19 10:29:31 UTC (rev 13495)
@@ -0,0 +1,29 @@
+Source: stdeb
+Section: python
+Priority: optional
+Maintainer: Andrew Straw <strawman at astraw.com>
+Uploaders: Piotr Ożarowski <piotr at debian.org>,
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python
+Build-Depends-Indep: python-support (>= 0.6.4), python-setuptools, help2man
+Standards-Version: 3.8.4
+Homepage: http://github.com/astraw/stdeb
+XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/stdeb/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/stdeb/trunk/
+
+Package: python-stdeb
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, debhelper (>= 7), python-setuptools
+Recommends: apt-file, dpkg-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
+ 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.




More information about the Python-modules-commits mailing list