[Python-modules-commits] r5689 - in packages/genshi/trunk/debian (4 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Jun 18 15:02:31 UTC 2008


    Date: Wednesday, June 18, 2008 @ 15:02:30
  Author: arnau
Revision: 5689

New upstream release

Modified:
  packages/genshi/trunk/debian/changelog
  packages/genshi/trunk/debian/control
  packages/genshi/trunk/debian/copyright
  packages/genshi/trunk/debian/install

Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog	2008-06-18 13:55:19 UTC (rev 5688)
+++ packages/genshi/trunk/debian/changelog	2008-06-18 15:02:30 UTC (rev 5689)
@@ -1,3 +1,15 @@
+genshi (0.5.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    + Update Standards-Version to 3.8.0. No changes needed.
+    + Switch Architecture to any as a shared library is now built.
+    + Build-Depends on python-all-dev.
+  * debian/copyright:
+    + Update copyright years.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Wed, 18 Jun 2008 23:11:14 +0900
+
 genshi (0.4.4-4) unstable; urgency=low
 
   [ Monty Taylor ]

Modified: packages/genshi/trunk/debian/control
===================================================================
--- packages/genshi/trunk/debian/control	2008-06-18 13:55:19 UTC (rev 5688)
+++ packages/genshi/trunk/debian/control	2008-06-18 15:02:30 UTC (rev 5689)
@@ -5,17 +5,17 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.43),
-               python-dev (>= 2.4),
-               python-support (>= 0.7.1)
-Build-Depends-Indep: python-setuptools (>= 0.6b3)
-Standards-Version: 3.7.3
+               python-all-dev (>= 2.4),
+               python-support (>= 0.7.1),
+               python-setuptools (>= 0.6b3)
+Standards-Version: 3.8.0
 Homepage: http://genshi.edgewall.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/genshi/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/genshi/trunk/?op=log
 
 Package: python-genshi
-Architecture: all
-Depends: ${python:Depends}
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}
 Suggests: doc-base, python-setuptools
 Description: Python XML-based template engine
  Genshi  is  a Python  library  that  provides  an integrated  set  of

Modified: packages/genshi/trunk/debian/copyright
===================================================================
--- packages/genshi/trunk/debian/copyright	2008-06-18 13:55:19 UTC (rev 5688)
+++ packages/genshi/trunk/debian/copyright	2008-06-18 15:02:30 UTC (rev 5689)
@@ -5,7 +5,7 @@
 
 Author: Edgewall Software <info at edgewall.org>
 
-Copyright: 2006-2007 Edgewall Software
+Copyright: 2006-2008 Edgewall Software
    All rights reserved.
 
    Redistribution and use in source  and binary forms, with or without
@@ -36,7 +36,7 @@
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY  WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-The   Debian    packaging   is   (C)    2006-2007,   Arnaud   Fontaine
+The   Debian    packaging   is   (C)    2006-2008,   Arnaud   Fontaine
 <arnau at debian.org> and  is licensed under the GPL.  On Debian systems,
 the complete  text of the GNU  General Public License can  be found in
 `/usr/share/common-licenses/GPL'.

Modified: packages/genshi/trunk/debian/install
===================================================================
--- packages/genshi/trunk/debian/install	2008-06-18 13:55:19 UTC (rev 5688)
+++ packages/genshi/trunk/debian/install	2008-06-18 15:02:30 UTC (rev 5689)
@@ -1,4 +1,4 @@
-doc/style		usr/share/doc/python-genshi/html
+doc/common/style	usr/share/doc/python-genshi/html/common
 doc/*.gif		usr/share/doc/python-genshi/html
 doc/*.png		usr/share/doc/python-genshi/html
 doc/*.html		usr/share/doc/python-genshi/html




More information about the Python-modules-commits mailing list