[Python-apps-commits] r4912 - in packages/spe/trunk/debian (changelog control rules)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Mar 5 19:40:39 UTC 2010


    Date: Friday, March 5, 2010 @ 19:40:38
  Author: pochu
Revision: 4912

* debian/control:
  - Update my email address.
  - Bump Standards-Version to 3.8.4, no changes needed.
  - Wrap build-depends and depends.
  - Let spe depend on ${misc:Depends}.
  - Point to viewsvn in Vcs-Browser.
* debian/rules:
  - Stop calling dh_desktop, it's a no-op now.

Modified:
  packages/spe/trunk/debian/changelog
  packages/spe/trunk/debian/control
  packages/spe/trunk/debian/rules

Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog	2010-03-05 18:47:44 UTC (rev 4911)
+++ packages/spe/trunk/debian/changelog	2010-03-05 19:40:38 UTC (rev 4912)
@@ -1,6 +1,13 @@
 spe (0.8.4.h-2) UNRELEASED; urgency=low
 
-  * Update my email address.
+  * debian/control:
+    - Update my email address.
+    - Bump Standards-Version to 3.8.4, no changes needed.
+    - Wrap build-depends and depends.
+    - Let spe depend on ${misc:Depends}.
+    - Point to viewsvn in Vcs-Browser.
+  * debian/rules:
+    - Stop calling dh_desktop, it's a no-op now.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 05 Mar 2010 19:47:11 +0100
 

Modified: packages/spe/trunk/debian/control
===================================================================
--- packages/spe/trunk/debian/control	2010-03-05 18:47:44 UTC (rev 4911)
+++ packages/spe/trunk/debian/control	2010-03-05 19:40:38 UTC (rev 4912)
@@ -3,17 +3,25 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stefano Canepa <sc at linux.it>, Emilio Pozuelo Monfort <pochu at debian.org>, Stani M <spe.stani.be at gmail.com>
-Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5.0.51), python
-Build-Depends-Indep: python-central (>= 0.5.6), docbook-to-man
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5.0.51),
+               python
+Build-Depends-Indep: python-central (>= 0.5.6),
+                     docbook-to-man
 XS-Python-Version: all
 Homepage: http://pythonide.stani.be/
 VCS-Svn: svn://svn.debian.org/python-apps/packages/spe/trunk/
-VCS-Browser: http://svn.debian.org/wsvn/python-apps/packages/spe/?op=log
+VCS-Browser: http://svn.debian.org/viewsvn/python-apps/packages/spe/
 
 Package: spe
 Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.8, python-wxglade, kiki, winpdb, pychecker (>= 0.8.17-5)
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-wxgtk2.8,
+         python-wxglade,
+         kiki,
+         winpdb,
+         pychecker (>= 0.8.17-5)
 Recommends: wx2.8-doc
 Suggests: blender (>= 2.35), python-doc, python-wxtools
 XB-Python-Version: ${python:Versions}

Modified: packages/spe/trunk/debian/rules
===================================================================
--- packages/spe/trunk/debian/rules	2010-03-05 18:47:44 UTC (rev 4911)
+++ packages/spe/trunk/debian/rules	2010-03-05 19:40:38 UTC (rev 4912)
@@ -39,7 +39,6 @@
 	dh_installman spe.1
 	dh_install
 	dh_link
-	dh_desktop
 	dh_icons
 	dh_compress -X.pdf -X.rtf -X.py
 	dh_fixperms




More information about the Python-apps-commits mailing list