[Python-modules-commits] [sqlobject] 03/04: Rename binary package & various other small fixes

Neil Muller drnlmza-guest at moszumanska.debian.org
Fri Jul 1 18:05:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

drnlmza-guest pushed a commit to branch master
in repository sqlobject.

commit acd95b5f4f8a39eb702d1addcd888977bb3a2d33
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date:   Fri Jul 1 16:42:10 2016 +0200

    Rename binary package & various other small fixes
---
 debian/NEWS                                              |  2 +-
 debian/changelog                                         |  3 ++-
 debian/control                                           | 16 +++++++++-------
 ...hon-sqlobject-bin.install => sqlobject-admin.install} |  0
 ...n-sqlobject-bin.manpages => sqlobject-admin.manpages} |  0
 5 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
index 5c67665..e596174 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -4,7 +4,7 @@ sqlobject (3.0.0-1) unstable; urgency=low
   provided by the python3-sqlobject package.
 
   The helper applications sqlobject-admin and sqlobject-convertOldURI have
-  been moved to the python-sqlobject-bin package and the documentation
+  been moved to the sqlobject-admin package and the documentation
   has been moved to the python-sqlobject-doc package.
 
   The following behaviour changes between Python 2 and Python 3 are important:
diff --git a/debian/changelog b/debian/changelog
index 7283025..4e005f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,10 @@ sqlobject (3.0.0-1) UNRELEASED; urgency=low
   * Updated to latest upstream release.
     - Added new pydispatcher dependency.
   * Added python3-sqlobject package.
-  * Move helper applications into to python-sqlobject-bin package.
+  * Move helper applications into to sqlobject-admin package.
   * Moved documentation to python-sqlobject-doc package.
   * Drop obsolete python-maxdb suggests.
+  * Drop obsolete pycentral cleanup script.
   * Bump debhelper compatibility level to 9.
   * Add NEWS.Debian entry describing changes to the package layout.
 
diff --git a/debian/control b/debian/control
index bd9f68b..34a565e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: sqlobject
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9.0),
+Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all (>= 2.7.3-4),
+               python-all,
                python-formencode,
                python-pydispatch,
                python3-all,
@@ -18,6 +18,7 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Neil Muller <drnlmuller+debian at gmail.com>
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.4
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sqlobject.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sqlobject.git
 Homepage: http://www.sqlobject.org
@@ -29,7 +30,7 @@ Depends: python-formencode,
          python-pkg-resources (>=0.6c8),
          ${misc:Depends},
          ${python:Depends}
-Recommends: python-sqlobject-bin (= ${source:Version})
+Recommends: sqlobject-admin (= ${source:Version})
 Suggests: python-fdb,
           python-mysqldb,
           python-psycopg2,
@@ -60,7 +61,7 @@ Depends: python3-formencode,
          python3-pkg-resources (>=0.6c8),
          ${misc:Depends},
          ${python:Depends}
-Recommends: python-sqlobject-bin (= ${source:Version})
+Recommends: sqlobject-admin (= ${source:Version})
 Suggests: python3-mysqldb,
           python3-psycopg2,
           python-sqlobject-doc
@@ -106,12 +107,12 @@ Description: Documentation for SQLObject, a Python object relational manager for
  The documentation covers both the Python 2 and Python 3 versions of
  SQLObject.
 
-Package: python-sqlobject-bin
+Package: sqlobject-admin
 Architecture: all
 Depends: python3-sqlobject (= ${source:Version}),
          ${misc:Depends},
          ${python:Depends}
-Description: Helper applications for SQLObject, a Python ORM
+Description: Helper applications for SQLObject, a Python ORM for databases
  SQLObject is an object-relational mapper. It allows you to translate RDBMS
  table rows into Python objects, and manipulate those objects to transparently
  manipulate the database.
@@ -127,4 +128,5 @@ Description: Helper applications for SQLObject, a Python ORM
  Python syntax and objects (instead of generating SQL using string
  substitution, as is traditional).
  .
- This package includes helper applications for use with SQLObject.
+ This package includes the sqlobject-admin and sqlobject-convertOldURI helper
+ applications for use with SQLObject.
diff --git a/debian/python-sqlobject-bin.install b/debian/sqlobject-admin.install
similarity index 100%
rename from debian/python-sqlobject-bin.install
rename to debian/sqlobject-admin.install
diff --git a/debian/python-sqlobject-bin.manpages b/debian/sqlobject-admin.manpages
similarity index 100%
rename from debian/python-sqlobject-bin.manpages
rename to debian/sqlobject-admin.manpages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git



More information about the Python-modules-commits mailing list