[Python-apps-commits] r6925 - in packages/laudio/trunk/debian (4 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Apr 12 07:02:55 UTC 2011


    Date: Tuesday, April 12, 2011 @ 07:02:51
  Author: cjsmo-guest
Revision: 6925

changed to use dh_python2, updated copyright, increased standards version to 3.9.2

Modified:
  packages/laudio/trunk/debian/control
  packages/laudio/trunk/debian/copyright
  packages/laudio/trunk/debian/laudio.install
  packages/laudio/trunk/debian/rules

Modified: packages/laudio/trunk/debian/control
===================================================================
--- packages/laudio/trunk/debian/control	2011-04-12 06:55:47 UTC (rev 6924)
+++ packages/laudio/trunk/debian/control	2011-04-12 07:02:51 UTC (rev 6925)
@@ -4,9 +4,9 @@
 Maintainer: Charlie Smotherman <cjsmo at cableone.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, 
  Bernhard Posselt <bernhard.posselt at gmx.at>
-Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.5-2~), po-debconf
+Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.6-3), po-debconf
 X-Python-Version: >=2.6
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: https://github.com/Raydiation/Laudio
 Vcs-Git: git://github.com/Raydiation/Laudio.git
 Vcs-Browser: https://github.com/Raydiation/Laudio

Modified: packages/laudio/trunk/debian/copyright
===================================================================
--- packages/laudio/trunk/debian/copyright	2011-04-12 06:55:47 UTC (rev 6924)
+++ packages/laudio/trunk/debian/copyright	2011-04-12 07:02:51 UTC (rev 6925)
@@ -110,7 +110,9 @@
  can be found in `/usr/share/common-licenses/LGPL'.
 
 Files: laudio/media/js/jquery-1.5.min.js
-Copyright: 2005-2008 by John Resig, Brandon Aaron & Jörn Zaefferer.
+Copyright: 2005-2008 John Resig
+           2005-2008 Brandon Aaron
+           2005-2008 Jörn Zaefferer
 License: GPL-2
  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software

Modified: packages/laudio/trunk/debian/laudio.install
===================================================================
--- packages/laudio/trunk/debian/laudio.install	2011-04-12 06:55:47 UTC (rev 6924)
+++ packages/laudio/trunk/debian/laudio.install	2011-04-12 07:02:51 UTC (rev 6925)
@@ -1,5 +1,4 @@
 laudio_apache.conf /etc/laudio
-
 laudio/media /usr/share/laudio/laudio
 laudio/tpl /usr/share/laudio/laudio
 laudio/src /usr/share/laudio/laudio

Modified: packages/laudio/trunk/debian/rules
===================================================================
--- packages/laudio/trunk/debian/rules	2011-04-12 06:55:47 UTC (rev 6924)
+++ packages/laudio/trunk/debian/rules	2011-04-12 07:02:51 UTC (rev 6925)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with python2 $@
+	dh $@ --with python2
 
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=/usr/share/laudio




More information about the Python-apps-commits mailing list