[Python-apps-commits] r7111 - in packages/petit/trunk/debian (4 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Wed May 18 00:26:02 UTC 2011


    Date: Wednesday, May 18, 2011 @ 00:26:00
  Author: chaica-guest
Revision: 7111

  * New upstream version. (Closes: #589691)
  * debian/control
    - Bump Standards-Version to 3.9.2
    - Bump python Build-Depends to 2.6.6-3
    - Removed the Build-Depends-Indep line
    - Replaced the XS-Python-Version field by X-Python-Version
    - Removed the XB-Python-Version line
  * debian/rules
    - Removed DH_ALWAYS_EXCLUDE=.svn
    - using dh $@ --with python2
  * debian/install
    - Upgraded the path for the crunchtools directory

Modified:
  packages/petit/trunk/debian/changelog
  packages/petit/trunk/debian/control
  packages/petit/trunk/debian/install
  packages/petit/trunk/debian/rules

Modified: packages/petit/trunk/debian/changelog
===================================================================
--- packages/petit/trunk/debian/changelog	2011-05-17 23:35:30 UTC (rev 7110)
+++ packages/petit/trunk/debian/changelog	2011-05-18 00:26:00 UTC (rev 7111)
@@ -1,3 +1,20 @@
+petit (1.1.1-1) unstable; urgency=low
+
+  * New upstream version. (Closes: #589691)
+  * debian/control
+    - Bump Standards-Version to 3.9.2
+    - Bump python Build-Depends to 2.6.6-3
+    - Removed the Build-Depends-Indep line
+    - Replaced the XS-Python-Version field by X-Python-Version
+    - Removed the XB-Python-Version line
+  * debian/rules
+    - Removed DH_ALWAYS_EXCLUDE=.svn
+    - using dh $@ --with python2
+  * debian/install
+    - Upgraded the path for the crunchtools directory
+
+ -- Carl Chenet <chaica at ohmytux.com>  Wed, 18 May 2011 04:23:39 +0200
+
 petit (1.0.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #542103)

Modified: packages/petit/trunk/debian/control
===================================================================
--- packages/petit/trunk/debian/control	2011-05-17 23:35:30 UTC (rev 7110)
+++ packages/petit/trunk/debian/control	2011-05-18 00:26:00 UTC (rev 7111)
@@ -6,15 +6,13 @@
 Homepage: http://crunchtools.com/software/petit/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/petit/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/petit/trunk/
-Build-Depends: debhelper (>= 7.0.50~), python
-Build-Depends-Indep: python-support
-Standards-Version: 3.9.0
-XS-Python-Version: all
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
 
 Package: petit
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Description: log analysis tool for syslog, apache and raw log files
  Petit is a log analysis tool aiming systems administrators and
  systems analysts. It interact with syslog and Apache logs to clarify

Modified: packages/petit/trunk/debian/install
===================================================================
--- packages/petit/trunk/debian/install	2011-05-17 23:35:30 UTC (rev 7110)
+++ packages/petit/trunk/debian/install	2011-05-18 00:26:00 UTC (rev 7111)
@@ -1,4 +1,4 @@
-src/lib/crunchtools.py usr/share/petit/
+src/lib/crunchtools usr/share/petit/
 src/bin/petit usr/share/petit/
 src/lib/filters var/lib/petit/
 src/lib/fingerprints var/lib/petit/

Modified: packages/petit/trunk/debian/rules
===================================================================
--- packages/petit/trunk/debian/rules	2011-05-17 23:35:30 UTC (rev 7110)
+++ packages/petit/trunk/debian/rules	2011-05-18 00:26:00 UTC (rev 7111)
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-export DH_ALWAYS_EXCLUDE=.svn
-
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_test:
 




More information about the Python-apps-commits mailing list