[Python-apps-commits] r12478 - in packages/cherrytree/trunk/debian (changelog menu rules)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Fri Oct 9 06:16:19 UTC 2015


    Date: Friday, October 9, 2015 @ 06:16:18
  Author: vcheng
Revision: 12478

drop menu file

Modified:
  packages/cherrytree/trunk/debian/changelog
  packages/cherrytree/trunk/debian/rules
Deleted:
  packages/cherrytree/trunk/debian/menu

Modified: packages/cherrytree/trunk/debian/changelog
===================================================================
--- packages/cherrytree/trunk/debian/changelog	2015-10-09 06:15:03 UTC (rev 12477)
+++ packages/cherrytree/trunk/debian/changelog	2015-10-09 06:16:18 UTC (rev 12478)
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Add build-dep on dh-python.
+  * Drop Debian menu file as per tech-ctte decision.
 
  -- Vincent Cheng <vcheng at debian.org>  Thu, 08 Oct 2015 23:10:39 -0700
 

Deleted: packages/cherrytree/trunk/debian/menu
===================================================================
--- packages/cherrytree/trunk/debian/menu	2015-10-09 06:15:03 UTC (rev 12477)
+++ packages/cherrytree/trunk/debian/menu	2015-10-09 06:16:18 UTC (rev 12478)
@@ -1,2 +0,0 @@
-?package(cherrytree):needs="X11" section="Applications/Editors"\
-  title="cherrytree" command="/usr/bin/cherrytree"

Modified: packages/cherrytree/trunk/debian/rules
===================================================================
--- packages/cherrytree/trunk/debian/rules	2015-10-09 06:15:03 UTC (rev 12477)
+++ packages/cherrytree/trunk/debian/rules	2015-10-09 06:16:18 UTC (rev 12478)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_clean:
 	rm -rf build/




More information about the Python-apps-commits mailing list