r11451 - packages/trunk/performous/debian

Miriam Ruiz miriam at alioth.debian.org
Thu Nov 4 00:10:46 UTC 2010


Author: miriam
Date: 2010-11-04 00:10:42 +0000 (Thu, 04 Nov 2010)
New Revision: 11451

Modified:
   packages/trunk/performous/debian/control
   packages/trunk/performous/debian/performous-tools.7
   packages/trunk/performous/debian/performous-tools.links
   packages/trunk/performous/debian/performous-tools.manpages
   packages/trunk/performous/debian/rules
Log:
Put new tools in proper package and updated manpages



Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control	2010-11-03 23:10:02 UTC (rev 11450)
+++ packages/trunk/performous/debian/control	2010-11-04 00:10:42 UTC (rev 11451)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 5.0.51),
- cmake (>= 2.6), pkg-config, quilt, help2man, 
+Build-Depends: debhelper (>= 7),
+ cmake (>= 2.6), pkg-config, quilt, help2man, gettext,
  libgl1-mesa-dev, libsdl1.2-dev, libcairo2-dev, librsvg2-dev,
  libboost-thread-dev (>= 1.36), libboost-serialization-dev (>= 1.36),
  libboost-program-options-dev (>= 1.36), libboost-regex-dev (>= 1.36),

Modified: packages/trunk/performous/debian/performous-tools.7
===================================================================
--- packages/trunk/performous/debian/performous-tools.7	2010-11-03 23:10:02 UTC (rev 11450)
+++ packages/trunk/performous/debian/performous-tools.7	2010-11-04 00:10:42 UTC (rev 11451)
@@ -4,14 +4,20 @@
 .SH "SYNOPSIS"
 \fBss_extract\fR [\-h|\-\-help] [\-\-dvd arg] [\-l|\-\-list] [\-\-song arg] [\-\-video arg] [\-\-audio arg]
 \fBss_adpcm_decode\fR [\-h|\-\-help] [archive.pak] input.mib output.wav
+\fBss_chc_decode\fR chc_file key1 key2 key3 key4 track_id
 \fBss_cover_conv\fR [\-h|\-\-help] [pak_file] [track_id] [output_image]
 \fBss_ipu_conv\fR [\-h|\-\-help] infile.ipu outfile.m2v
 \fBss_ipu_decode\fR [\-h|\-\-help] input output
 \fBss_pak_extract\fR [\-h|\-\-help] file.pak \-\-extract [files]
 \fBss_pak_extract\fR file.pak \-\-dump file
 \fBss_pak_extract\fR file.pak \-\-list
+\fBss_archive_extract\fR archive --extract [files]
+\fBss_archive_extract\fR archive --dump file
+\fBss_archive_extract\fR archive --list
+\fBgh_fsb_decrypt\fR input.fsb
+\fBgh_xen_decrypt\fR input.xen output
 \fBitg_pck\fR file.pck
 .SH "DESCRIPTION"
-Tools for converting original Singstar DVDs to the format used by Performous.
+Tools for converting original Singstar and Guitar Hero data to the format used by Performous.
 .SH "SEE ALSO"
 \fIperformous\fR(1)

Modified: packages/trunk/performous/debian/performous-tools.links
===================================================================
--- packages/trunk/performous/debian/performous-tools.links	2010-11-03 23:10:02 UTC (rev 11450)
+++ packages/trunk/performous/debian/performous-tools.links	2010-11-04 00:10:42 UTC (rev 11451)
@@ -1,7 +1 @@
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/ss_extract.6.gz
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/ss_adpcm_decode.6.gz
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/ss_cover_conv.6.gz
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/ss_ipu_conv.6.gz
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/ss_ipu_decode.6.gz
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/ss_pak_extract.6.gz
-usr/share/man/man7/performous-tools.7.gz usr/share/man/man6/itg_pck.6.gz
+usr/share/man/man7/performous-tools.7.gz usr/share/man/man1/ss_archive_extract.1.gz

Modified: packages/trunk/performous/debian/performous-tools.manpages
===================================================================
--- packages/trunk/performous/debian/performous-tools.manpages	2010-11-03 23:10:02 UTC (rev 11450)
+++ packages/trunk/performous/debian/performous-tools.manpages	2010-11-04 00:10:42 UTC (rev 11451)
@@ -1 +1,2 @@
 debian/performous-tools.7
+docs/man/*.1

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2010-11-03 23:10:02 UTC (rev 11450)
+++ packages/trunk/performous/debian/rules	2010-11-04 00:10:42 UTC (rev 11451)
@@ -66,7 +66,8 @@
 	mkdir -p $(CURDIR)/debian/performous-tools/usr/games
 	cd $(CURDIR)/debian/performous/usr/games/ && \
 		for i in ss_adpcm_decode ss_cover_conv ss_ipu_conv ss_ipu_decode \
-			ss_pak_extract ss_extract itg_pck; do \
+			ss_archive_extract ss_chc_decode ss_pak_extract ss_extract \
+			gh_fsb_decrypt gh_xen_decrypt itg_pck; do \
 		mv $(CURDIR)/debian/performous/usr/games/"$$i" $(CURDIR)/debian/performous-tools/usr/games/ ; \
 		done
 




More information about the Pkg-games-commits mailing list