[Python-apps-commits] r7579 - in packages/openteacher/trunk/debian (4 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Sep 27 05:08:21 UTC 2011


    Date: Tuesday, September 27, 2011 @ 05:08:15
  Author: cjsmo-guest
Revision: 7579

remove generated file in clean target, then recreate them, added pyqt4-dev-tool to B-D, added 02_compile_all_fix.patch

Modified:
  packages/openteacher/trunk/debian/control
  packages/openteacher/trunk/debian/copyright
  packages/openteacher/trunk/debian/patches/series
  packages/openteacher/trunk/debian/rules

Modified: packages/openteacher/trunk/debian/control
===================================================================
--- packages/openteacher/trunk/debian/control	2011-09-25 16:29:12 UTC (rev 7578)
+++ packages/openteacher/trunk/debian/control	2011-09-27 05:08:15 UTC (rev 7579)
@@ -3,7 +3,8 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Section: misc
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), translate-toolkit,
+ pyqt4-dev-tools
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.5
 Homepage: http://openteacher.org/

Modified: packages/openteacher/trunk/debian/copyright
===================================================================
--- packages/openteacher/trunk/debian/copyright	2011-09-25 16:29:12 UTC (rev 7578)
+++ packages/openteacher/trunk/debian/copyright	2011-09-27 05:08:15 UTC (rev 7579)
@@ -152,6 +152,7 @@
            2011 Charlie Smotherman <cjsmo at cableone.net>
 License: GPL-3
 
+License: GPL-3
 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
  Foundation, either version 3 of the License, or (at your option) any later

Modified: packages/openteacher/trunk/debian/patches/series
===================================================================
--- packages/openteacher/trunk/debian/patches/series	2011-09-25 16:29:12 UTC (rev 7578)
+++ packages/openteacher/trunk/debian/patches/series	2011-09-27 05:08:15 UTC (rev 7579)
@@ -1 +1,2 @@
-desktop_typo_fix.patch
+02_compile_all_fix.patch
+01_desktop_typo_fix.patch

Modified: packages/openteacher/trunk/debian/rules
===================================================================
--- packages/openteacher/trunk/debian/rules	2011-09-25 16:29:12 UTC (rev 7578)
+++ packages/openteacher/trunk/debian/rules	2011-09-27 05:08:15 UTC (rev 7579)
@@ -6,6 +6,19 @@
 %:
 	dh $@ --with python2
 
+override_dh_clean:
+	dh_clean src/resources.py \
+	src/gui/about.py \
+	src/gui/icons_rc.py \
+	src/gui/openteacher.py \
+	src/gui/settings.py \
+	src/gui/wrtsListChoice.py \
+	src/gui/wrtsLogin.py
+
+override_dh_auto_build:
+	python setup.py update
+	dh_auto_build
+
 override_dh_auto_install:
 	dh_auto_install -- --install-scripts=/usr/share \
 	--install-lib=/usr/share
@@ -13,4 +26,3 @@
 override_dh_install:
 	mv $(pork) $(beef)
 	dh_install
-




More information about the Python-apps-commits mailing list