r8412 - packages/trunk/performous/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Nov 14 00:14:03 UTC 2008


Author: miriam
Date: 2008-11-14 00:14:02 +0000 (Fri, 14 Nov 2008)
New Revision: 8412

Added:
   packages/trunk/performous/debian/ultrastar-ng.links
Modified:
   packages/trunk/performous/debian/changelog
   packages/trunk/performous/debian/control
   packages/trunk/performous/debian/rules
Log:
Add transitional package
Prepare for experimental



Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog	2008-11-13 23:54:57 UTC (rev 8411)
+++ packages/trunk/performous/debian/changelog	2008-11-14 00:14:02 UTC (rev 8412)
@@ -1,10 +1,11 @@
-performous (0.3.0-1) UNRELEASED; urgency=low
+performous (0.3.0-1) experimental; urgency=low
 
   * UltraStar NG is now called Performous. Package renamed to performous.
   * New homepage: http://performous.org/
   * New building system: cmake
   * Updated build dependencies
-  * Removed ultrastar-ng-xine and ultrastar-ng-gstreamer packages.
+  * Removed ultrastar-ng-xine and ultrastar-ng-gstreamer packages
+  * Added package performous-dbg with the debugging symbols
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 11 Nov 2008 21:11:40 +0100
 

Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control	2008-11-13 23:54:57 UTC (rev 8411)
+++ packages/trunk/performous/debian/control	2008-11-14 00:14:02 UTC (rev 8412)
@@ -19,8 +19,31 @@
 Package: performous
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: ultrastar-ng (< ${binary:Version})
 Description: karaoke game that allows user supplied songs
- Karaoke program which is based off and looks similar to the Singstar game
- for PS2. Performous is based on UltraStar and allows you to add your
- own songs in the forms of mp3s along with a song text and a music video
- file. It was previously called UltraStar NG.
+ Performous is a karaoke program which is based off and looks similar to
+ the Singstar game for PS2. Performous is based on UltraStar and allows
+ you to add your own songs in the forms of mp3s along with a song text
+ and a music video file. It was previously called UltraStar NG.
+
+Package: performous-dbg
+Architecture: any
+Depends: performous (= ${binary:Version})
+Description: karaoke game that allows user supplied songs
+ Performous is a karaoke program which is based off and looks similar to
+ the Singstar game for PS2. Performous is based on UltraStar and allows
+ you to add your own songs in the forms of mp3s along with a song text
+ and a music video file. It was previously called UltraStar NG.
+ .
+ This package includes the debugging symbols.
+
+Package: ultrastar-ng
+Architecture: any
+Depends: performous
+Description: karaoke game - transitional package
+ Performous is a karaoke program which is based off and looks similar to
+ the Singstar game for PS2. Performous is based on UltraStar and allows
+ you to add your own songs in the forms of mp3s along with a song text
+ and a music video file. It was previously called UltraStar NG.
+ .
+ This is a transitional package to provide a smooth transition

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2008-11-13 23:54:57 UTC (rev 8411)
+++ packages/trunk/performous/debian/rules	2008-11-14 00:14:02 UTC (rev 8412)
@@ -64,7 +64,7 @@
 	dh_desktop
 	dh_icons
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=performous-dbg
 	dh_compress 
 	dh_fixperms
 	dh_makeshlibs

Added: packages/trunk/performous/debian/ultrastar-ng.links
===================================================================
--- packages/trunk/performous/debian/ultrastar-ng.links	                        (rev 0)
+++ packages/trunk/performous/debian/ultrastar-ng.links	2008-11-14 00:14:02 UTC (rev 8412)
@@ -0,0 +1,2 @@
+usr/games/performous usr/games/ultrastar-ng
+usr/share/man/man6/performous.6.gz usr/share/man/man6/ultrastar-ng.6.gz




More information about the Pkg-games-commits mailing list