r15607 - packages/trunk/pianobooster/debian

Miriam Ruiz miriam at moszumanska.debian.org
Fri Nov 27 00:09:01 UTC 2015


Author: miriam
Date: 2015-11-27 00:09:01 +0000 (Fri, 27 Nov 2015)
New Revision: 15607

Modified:
   packages/trunk/pianobooster/debian/changelog
   packages/trunk/pianobooster/debian/control
   packages/trunk/pianobooster/debian/copyright
   packages/trunk/pianobooster/debian/pianobooster.desktop
   packages/trunk/pianobooster/debian/rules
Log:
New Upstream Release



Modified: packages/trunk/pianobooster/debian/changelog
===================================================================
--- packages/trunk/pianobooster/debian/changelog	2015-11-26 23:01:31 UTC (rev 15606)
+++ packages/trunk/pianobooster/debian/changelog	2015-11-27 00:09:01 UTC (rev 15607)
@@ -1,3 +1,11 @@
+pianobooster (0.6.4.0-1) UNRELEASED; urgency=medium
+
+  * New Upstream Release.
+  * Added build dependency: qt4-linguist-tools
+  * Upgraded Standards-Version from 3.9.4 to 3.9.6
+
+ -- Miriam Ruiz <miriam at debian.org>  Fri, 27 Nov 2015 00:35:47 +0100
+
 pianobooster (0.6.4b-2) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/pianobooster/debian/control
===================================================================
--- packages/trunk/pianobooster/debian/control	2015-11-26 23:01:31 UTC (rev 15606)
+++ packages/trunk/pianobooster/debian/control	2015-11-27 00:09:01 UTC (rev 15607)
@@ -4,9 +4,9 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <miriam at debian.org>
 Build-Depends: debhelper (>= 9), cmake, dh-buildinfo,
- qt4-qmake, libqt4-dev, libqt4-opengl-dev,
+ qt4-qmake, libqt4-dev, libqt4-opengl-dev, qt4-linguist-tools,
  mesa-common-dev, libglu1-mesa-dev, libasound2-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Homepage: http://pianobooster.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pianobooster/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pianobooster/

Modified: packages/trunk/pianobooster/debian/copyright
===================================================================
--- packages/trunk/pianobooster/debian/copyright	2015-11-26 23:01:31 UTC (rev 15606)
+++ packages/trunk/pianobooster/debian/copyright	2015-11-27 00:09:01 UTC (rev 15607)
@@ -11,7 +11,7 @@
 
 Files: src/rtmidi/RtMidi.cpp
 Copyright: Copyright (c) 2003-2011, Gary P. Scavone
-License:
+License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights

Modified: packages/trunk/pianobooster/debian/pianobooster.desktop
===================================================================
--- packages/trunk/pianobooster/debian/pianobooster.desktop	2015-11-26 23:01:31 UTC (rev 15606)
+++ packages/trunk/pianobooster/debian/pianobooster.desktop	2015-11-27 00:09:01 UTC (rev 15607)
@@ -8,7 +8,7 @@
 Comment[es]=Aprender piano mientras juega
 Comment[gl]=Aprender piano mentres se xoga
 Icon=pianobooster
-Exec=pianobooster
+Exec=pianobooster %f
 Terminal=false
 MimeType=audio/x-karaoke;audio/x-midi;audio/midi;
 Categories=Audio;AudioVideo;Midi;Music;Player;Education;Qt

Modified: packages/trunk/pianobooster/debian/rules
===================================================================
--- packages/trunk/pianobooster/debian/rules	2015-11-26 23:01:31 UTC (rev 15606)
+++ packages/trunk/pianobooster/debian/rules	2015-11-27 00:09:01 UTC (rev 15607)
@@ -31,7 +31,7 @@
 build-stamp: config
 	dh_testdir
 	cd $(BUILD_TREE); $(MAKE)
-	cd src && lrelease *.ts
+	cd src && lrelease-qt4 *.ts
 	touch $@
 
 build-indep:
@@ -66,13 +66,11 @@
 	dh_installexamples
 	dh_install
 	dh_installmenu
-#	dh_installmime
 	dh_installman
 	dh_link
 	dh_strip --dbg-package=pianobooster-dbg
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
 	dh_installdeb
 	dh_shlibdeps




More information about the Pkg-games-commits mailing list