[med-svn] [praat] 01/03: Drop menu file since praat has a desktop file.

Andreas Tille tille at debian.org
Mon Feb 8 08:58:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository praat.

commit d0dfc045643afdddeb408bd97d0d2836193ce5e8
Author: Andreas Tille <tille at debian.org>
Date:   Sat Feb 6 16:21:55 2016 +0100

    Drop menu file since praat has a desktop file.
---
 debian/changelog | 5 ++++-
 debian/menu.in   | 6 ------
 debian/rules     | 4 ++--
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b121e4..0e48b86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,10 @@ praat (6.0.5-1) UNRELEASED; urgency=medium
   * Fixed FTBFS with clang using a patch supplied by Arthur
     Marble. (Closes: #812715)
 
- -- Fabian Klötzl <kloetzl at evolbio.mpg.de>  Sat, 06 Feb 2016 11:57:22 +0000
+  [ Andreas Tille ]
+  * Drop menu file since praat has a desktop file
+
+ -- Andreas Tille <tille at debian.org>  Sat, 06 Feb 2016 16:36:28 +0100
 
 praat (6.0.4-2) unstable; urgency=medium
 
diff --git a/debian/menu.in b/debian/menu.in
deleted file mode 100644
index c982393..0000000
--- a/debian/menu.in
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(praat):					\
-    needs="X11"						\
-    section="Applications/Science/Data Analysis"	\
-    title="Praat"					\
-    command="/@BINDIR@/praat"				\
-    icon="/@PIXDIR@/praat.xpm"
diff --git a/debian/rules b/debian/rules
index f233508..c923ff2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ clean:
 	# Fix the lacking cleaning command for the main/ directory
 	[ ! -f makefile.defs ] || make -C main clean
 	rm -f makefile.defs $(DEBDIR)/praat.dirs			\
-		 $(DEBDIR)/praat.install $(DEBDIR)/praat.menu		\
+		 $(DEBDIR)/praat.install 				\
 		 sendpraat praat.1 sendpraat.1 praat-open-files.1
 
 override_dh_auto_clean:
@@ -37,7 +37,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
 	# Generate the debhelper files
-	for i in dirs install menu ; do 				\
+	for i in dirs install ; do 				\
 		$(SUBSTCMD) < $(DEBDIR)/$$i.in > $(DEBDIR)/praat.$$i ;	\
 	done
 	# Get rid of the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list