[Python-apps-commits] r7606 - in packages/openteacher/trunk/debian (3 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Oct 4 22:38:39 UTC 2011


    Date: Tuesday, October 4, 2011 @ 22:38:37
  Author: cjsmo-guest
Revision: 7606

renamed desktop_typo_fix.patch to 01_desktop_typo_fix.patch, use debian/clean file instead of override_dh_clean

Added:
  packages/openteacher/trunk/debian/patches/01_desktop_typo_fix.patch
Modified:
  packages/openteacher/trunk/debian/rules
Deleted:
  packages/openteacher/trunk/debian/patches/desktop_typo_fix.patch

Added: packages/openteacher/trunk/debian/patches/01_desktop_typo_fix.patch
===================================================================
--- packages/openteacher/trunk/debian/patches/01_desktop_typo_fix.patch	                        (rev 0)
+++ packages/openteacher/trunk/debian/patches/01_desktop_typo_fix.patch	2011-10-04 22:38:37 UTC (rev 7606)
@@ -0,0 +1,13 @@
+Description: Fixes a typo in setup.py
+Author: Charlie Smotherman <cjsmo at cableone.net>
+
+Index: openteacher-2.2-debian1/linux/openteacher.desktop
+===================================================================
+--- openteacher-2.2-debian1.orig/linux/openteacher.desktop	2011-09-16 08:09:59.725969239 -0500
++++ openteacher-2.2-debian1/linux/openteacher.desktop	2011-09-16 08:10:18.193969237 -0500
+@@ -8,4 +8,4 @@
+ Type=Application
+ Exec=openteacher
+ Categories=Education;Qt;
+-MimeType=application/x-openteacher;applications/x-wrts;application/x-teach2000;
++MimeType=application/x-openteacher;application/x-wrts;application/x-teach2000;

Deleted: packages/openteacher/trunk/debian/patches/desktop_typo_fix.patch
===================================================================
--- packages/openteacher/trunk/debian/patches/desktop_typo_fix.patch	2011-10-04 21:17:52 UTC (rev 7605)
+++ packages/openteacher/trunk/debian/patches/desktop_typo_fix.patch	2011-10-04 22:38:37 UTC (rev 7606)
@@ -1,13 +0,0 @@
-Description: Fixes a typo in setup.py
-Author: Charlie Smotherman <cjsmo at cableone.net>
-
-Index: openteacher-2.2-debian1/linux/openteacher.desktop
-===================================================================
---- openteacher-2.2-debian1.orig/linux/openteacher.desktop	2011-09-16 08:09:59.725969239 -0500
-+++ openteacher-2.2-debian1/linux/openteacher.desktop	2011-09-16 08:10:18.193969237 -0500
-@@ -8,4 +8,4 @@
- Type=Application
- Exec=openteacher
- Categories=Education;Qt;
--MimeType=application/x-openteacher;applications/x-wrts;application/x-teach2000;
-+MimeType=application/x-openteacher;application/x-wrts;application/x-teach2000;

Modified: packages/openteacher/trunk/debian/rules
===================================================================
--- packages/openteacher/trunk/debian/rules	2011-10-04 21:17:52 UTC (rev 7605)
+++ packages/openteacher/trunk/debian/rules	2011-10-04 22:38:37 UTC (rev 7606)
@@ -6,8 +6,8 @@
 %:
 	dh $@ --with python2
 
-override_dh_clean:
-	dh_clean src/resources.py src/gui/about.py src/gui/icons_rc.py \
+debian/clean:
+	file 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 translations/ar.ts translations/ar.qm \
 	translations/da.ts translations/da.qm translations/de.ts translations/de.qm \




More information about the Python-apps-commits mailing list