[SCM] Wormux PKG branch, master, updated. 8eeddd9b8ebd59d6b32784f1404c30745edfd220

Eddy Petrișor eddy.petrisor at gmail.com
Tue Aug 26 08:42:49 UTC 2008


The following commit has been merged in the master branch:
commit 8eeddd9b8ebd59d6b32784f1404c30745edfd220
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Mon Aug 25 12:04:52 2008 +0300

    updated standards version to 3.8.0
    
    - bumped standards version
    - wrapped the Uploaders field
    - added a debian/README.source file

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..62a71a7
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,30 @@
+Task: apply debian patches
+Tools: make, cdbs, patchutils
+Command: debian/rules patch
+Description: For patch apply/deapply we use the Simple Patch System from CDBS
+  Please read /usr/share/doc/cdbs/cdbs-doc.pdf.gz chapter 4.1 'Patching
+  Sources Using the Simple Patch System' for information how to use
+  simplepatchsys for managing Debian patches
+
+Task: add a new debian patch
+Tools: make, cdbs, patchutils, diff
+Command: cp 9999--your-level-0-1-or-2-patch.patch debian/patches/
+Description: Supplemental patches can be added to the package's if simply
+  copied in the debian/patches directory. Files should be named so as to
+  reflect in which order they have to be applied, and must end in a .patch
+  or .diff suffix.
+
+Task: remove debian patches
+Tools: rm
+Command: rm debian/patches/*
+Description: Remove source modifications that are currently being applied
+  when building the package.
+
+
+Task: converting upstream tarball
+Tools: bzcat, gzip
+Command: bzcat wormux-0.8.tar.bz2 | gzip --best -c > wormux_0.5.orig.tar.gz
+Description: As Upstream only provides bz2 compresssed tarballs we must
+  uncompress and recompress them to get gzip Format as is needed by the debian
+  archives
+
diff --git a/debian/changelog b/debian/changelog
index 48524f0..2675579 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,11 @@ wormux (1:0.8-2) UNRELEASED; urgency=low
     - fix for a crash in the chat code when clearing the text
     - fix a segfault when the sound device wasn't available
     - do not load the index server needlessly with unaccessible games
+  * update standards version to 3.8.0:
+    - wrapped the Uploaders field
+    - added debian/README.source, as recommended in debian-policy 4.14
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sun, 24 Aug 2008 12:04:02 +0300
+ -- Eddy Petrișor <eddy.petrisor at gmail.com>  Tue, 26 Aug 2008 11:14:16 +0300
 
 wormux (1:0.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b07364e..9b24ed0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,13 @@ Source: wormux
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <kibi at debian.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gerfried Fuchs <rhonda at debian.at>
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>,
+           Eddy Petrișor <eddy.petrisor at gmail.com>,
+           Cyril Brulebois <kibi at debian.org>,
+           Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
+           Gerfried Fuchs <rhonda at debian.at>
 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, gnulib (>= 0.0.20041014-2), debhelper (>= 5), patchutils (>= 0.2.25), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl4-gnutls-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://wormux.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wormux/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/wormux.git;a=summary
diff --git a/debian/control.in b/debian/control.in
index c8b8789..2a94473 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,9 +2,13 @@ Source: wormux
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>, Eddy Petrișor <eddy.petrisor at gmail.com>, Cyril Brulebois <kibi at debian.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gerfried Fuchs <rhonda at debian.at>
+Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>,
+           Eddy Petrișor <eddy.petrisor at gmail.com>,
+           Cyril Brulebois <kibi at debian.org>,
+           Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
+           Gerfried Fuchs <rhonda at debian.at>
 Build-Depends: @cdbs@, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev (>= 2.0.13), libxml++2.6-dev, libcurl4-gnutls-dev, fontconfig, ttf-dejavu, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://wormux.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wormux/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/wormux.git;a=summary

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list