r13633 - in packages/trunk/dccnitghtmare: . debian debian/patches debian/source
Miriam Ruiz
miriam at alioth.debian.org
Sun May 27 22:17:58 UTC 2012
Author: miriam
Date: 2012-05-27 22:17:57 +0000 (Sun, 27 May 2012)
New Revision: 13633
Added:
packages/trunk/dccnitghtmare/debian/
packages/trunk/dccnitghtmare/debian/README.source
packages/trunk/dccnitghtmare/debian/changelog
packages/trunk/dccnitghtmare/debian/compat
packages/trunk/dccnitghtmare/debian/control
packages/trunk/dccnitghtmare/debian/copyright
packages/trunk/dccnitghtmare/debian/dccnitghtmare.desktop
packages/trunk/dccnitghtmare/debian/dccnitghtmare.install
packages/trunk/dccnitghtmare/debian/dccnitghtmare.png
packages/trunk/dccnitghtmare/debian/dccnitghtmare.xpm
packages/trunk/dccnitghtmare/debian/docs
packages/trunk/dccnitghtmare/debian/patches/
packages/trunk/dccnitghtmare/debian/patches/build
packages/trunk/dccnitghtmare/debian/patches/series
packages/trunk/dccnitghtmare/debian/rules
packages/trunk/dccnitghtmare/debian/source/
packages/trunk/dccnitghtmare/debian/source/format
packages/trunk/dccnitghtmare/debian/source/include-binaries
packages/trunk/dccnitghtmare/debian/source/options
Log:
[svn-inject] Applying Debian modifications (0.9-1) to trunk
Property changes on: packages/trunk/dccnitghtmare/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/trunk/dccnitghtmare/debian/README.source
===================================================================
--- packages/trunk/dccnitghtmare/debian/README.source (rev 0)
+++ packages/trunk/dccnitghtmare/debian/README.source 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source
Added: packages/trunk/dccnitghtmare/debian/changelog
===================================================================
--- packages/trunk/dccnitghtmare/debian/changelog (rev 0)
+++ packages/trunk/dccnitghtmare/debian/changelog 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,5 @@
+dccnitghtmare (0.9-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #610875
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Sun, 27 May 2012 22:30:33 +0200
Added: packages/trunk/dccnitghtmare/debian/compat
===================================================================
--- packages/trunk/dccnitghtmare/debian/compat (rev 0)
+++ packages/trunk/dccnitghtmare/debian/compat 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1 @@
+7
Added: packages/trunk/dccnitghtmare/debian/control
===================================================================
--- packages/trunk/dccnitghtmare/debian/control (rev 0)
+++ packages/trunk/dccnitghtmare/debian/control 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,39 @@
+Source: dccnitghtmare
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt, autotools-dev,
+ libcal3d12-dev, libopenal-dev, libsdl1.2-dev, libsdl-image1.2-dev,
+ libsdl-ttf2.0-dev, libvorbis-dev, libgl1-mesa-dev
+Standards-Version: 3.9.3
+Homepage: http://dnt.dnteam.org/
+
+Package: dccnitghtmare
+Architecture: any
+Depends: dccnitghtmare (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Suggests: dccnitghtmare-dbg (= ${binary:Version})
+Description: 3D single player RPG in a satirical post-apocalyptical world
+ DccNiTghtmare (aka DNT) is a project to make a Free (as in free speech)
+ 3D single player RPG in a satirical post-apocalyptical world.
+
+Package: dccnitghtmare-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: dccnitghtmare (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: 3D single player RPG - debug
+ DccNiTghtmare (aka DNT) is a project to make a Free (as in free speech)
+ 3D single player RPG in a satirical post-apocalyptical world.
+ .
+ This package contains the debugging symbols.
+
+Package: dccnitghtmare-data
+Architecture: any
+Depends: ${misc:Depends}
+Recommends: dccnitghtmare
+Description: 3D single player RPG in a satirical post-apocalyptical world
+ DccNiTghtmare (aka DNT) is a project to make a Free (as in free speech)
+ 3D single player RPG in a satirical post-apocalyptical world.
+ .
+ This package contains the game data.
Added: packages/trunk/dccnitghtmare/debian/copyright
===================================================================
--- packages/trunk/dccnitghtmare/debian/copyright (rev 0)
+++ packages/trunk/dccnitghtmare/debian/copyright 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,26 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: dccnitghtmare
+Upstream-Contact: DccNiTghtmare Team <dnt at dnteam.org>
+Source: http://sourceforge.net/projects/dccnitghtmare/
+Debianized-By: Miriam Ruiz <little_miry at yahoo.es>
+Debianized-Date: Sun, 27 May 2012 22:30:33 +0200
+
+Files: *
+Copyright: Copyright (C) 2005-2012 DNTeam <dnt at dnteam.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright: Copyright (C) 2012, Miriam Ruiz <little_miry at yahoo.es>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the complete text of the latest version of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL'.
+ .
+ The complete text of version 3 of the GNU General Public License can be
+ found in `/usr/share/common-licenses/GPL-3'.
Added: packages/trunk/dccnitghtmare/debian/dccnitghtmare.desktop
===================================================================
--- packages/trunk/dccnitghtmare/debian/dccnitghtmare.desktop (rev 0)
+++ packages/trunk/dccnitghtmare/debian/dccnitghtmare.desktop 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Supertuxkart
+Icon=dccnitghtmare
+Comment=3D single player RPG in a satirical post-apocalyptical world
+Exec=dccnitghtmare
+Terminal=false
+StartupNotify=false
Added: packages/trunk/dccnitghtmare/debian/dccnitghtmare.install
===================================================================
--- packages/trunk/dccnitghtmare/debian/dccnitghtmare.install (rev 0)
+++ packages/trunk/dccnitghtmare/debian/dccnitghtmare.install 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,3 @@
+debian/*.png usr/share/pixmaps/
+debian/*.xpm usr/share/pixmaps/
+debian/*.desktop usr/share/applications/
Added: packages/trunk/dccnitghtmare/debian/dccnitghtmare.png
===================================================================
(Binary files differ)
Property changes on: packages/trunk/dccnitghtmare/debian/dccnitghtmare.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: packages/trunk/dccnitghtmare/debian/dccnitghtmare.xpm
===================================================================
--- packages/trunk/dccnitghtmare/debian/dccnitghtmare.xpm (rev 0)
+++ packages/trunk/dccnitghtmare/debian/dccnitghtmare.xpm 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,292 @@
+/* XPM */
+static char * dccnitghtmare_xpm[] = {
+"32 32 257 2",
+" c None",
+". c #000000",
+"+ c #000033",
+"@ c #000066",
+"# c #000099",
+"$ c #0000CC",
+"% c #0000FF",
+"& c #003300",
+"* c #003333",
+"= c #003366",
+"- c #003399",
+"; c #0033CC",
+"> c #0033FF",
+", c #006600",
+"' c #006633",
+") c #006666",
+"! c #006699",
+"~ c #0066CC",
+"{ c #0066FF",
+"] c #009900",
+"^ c #009933",
+"/ c #009966",
+"( c #009999",
+"_ c #0099CC",
+": c #0099FF",
+"< c #00CC00",
+"[ c #00CC33",
+"} c #00CC66",
+"| c #00CC99",
+"1 c #00CCCC",
+"2 c #00CCFF",
+"3 c #00FF00",
+"4 c #00FF33",
+"5 c #00FF66",
+"6 c #00FF99",
+"7 c #00FFCC",
+"8 c #00FFFF",
+"9 c #330000",
+"0 c #330033",
+"a c #330066",
+"b c #330099",
+"c c #3300CC",
+"d c #3300FF",
+"e c #333300",
+"f c #333333",
+"g c #333366",
+"h c #333399",
+"i c #3333CC",
+"j c #3333FF",
+"k c #336600",
+"l c #336633",
+"m c #336666",
+"n c #336699",
+"o c #3366CC",
+"p c #3366FF",
+"q c #339900",
+"r c #339933",
+"s c #339966",
+"t c #339999",
+"u c #3399CC",
+"v c #3399FF",
+"w c #33CC00",
+"x c #33CC33",
+"y c #33CC66",
+"z c #33CC99",
+"A c #33CCCC",
+"B c #33CCFF",
+"C c #33FF00",
+"D c #33FF33",
+"E c #33FF66",
+"F c #33FF99",
+"G c #33FFCC",
+"H c #33FFFF",
+"I c #660000",
+"J c #660033",
+"K c #660066",
+"L c #660099",
+"M c #6600CC",
+"N c #6600FF",
+"O c #663300",
+"P c #663333",
+"Q c #663366",
+"R c #663399",
+"S c #6633CC",
+"T c #6633FF",
+"U c #666600",
+"V c #666633",
+"W c #666666",
+"X c #666699",
+"Y c #6666CC",
+"Z c #6666FF",
+"` c #669900",
+" . c #669933",
+".. c #669966",
+"+. c #669999",
+"@. c #6699CC",
+"#. c #6699FF",
+"$. c #66CC00",
+"%. c #66CC33",
+"&. c #66CC66",
+"*. c #66CC99",
+"=. c #66CCCC",
+"-. c #66CCFF",
+";. c #66FF00",
+">. c #66FF33",
+",. c #66FF66",
+"'. c #66FF99",
+"). c #66FFCC",
+"!. c #66FFFF",
+"~. c #990000",
+"{. c #990033",
+"]. c #990066",
+"^. c #990099",
+"/. c #9900CC",
+"(. c #9900FF",
+"_. c #993300",
+":. c #993333",
+"<. c #993366",
+"[. c #993399",
+"}. c #9933CC",
+"|. c #9933FF",
+"1. c #996600",
+"2. c #996633",
+"3. c #996666",
+"4. c #996699",
+"5. c #9966CC",
+"6. c #9966FF",
+"7. c #999900",
+"8. c #999933",
+"9. c #999966",
+"0. c #999999",
+"a. c #9999CC",
+"b. c #9999FF",
+"c. c #99CC00",
+"d. c #99CC33",
+"e. c #99CC66",
+"f. c #99CC99",
+"g. c #99CCCC",
+"h. c #99CCFF",
+"i. c #99FF00",
+"j. c #99FF33",
+"k. c #99FF66",
+"l. c #99FF99",
+"m. c #99FFCC",
+"n. c #99FFFF",
+"o. c #CC0000",
+"p. c #CC0033",
+"q. c #CC0066",
+"r. c #CC0099",
+"s. c #CC00CC",
+"t. c #CC00FF",
+"u. c #CC3300",
+"v. c #CC3333",
+"w. c #CC3366",
+"x. c #CC3399",
+"y. c #CC33CC",
+"z. c #CC33FF",
+"A. c #CC6600",
+"B. c #CC6633",
+"C. c #CC6666",
+"D. c #CC6699",
+"E. c #CC66CC",
+"F. c #CC66FF",
+"G. c #CC9900",
+"H. c #CC9933",
+"I. c #CC9966",
+"J. c #CC9999",
+"K. c #CC99CC",
+"L. c #CC99FF",
+"M. c #CCCC00",
+"N. c #CCCC33",
+"O. c #CCCC66",
+"P. c #CCCC99",
+"Q. c #CCCCCC",
+"R. c #CCCCFF",
+"S. c #CCFF00",
+"T. c #CCFF33",
+"U. c #CCFF66",
+"V. c #CCFF99",
+"W. c #CCFFCC",
+"X. c #CCFFFF",
+"Y. c #FF0000",
+"Z. c #FF0033",
+"`. c #FF0066",
+" + c #FF0099",
+".+ c #FF00CC",
+"++ c #FF00FF",
+"@+ c #FF3300",
+"#+ c #FF3333",
+"$+ c #FF3366",
+"%+ c #FF3399",
+"&+ c #FF33CC",
+"*+ c #FF33FF",
+"=+ c #FF6600",
+"-+ c #FF6633",
+";+ c #FF6666",
+">+ c #FF6699",
+",+ c #FF66CC",
+"'+ c #FF66FF",
+")+ c #FF9900",
+"!+ c #FF9933",
+"~+ c #FF9966",
+"{+ c #FF9999",
+"]+ c #FF99CC",
+"^+ c #FF99FF",
+"/+ c #FFCC00",
+"(+ c #FFCC33",
+"_+ c #FFCC66",
+":+ c #FFCC99",
+"<+ c #FFCCCC",
+"[+ c #FFCCFF",
+"}+ c #FFFF00",
+"|+ c #FFFF33",
+"1+ c #FFFF66",
+"2+ c #FFFF99",
+"3+ c #FFFFCC",
+"4+ c #FFFFFF",
+"5+ c #000000",
+"6+ c #000000",
+"7+ c #000000",
+"8+ c #000000",
+"9+ c #000000",
+"0+ c #000000",
+"a+ c #000000",
+"b+ c #000000",
+"c+ c #000000",
+"d+ c #000000",
+"e+ c #000000",
+"f+ c #000000",
+"g+ c #000000",
+"h+ c #000000",
+"i+ c #000000",
+"j+ c #000000",
+"k+ c #000000",
+"l+ c #000000",
+"m+ c #000000",
+"n+ c #000000",
+"o+ c #000000",
+"p+ c #000000",
+"q+ c #000000",
+"r+ c #000000",
+"s+ c #000000",
+"t+ c #000000",
+"u+ c #000000",
+"v+ c #000000",
+"w+ c #000000",
+"x+ c #000000",
+"y+ c #000000",
+"z+ c #000000",
+"A+ c #000000",
+"B+ c #000000",
+"C+ c #000000",
+"D+ c #000000",
+"E+ c #000000",
+"F+ c #000000",
+"G+ c #000000",
+"H+ c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" f 3.f 0.P.3.0. ",
+" f :+J.9. Q.J.J.J.0.0. ",
+" f :+I.3. 9.3.3.V 9 ",
+" V 0.W 9 e W V 9 ",
+" 9 W 0.0.9 . f f ",
+" f V 0.Q. f f f ",
+" W V Q.Q. f f f ",
+" f V 0.W ",
+"9 I I I I I I I 9 I 9 I 9 9 9 9 9 9 9 P P 9 9 I ",
+" I ~.~.~.~.~.~.~.I I I 9 9 ~.~.~. 9 ~.~.~.~.~.~.~.I ",
+" I ~.~.~.I ~.~.~.~.I I ~.~.9 9 ~.~.~. 9 ~.~.~.~.~.~.~.I ",
+" 9 ~.~.I I ~.~.~.9 I ~.~.~.I ~.~.I 9 9 9 I ~.~.I 9 I ",
+" 9 ~.~.I ~.~.~.9 I ~.~.~.~.I 9 ~.~.I I ~.~.9 ",
+" I ~.~.9 ~.~.~.9 I ~.~.~.~.~.~.~.~.I I ~.~.9 ",
+" 9 ~.~.I I ~.~.~.9 I ~.~.I ~.~.~.~.~.I I ~.~.I ",
+" 9 ~.~.I I I I ~.~.I I ~.~.9 I I ~.~.~.~. I ~.~.I ",
+" I ~.~.~.~.~.~.~.~.I I ~.~.I 9 I ~.~.~. I ~.~.I ",
+" I ~.~.~.~.~.~.~.I I ~.~.I I ~.~. I ~.~.I ",
+"9 I I I I I I I I 9 I I I I 9 I 9 I I 9 ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
Added: packages/trunk/dccnitghtmare/debian/docs
===================================================================
--- packages/trunk/dccnitghtmare/debian/docs (rev 0)
+++ packages/trunk/dccnitghtmare/debian/docs 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1 @@
+README
Added: packages/trunk/dccnitghtmare/debian/patches/build
===================================================================
--- packages/trunk/dccnitghtmare/debian/patches/build (rev 0)
+++ packages/trunk/dccnitghtmare/debian/patches/build 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,34 @@
+--- dccnitghtmare.orig/Makefile.in
++++ dccnitghtmare/Makefile.in
+@@ -43,23 +43,23 @@
+ @cd ./src && ${MAKE} clean;
+ @cd ./po && ${MAKE} clean > make_po.log ;
+
+-install: $(BIN)dccnitghtmare
++install: $(BIN)dnt
+ @printf "Installing DccNiTghtmare bin files... "
+- @mkdir -p $(bindir)
+- @$(INSTALL) -c -m 755 $(BIN)dccnitghtmare $(bindir)/
++ @mkdir -p $(DESTDIR)/$(bindir)
++ @$(INSTALL) -c -m 755 $(BIN)dccnitghtmare $(DESTDIR)/$(bindir)/
+ @printf "\e[0;32mDone.\e[0;0m\n"
+ @printf "Installing DccNiTghtmare data files... "
+- @sh install.sh $(datadir) $(PACKAGE) $(INSTALL)
+- @$(INSTALL) -c -m 644 $(BIN)dcc.opc $(datadir)/$(PACKAGE)
++ @sh install.sh $(DATADIR)/$(datadir) $(PACKAGE) $(INSTALL)
++ @$(INSTALL) -c -m 644 $(BIN)dcc.opc $(DATADIR)/$(datadir)/$(PACKAGE)
+ @printf "\e[0;32mDone.\e[0;0m\n"
+ @printf "Installing DccNiTghtmare Language files... "
+- @cd ./po && ${MAKE} install > /dev/null ;
++ @cd ./po && ${MAKE} install ;
+ @printf "\e[0;32mDone.\e[0;0m\n"
+
+ uninstall:
+ @printf "Uninstalling DccNiTghtmare files... "
+- @rm -f $(bindir)/dccnitghtmare
+- @rm -rf $(datadir)/$(PACKAGE)
++ @rm -f $(DESTDIR)/$(bindir)/dccnitghtmare
++ @rm -rf $(DATADIR)/$(datadir)/$(PACKAGE)
+ @printf "\e[0;32mDone.\e[0;0m\n"
+
+
Added: packages/trunk/dccnitghtmare/debian/patches/series
===================================================================
--- packages/trunk/dccnitghtmare/debian/patches/series (rev 0)
+++ packages/trunk/dccnitghtmare/debian/patches/series 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1 @@
+build
Added: packages/trunk/dccnitghtmare/debian/rules
===================================================================
--- packages/trunk/dccnitghtmare/debian/rules (rev 0)
+++ packages/trunk/dccnitghtmare/debian/rules 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,86 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+#LDFLAGS=-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined
+
+config: config-stamp
+config-stamp:
+ dh_testdir
+ [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ ./configure $(CROSS) \
+ --verbose \
+ --prefix=/usr \
+ --datarootdir=\$${prefix}/share \
+ --mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info \
+ CFLAGS="$(CFLAGS)"
+ touch $@
+
+build: build-stamp
+build-stamp: config
+ dh_testdir
+ $(MAKE)
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -fv build-stamp config-stamp
+ [ ! -f Makefile ] || $(MAKE) clean
+ rm -fv config.sub config.guess config.cache config.log config.status
+ rm -fv `find . -name "Makefile"`
+ rm -fv Doxyfile po/make_po.log po/Makefile.in src/config.h
+ [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ $(MAKE) DESTDIR=$(CURDIR)/debian/dccnitghtmare DATADIR=$(CURDIR)/debian/dccnitghtmare-data install
+
+# Build architecture-independent files here.
+binary-indep: install
+
+# Build architecture-dependent files here.
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_install
+# dh_installmenu
+ dh_installman
+ dh_link
+ dh_strip --dbg-package=dccnitghtmare-dbg
+ dh_compress
+ dh_fixperms
+ [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: config build clean binary-indep binary-arch binary install
Property changes on: packages/trunk/dccnitghtmare/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/trunk/dccnitghtmare/debian/source/format
===================================================================
--- packages/trunk/dccnitghtmare/debian/source/format (rev 0)
+++ packages/trunk/dccnitghtmare/debian/source/format 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/trunk/dccnitghtmare/debian/source/include-binaries
===================================================================
--- packages/trunk/dccnitghtmare/debian/source/include-binaries (rev 0)
+++ packages/trunk/dccnitghtmare/debian/source/include-binaries 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1 @@
+debian/dccnitghtmare.png
Added: packages/trunk/dccnitghtmare/debian/source/options
===================================================================
--- packages/trunk/dccnitghtmare/debian/source/options (rev 0)
+++ packages/trunk/dccnitghtmare/debian/source/options 2012-05-27 22:17:57 UTC (rev 13633)
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"
More information about the Pkg-games-commits
mailing list