The following commit has been merged in the rott branch:
commit 981cb5c40a8eb8d6f533ee2db505ba4d6aa0f572
Author: Jon Dowland <[email protected]>
Date:   Wed Dec 16 17:29:39 2009 +0000

    don't depend on p7zip-full until we've implemented support for it

diff --git a/debian/control b/debian/control
index be077bb..b93dffe 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: git://git.debian.org/git/pkg-games/game-data-packager
 Vcs-Browser: http://git.debian.org/?p=pkg-games/game-data-packager.git
 
 Package: game-data-packager
-Depends: fakeroot, sudo, unzip | p7zip-full
+Depends: fakeroot, sudo, unzip
 Conflicts: doom-package
 Replaces: doom-package
 Provides: doom-package
diff --git a/doc/todo/support_p7zip.mdwn b/doc/todo/support_p7zip.mdwn
new file mode 100644
index 0000000..c64c30e
--- /dev/null
+++ b/doc/todo/support_p7zip.mdwn
@@ -0,0 +1,17 @@
+Apparently p7zip can be used to handle .zip files instead of unzip(1).
+
+Re-apply the following diff after implementing support for p7zip:
+
+diff --git a/debian/control b/debian/control
+index be077bb..b93dffe 100644
+--- a/debian/control
++++ b/debian/control
+@@ -10,7 +10,7 @@ Vcs-Git: 
git://git.debian.org/git/pkg-games/game-data-packager
+ Vcs-Browser: http://git.debian.org/?p=pkg-games/game-data-packager.git
+ 
+ Package: game-data-packager
+-Depends: fakeroot, sudo, unzip | p7zip-full
++Depends: fakeroot, sudo, unzip
+ Conflicts: doom-package
+ Replaces: doom-package
+ Provides: doom-package

-- 
Installer for game data files

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to