r10019 - packages/trunk/performous/debian
Miriam Ruiz
miriam at alioth.debian.org
Sun Jul 12 00:12:28 UTC 2009
Author: miriam
Date: 2009-07-12 00:12:27 +0000 (Sun, 12 Jul 2009)
New Revision: 10019
Modified:
packages/trunk/performous/debian/control
packages/trunk/performous/debian/rules
Log:
Finish some details before upload
Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control 2009-07-11 22:45:44 UTC (rev 10018)
+++ packages/trunk/performous/debian/control 2009-07-12 00:12:27 UTC (rev 10019)
@@ -30,30 +30,29 @@
you to add your own songs in MP3 format, along with a song text
and a music video file. It was previously called UltraStar NG.
-Package: performous-dbg
-Section: debug
+Package: performous-tools
Architecture: any
-Depends: performous (= ${binary:Version})
-Description: karaoke game that allows user supplied songs - debug
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: performous
+Description: karaoke game that allows user supplied songs - tools
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 MP3 format, along with a song text
and a music video file. It was previously called UltraStar NG.
.
- This package includes the debugging symbols.
+ This package includes some tools for converting original Singstar DVDs to
+ the format used by Performous.
-Package: performous-tools
+Package: performous-dbg
+Section: debug
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: performous
-Description: karaoke game that allows user supplied songs - tools
+Description: karaoke game that allows user supplied songs - debug
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 MP3 format, along with a song text
and a music video file. It was previously called UltraStar NG.
.
- This package includes some tools for converting original Singstar DVDs to
- the format used by Performous.
+ This package includes the debugging symbols.
Package: ultrastar-ng
Architecture: all
Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules 2009-07-11 22:45:44 UTC (rev 10018)
+++ packages/trunk/performous/debian/rules 2009-07-12 00:12:27 UTC (rev 10019)
@@ -56,7 +56,7 @@
# Move tools to their own package
mkdir -p $(CURDIR)/debian/performous-tools/usr/games
cd $(CURDIR)/debian/performous/usr/games/ && \
- for i in adpcm_decode cover_conv ipu_conv ipu_decode pak_extract ss_extract; do \
+ for i in ss_adpcm_decode ss_cover_conv ss_ipu_conv ss_ipu_decode ss_pak_extract ss_extract; do \
mv $(CURDIR)/debian/performous/usr/games/"$$i" $(CURDIR)/debian/performous-tools/usr/games/ ; \
done
@@ -85,8 +85,7 @@
dh_install -a
dh_icons -a
dh_link -a
- dh_strip -pperformous --dbg-package=performous-dbg
- dh_strip -pperformous-tools
+ dh_strip --dbg-package=performous-dbg
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a
More information about the Pkg-games-commits
mailing list