r10607 - in packages/trunk/adonthell/debian: . patches

2009-12-12 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-12 14:13:26 + (Sat, 12 Dec 2009)
New Revision: 10607

Added:
   packages/trunk/adonthell/debian/README.source
   packages/trunk/adonthell/debian/patches/10_ftbfs_with_gcc-4.4.diff
Modified:
   packages/trunk/adonthell/debian/changelog
   packages/trunk/adonthell/debian/control
   packages/trunk/adonthell/debian/patches/series
Log:
  * 10_ftbfs_with_gcc-4.4.diff. Fix FTBFS with gcc-4.4. (Closes: #546356).
+ Thanks to Ilya Barygin for the patch!
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3. (No changes needed).


Added: packages/trunk/adonthell/debian/README.source
===
--- packages/trunk/adonthell/debian/README.source   
(rev 0)
+++ packages/trunk/adonthell/debian/README.source   2009-12-12 14:13:26 UTC 
(rev 10607)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/adonthell/debian/changelog
===
--- packages/trunk/adonthell/debian/changelog   2009-12-12 00:04:44 UTC (rev 
10606)
+++ packages/trunk/adonthell/debian/changelog   2009-12-12 14:13:26 UTC (rev 
10607)
@@ -1,3 +1,13 @@
+adonthell (0.3.5-3) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * 10_ftbfs_with_gcc-4.4.diff. Fix FTBFS with gcc-4.4. (Closes: #546356).
++ Thanks to Ilya Barygin for the patch!
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Sat, 12 Dec 2009 09:01:51 -0500
+
 adonthell (0.3.5-2) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/adonthell/debian/control
===
--- packages/trunk/adonthell/debian/control 2009-12-12 00:04:44 UTC (rev 
10606)
+++ packages/trunk/adonthell/debian/control 2009-12-12 14:13:26 UTC (rev 
10607)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Barry deFreese bdefre...@debian.org, Iain Lane la...@ubuntu.com
 Build-Depends: debhelper (= 5.0.37.2), autotools-dev, libsdl1.2-dev, 
libvorbis-dev, zlib1g-dev, swig1.3 (= 1.3.14), libfreetype6-dev, libaa1-dev, 
python-dev (= 2.3.5-11), python-support (= 0.4.0), libsdl-ttf2.0-dev, 
libsdl-mixer1.2-dev, libsdl1.2-dev, quilt (= 0.40), python2.4-dev [arm armel]
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://adonthell.linuxgames.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/adonthell/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/adonthell/?op=log

Added: packages/trunk/adonthell/debian/patches/10_ftbfs_with_gcc-4.4.diff
===
--- packages/trunk/adonthell/debian/patches/10_ftbfs_with_gcc-4.4.diff  
(rev 0)
+++ packages/trunk/adonthell/debian/patches/10_ftbfs_with_gcc-4.4.diff  
2009-12-12 14:13:26 UTC (rev 10607)
@@ -0,0 +1,25 @@
+Patch backported from http://github.com/ksterker

r10610 - packages/trunk/adonthell/debian

2009-12-12 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-12 16:28:21 + (Sat, 12 Dec 2009)
New Revision: 10610

Modified:
   packages/trunk/adonthell/debian/
Log:
Set svn-bp properties on adonthell.



Property changes on: packages/trunk/adonthell/debian
___
Added: svn-bp:tagsUrl
   + svn+ssh://svn.debian.org/svn/pkg-games/packages/tags/adonthell
Added: svn-bp:origUrl
   + http://pkg-games.alioth.debian.org/tarballs/adonthell_0.3.5.orig.tar.gz


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10613 - in packages/trunk/hex-a-hop/debian: . patches

2009-12-12 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-12 16:47:38 + (Sat, 12 Dec 2009)
New Revision: 10613

Added:
   packages/trunk/hex-a-hop/debian/README.source
   packages/trunk/hex-a-hop/debian/patches/gcc_4.4.patch
Modified:
   packages/trunk/hex-a-hop/debian/changelog
   packages/trunk/hex-a-hop/debian/control
   packages/trunk/hex-a-hop/debian/patches/series
Log:
  * gcc_4.4.patch - Fix invalid char * conversions. (Closes: #560483).
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3. (No changes needed).


Added: packages/trunk/hex-a-hop/debian/README.source
===
--- packages/trunk/hex-a-hop/debian/README.source   
(rev 0)
+++ packages/trunk/hex-a-hop/debian/README.source   2009-12-12 16:47:38 UTC 
(rev 10613)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/hex-a-hop/debian/changelog
===
--- packages/trunk/hex-a-hop/debian/changelog   2009-12-12 16:29:29 UTC (rev 
10612)
+++ packages/trunk/hex-a-hop/debian/changelog   2009-12-12 16:47:38 UTC (rev 
10613)
@@ -1,3 +1,12 @@
+hex-a-hop (0.0.20070315-8) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * gcc_4.4.patch - Fix invalid char * conversions. (Closes: #560483).
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Sat, 12 Dec 2009 11:31:53 -0500
+
 hex-a-hop (0.0.20070315-7) unstable; urgency=low
 
   [ Jens Seidel ]

Modified: packages/trunk/hex-a-hop/debian/control
===
--- packages/trunk/hex-a-hop/debian/control 2009-12-12 16:29:29 UTC (rev 
10612)
+++ packages/trunk/hex-a-hop/debian/control 2009-12-12 16:47:38 UTC (rev 
10613)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Miriam Ruiz little_m...@yahoo.es, Jens Seidel 
jenssei...@users.sf.net, Sam Hocevar (Debian packages) sam+...@zoy.org, 
Barry deFreese bdefre...@debian.org
 Build-Depends: debhelper (= 5), quilt, gettext, libsdl1.2-dev, 
libsdl-pango-dev, po4a
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.aceinternet.co.uk/~mokona/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hex-a-hop/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/hex-a-hop/?op=log

Added: packages/trunk/hex-a-hop/debian/patches/gcc_4.4.patch
===
--- packages/trunk/hex-a-hop/debian/patches/gcc_4.4.patch   
(rev 0)
+++ packages/trunk/hex-a-hop/debian/patches/gcc_4.4.patch   2009-12-12 
16:47:38 UTC (rev 10613)
@@ -0,0 +1,27 @@
+Description: Fix invalid conversions from char * to const char *.
+Index: hex-a-hop-0.0.20070315/menus.h
+===
+--- hex-a-hop-0.0.20070315.orig/menus.h2009-12-12 11:34:42.0 
-0500
 hex-a-hop-0.0.20070315/menus.h

r10614 - packages/tags/hex-a-hop

2009-12-12 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-12 17:11:53 + (Sat, 12 Dec 2009)
New Revision: 10614

Added:
   packages/tags/hex-a-hop/0.0.20070315-8/
Log:
[svn-buildpackage] Tagging hex-a-hop (0.0.20070315-8)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10615 - packages/trunk/libclaw/debian

2009-12-12 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-12 21:25:11 + (Sat, 12 Dec 2009)
New Revision: 10615

Modified:
   packages/trunk/libclaw/debian/
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/control
Log:
  * Add myself to uploaders.
  * Bump cmake b-d to = 2.8.
+ Puts FindCLAW.cmake in version dir, needs a better fix.
Add svn-bp:tagsUrl.
Update svn-bp:origUrl.



Property changes on: packages/trunk/libclaw/debian
___
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/libclaw-1.5.2b.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/libclaw_1.5.4.orig.tar.gz
Added: svn-bp:tagsUrl
   + svn+ssh://svn.debian.org/svn/pkg-games/packages/tags/libclaw

Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2009-12-12 17:11:53 UTC (rev 
10614)
+++ packages/trunk/libclaw/debian/changelog 2009-12-12 21:25:11 UTC (rev 
10615)
@@ -1,3 +1,12 @@
+libclaw (1.5.4-3) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Add myself to uploaders.
+  * Bump cmake b-d to = 2.8.
++ Puts FindCLAW.cmake in version dir, needs a better fix.
+
+ -- Barry deFreese bdefre...@debian.org  Sat, 12 Dec 2009 16:15:56 -0500
+
 libclaw (1.5.4-2) unstable; urgency=low
 
   * Pass -V option to dh_makeshlib.

Modified: packages/trunk/libclaw/debian/control
===
--- packages/trunk/libclaw/debian/control   2009-12-12 17:11:53 UTC (rev 
10614)
+++ packages/trunk/libclaw/debian/control   2009-12-12 21:25:11 UTC (rev 
10615)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Julien Jorge julien_jo...@yahoo.fr
-Build-Depends: quilt, docbook-to-man, debhelper (= 5), cmake (= 2.4),
+Uploaders: Julien Jorge julien_jo...@yahoo.fr, Barry deFreese 
bdefre...@debian.org
+Build-Depends: quilt, docbook-to-man, debhelper (= 5), cmake (= 2.8),
  libjpeg62-dev (= 6b-11), libpng12-dev (= 1.2.8), doxygen (= 1.5)
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libclaw/


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Comments regarding freehep-swing_2.0.3-1_amd64.changes

2009-12-11 Thread Barry deFreese
Hello maintainer,

The orig.tar.gz for FreeHEP swing doesn't seem to carry a LICENSE or COPYING 
file and I cannot find any mention of the GPL in any headers.  Where are you 
getting that it is licensed under the LGPL 2.1?

Also, you are missing at least a couple of copyright holders in 
debian/copyright.  CERN and SLAC.

I have not accepted or rejected this package yet until I hear back from you.

Thank you,

Barry deFreese
Debian FTP Assistant



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


[DebianGIS-dev] python-pyproj_1.8.6-1_i386.changes REJECTED

2009-12-11 Thread Barry deFreese
Hello maintainer,

I am rejecting python-pyproj.  Because the package seems to carry an MIT or BSD 
style license all copyright holders should be listed in debian/copyright.  
There are several missing.

In fact in reading LICENSE_proj4, I am not even sure what the author has done 
is allowed but I am not sure on that one.

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[Python-modules-team] pisa_3.0.32-1_i386.changes REJECTED

2009-12-11 Thread Barry deFreese
Hello maintainer,

I am rejecting pisa.  You are missing several licenses and copyright holders in 
debian/copyright.  For example files in sx/w3c/ seem to be BSD licensed and 
Copyright (C) 2002-2004 TechGame Networks, LLC.  sx/pisa3/reportlabparagraph.py 
is (C) 2000-2008 ReportLab Europe Ltd.  demo/tgpisa/tgpisa/release.py seems to 
indicate that tgpisa is MIT licensed?  There may be others.

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


Bug#560030: libsdl-pango-dev fails to place header in correct location

2009-12-10 Thread Barry deFreese
Hi,

I don't necessarily disagree with your assesment but there are currently at
least 5 packages depending or build-depending on libsdl-pango-dev that are not
experiencing this problem.  What package are you having a problem with?

Thank you,

Barry deFreese
Debian SDL Team



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560030: libsdl-pango-dev fails to place header in correct location

2009-12-10 Thread Barry deFreese
Hi,

I don't necessarily disagree with your assesment but there are currently at
least 5 packages depending or build-depending on libsdl-pango-dev that are not
experiencing this problem.  What package are you having a problem with?

Thank you,

Barry deFreese
Debian SDL Team



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tpclient-pywx 0.3.1.1-3 (source all)

2009-12-09 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Dec 2009 12:26:32 -0500
Source: tpclient-pywx
Binary: tpclient-pywx
Architecture: source all
Version: 0.3.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 tpclient-pywx - Thousand Parsec Python client
Changes: 
 tpclient-pywx (0.3.1.1-3) unstable; urgency=low
 .
   [ Barry deFreese ]
   * Replace python-numarray depends with python-numpy.
Checksums-Sha1: 
 83a2b10f5ac67021aa5b13f56e5334f340053ba5 1404 tpclient-pywx_0.3.1.1-3.dsc
 9a4f399936ef05d1d8ff3530b203a1e182e7e6af 4503 tpclient-pywx_0.3.1.1-3.diff.gz
 f766eea0e75db9e795114ed4f2c15170c64038de 3238552 
tpclient-pywx_0.3.1.1-3_all.deb
Checksums-Sha256: 
 ef2b676dd36a60736793c62564fb754fd6d7726f5c8d050656c1ae923ffa43eb 1404 
tpclient-pywx_0.3.1.1-3.dsc
 3a47f2ccb9c7bd08d887029b87f511cf47bb8d2f1f3009aeabc7749529a1de86 4503 
tpclient-pywx_0.3.1.1-3.diff.gz
 4ce3f9dc048b1923ec38ff8a5f42099cd72bb3da1051a9dbb31500b3d6934188 3238552 
tpclient-pywx_0.3.1.1-3_all.deb
Files: 
 8588d5e124bd0a51334ff90cf0052511 1404 python extra tpclient-pywx_0.3.1.1-3.dsc
 d41e567e0c0f00eaad3b6517f0df9657 4503 python extra 
tpclient-pywx_0.3.1.1-3.diff.gz
 ab1e7c60216af43f45ee6eae6c65ab1e 3238552 python extra 
tpclient-pywx_0.3.1.1-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksf32EACgkQ5ItltUs5T35hswCePfYvk9KpO9JeXPBuEaKB8YX+
EYUAoMOQAhZdQv327i57PFiEab7wPDyc
=vvif
-END PGP SIGNATURE-


Accepted:
tpclient-pywx_0.3.1.1-3.diff.gz
  to main/t/tpclient-pywx/tpclient-pywx_0.3.1.1-3.diff.gz
tpclient-pywx_0.3.1.1-3.dsc
  to main/t/tpclient-pywx/tpclient-pywx_0.3.1.1-3.dsc
tpclient-pywx_0.3.1.1-3_all.deb
  to main/t/tpclient-pywx/tpclient-pywx_0.3.1.1-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560268: RM: brltty,brltty-flite,brltty-speechd, brltty-udeb,brltty-x11,libbrlapi-dev,libbrlapi-jni,libbrlapi0.5 [kfreebsd-i386,kfreebsd-amd64] -- ROM; ANAIS

2009-12-09 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal

Samuel has requested the removal of all kfreebsd binaries.

Thank you,

Barry deFreese
Debian FTP Assistant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10594 - packages/trunk/tpclient-pywx/debian

2009-12-09 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-09 17:26:22 + (Wed, 09 Dec 2009)
New Revision: 10594

Modified:
   packages/trunk/tpclient-pywx/debian/changelog
   packages/trunk/tpclient-pywx/debian/control
Log:
  * Replace python-numarray depends with python-numpy.


Modified: packages/trunk/tpclient-pywx/debian/changelog
===
--- packages/trunk/tpclient-pywx/debian/changelog   2009-12-08 12:34:34 UTC 
(rev 10593)
+++ packages/trunk/tpclient-pywx/debian/changelog   2009-12-09 17:26:22 UTC 
(rev 10594)
@@ -1,3 +1,10 @@
+tpclient-pywx (0.3.1.1-3) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Replace python-numarray depends with python-numpy.
+
+ -- Barry deFreese bdefre...@debian.org  Wed, 09 Dec 2009 12:26:32 -0500
+
 tpclient-pywx (0.3.1.1-2) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/tpclient-pywx/debian/control
===
--- packages/trunk/tpclient-pywx/debian/control 2009-12-08 12:34:34 UTC (rev 
10593)
+++ packages/trunk/tpclient-pywx/debian/control 2009-12-09 17:26:22 UTC (rev 
10594)
@@ -13,7 +13,7 @@
 
 Package: tpclient-pywx
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python, python-numarray, 
python-wxgtk2.8, python-tp-netlib, python-tp-client, python-gconf
+Depends: ${python:Depends}, ${misc:Depends}, python, python-numpy, 
python-wxgtk2.8, python-tp-netlib, python-tp-client, python-gconf
 Recommends: python-imaging, python-openssl, python-psyco [i386 hurd-i386 
netbsd-i386 kfreebsd-i386]
 XB-Python-Version: ${python:Versions}
 Description: Thousand Parsec Python client


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10595 - packages/tags/tpclient-pywx

2009-12-09 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-09 19:24:37 + (Wed, 09 Dec 2009)
New Revision: 10595

Added:
   packages/tags/tpclient-pywx/0.3.1.1-3/
Log:
[svn-buildpackage] Tagging tpclient-pywx (0.3.1.1-3)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Bug#559641: taxbird: uses deprecated gtkhtml3.8

2009-12-08 Thread Barry deFreese
severity 559641 serious

thank you


Bumping to Serious since gtkhml3.8 has now been removed from the archive.

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mathwar 0.2.5-2 (source i386)

2009-12-07 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Dec 2009 17:07:31 -0500
Source: mathwar
Binary: mathwar
Architecture: source i386
Version: 0.2.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 mathwar- A flash card game designed to teach simple maths
Closes: 525587 544915
Changes: 
 mathwar (0.2.5-2) unstable; urgency=low
 .
   [ Barry deFreese ]
   * Update my e-mail address.
   * Keep this package, I will maintain. (Closes: #544915).
   * Update build-dep from libgtkhtml3.8-dev to libgtkhtml3.14-dev.
   * Add ${misc:Depends} for debhelper package.
   * Move from Section: gnome to games.
   * Add README.source for quilt.
   * Add descriptions for quilt patches.
   * Improve desktop file patch. (Closes: #525587).
   * Bump Standards Version to 3.8.3.
Checksums-Sha1: 
 10b971ab4c37601297a124972dd01b15f8f6bef1 1331 mathwar_0.2.5-2.dsc
 87887ccfc3849ac6d24ee0e5307cb23d7dcc32a9 95740 mathwar_0.2.5-2.diff.gz
 df27e09df0c1b03f102c856bb820dab975770712 514036 mathwar_0.2.5-2_i386.deb
Checksums-Sha256: 
 f101f9d29165079f823806337a026387fae11c3072cedfc7af3b50058df927df 1331 
mathwar_0.2.5-2.dsc
 95e6a49c1526156d266313204787c089225e594827ca866ada5cb49d33d67025 95740 
mathwar_0.2.5-2.diff.gz
 c1e827a45efa95b465f2331741ff500dfb9b18bade3bd03627150c4b6235c862 514036 
mathwar_0.2.5-2_i386.deb
Files: 
 9b90a09c8de02d8eec5ec84c509a165b 1331 games optional mathwar_0.2.5-2.dsc
 ab2a958e4a7cc50c44645375b2761639 95740 games optional mathwar_0.2.5-2.diff.gz
 2e411e0d14338419519ba1ca0570e435 514036 games optional mathwar_0.2.5-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksdr78ACgkQ5ItltUs5T34ENACeM/N9YrKVmJRm0tcVk/8Y0bI9
EJYAoL4RjvWVyjySC+vfQ4qCjJuuZWp+
=9qiX
-END PGP SIGNATURE-


Accepted:
mathwar_0.2.5-2.diff.gz
  to main/m/mathwar/mathwar_0.2.5-2.diff.gz
mathwar_0.2.5-2.dsc
  to main/m/mathwar/mathwar_0.2.5-2.dsc
mathwar_0.2.5-2_i386.deb
  to main/m/mathwar/mathwar_0.2.5-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10588 - packages/trunk/mathwar/debian

2009-12-07 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-08 01:11:57 + (Tue, 08 Dec 2009)
New Revision: 10588

Added:
   packages/trunk/mathwar/debian/README.source
Modified:
   packages/trunk/mathwar/debian/changelog
   packages/trunk/mathwar/debian/control
Log:
  * Update my e-mail address.
  * Keep this package, I will maintain. (Closes: #544915).
  * Update build-dep from libgtkhtml3.8-dev to libgtkhtml3.14-dev.
  * Add ${misc:Depends} for debhelper package.
  * Move from Section: gnome to games.
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3.
Refresh changelog.


Added: packages/trunk/mathwar/debian/README.source
===
--- packages/trunk/mathwar/debian/README.source (rev 0)
+++ packages/trunk/mathwar/debian/README.source 2009-12-08 01:11:57 UTC (rev 
10588)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/mathwar/debian/changelog
===
--- packages/trunk/mathwar/debian/changelog 2009-12-06 04:46:35 UTC (rev 
10587)
+++ packages/trunk/mathwar/debian/changelog 2009-12-08 01:11:57 UTC (rev 
10588)
@@ -1,8 +1,15 @@
-mathwar (0.2.5-2) UNRELEASED; urgency=low
+mathwar (0.2.5-2) unstable; urgency=low
 
-  *
+  [ Barry deFreese ]
+  * Update my e-mail address.
+  * Keep this package, I will maintain. (Closes: #544915).
+  * Update build-dep from libgtkhtml3.8-dev to libgtkhtml3.14-dev.
+  * Add ${misc:Depends} for debhelper package.
+  * Move from Section: gnome to games.
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3.
 
- -- Barry deFreese bddeb...@comcast.net  Mon, 17 Mar 2008 11:40:30 -0400
+ -- Barry deFreese bdefre...@debian.org  Mon, 07 Dec 2009 17:07:31 -0500
 
 mathwar (0.2.5-1) unstable; urgency=low
 

Modified: packages/trunk/mathwar/debian/control
===
--- packages/trunk/mathwar/debian/control   2009-12-06 04:46:35 UTC (rev 
10587)
+++ packages/trunk/mathwar/debian/control   2009-12-08 01:11:57 UTC (rev 
10588)
@@ -1,17 +1,17 @@
 Source: mathwar
-Section: gnome
+Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Barry deFreese bddeb...@comcast.net
-Standards-Version: 3.7.3
-Build-Depends: cdbs, quilt, debhelper (= 5.0.0), autotools-dev, 
libgnome2-dev, libgtk2.0-dev, libgtkhtml3.8-dev, imagemagick
+Uploaders: Barry deFreese bdefre...@debian.org
+Standards-Version: 3.8.3
+Build-Depends: cdbs, quilt, debhelper (= 5.0.0), autotools-dev, 
libgnome2-dev, libgtk2.0-dev, libgtkhtml3.14-dev, imagemagick
 Homepage: http://webpages.charter.net/stuffle/mathwar/MathWar.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mathwar/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/mathwar/?op=log
 
 Package: mathwar
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A flash card game designed to teach simple maths
  A GTK

r10589 - in packages/trunk/mathwar/debian: . patches

2009-12-07 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-08 01:36:42 + (Tue, 08 Dec 2009)
New Revision: 10589

Modified:
   packages/trunk/mathwar/debian/changelog
   packages/trunk/mathwar/debian/patches/10_gnome2.diff
   packages/trunk/mathwar/debian/patches/20_autofiles.diff
   packages/trunk/mathwar/debian/patches/30_desktop_file.diff
Log:
  * Add descriptions for quilt patches.
  * Improve desktop file patch. (Closes: #525587).


Modified: packages/trunk/mathwar/debian/changelog
===
--- packages/trunk/mathwar/debian/changelog 2009-12-08 01:11:57 UTC (rev 
10588)
+++ packages/trunk/mathwar/debian/changelog 2009-12-08 01:36:42 UTC (rev 
10589)
@@ -7,6 +7,8 @@
   * Add ${misc:Depends} for debhelper package.
   * Move from Section: gnome to games.
   * Add README.source for quilt.
+  * Add descriptions for quilt patches.
+  * Improve desktop file patch. (Closes: #525587).
   * Bump Standards Version to 3.8.3.
 
  -- Barry deFreese bdefre...@debian.org  Mon, 07 Dec 2009 17:07:31 -0500

Modified: packages/trunk/mathwar/debian/patches/10_gnome2.diff
===
--- packages/trunk/mathwar/debian/patches/10_gnome2.diff2009-12-08 
01:11:57 UTC (rev 10588)
+++ packages/trunk/mathwar/debian/patches/10_gnome2.diff2009-12-08 
01:36:42 UTC (rev 10589)
@@ -1,7 +1,8 @@
-Index: MathWar-0.2.5/src/about_dlg.c
+Description: Patch upstream to work with gtk2.
+Index: mathwar-0.2.5/src/about_dlg.c
 ===
 MathWar-0.2.5.orig/src/about_dlg.c 2008-03-12 22:01:06.0 -0400
-+++ MathWar-0.2.5/src/about_dlg.c  2008-03-12 22:11:46.0 -0400
+--- mathwar-0.2.5.orig/src/about_dlg.c 2009-12-07 20:22:00.0 -0500
 mathwar-0.2.5/src/about_dlg.c  2009-12-07 20:23:12.0 -0500
 @@ -41,6 +41,7 @@
  {
 GtkWidget  *about_dlg;
@@ -26,10 +27,10 @@
 g_string_free (logo_str, TRUE);
  
 if (parent != NULL)
-Index: MathWar-0.2.5/src/draw.c
+Index: mathwar-0.2.5/src/draw.c
 ===
 MathWar-0.2.5.orig/src/draw.c  2008-03-12 22:01:06.0 -0400
-+++ MathWar-0.2.5/src/draw.c   2008-03-12 22:11:22.0 -0400
+--- mathwar-0.2.5.orig/src/draw.c  2009-12-07 20:22:00.0 -0500
 mathwar-0.2.5/src/draw.c   2009-12-07 20:23:12.0 -0500
 @@ -188,7 +188,7 @@
  * The position of the equal sign + the width of the equal sign,
  * plus some padding.
@@ -39,10 +40,10 @@
  }
  
  
-Index: MathWar-0.2.5/src/mainwin.c
+Index: mathwar-0.2.5/src/mainwin.c
 ===
 MathWar-0.2.5.orig/src/mainwin.c   2008-03-12 22:01:06.0 -0400
-+++ MathWar-0.2.5/src/mainwin.c2008-03-12 22:11:22.0 -0400
+--- mathwar-0.2.5.orig/src/mainwin.c   2009-12-07 20:22:00.0 -0500
 mathwar-0.2.5/src/mainwin.c2009-12-07 20:23:12.0 -0500
 @@ -566,7 +566,8 @@
GTK_SIGNAL_FUNC (on_pause_toggled),
NULL);
@@ -72,10 +73,10 @@
  
 return;
  }
-Index: MathWar-0.2.5/src/prop_dlg.c
+Index: mathwar-0.2.5/src/prop_dlg.c
 ===
 MathWar-0.2.5.orig/src/prop_dlg.c  2008-03-12 22:01:06.0 -0400
-+++ MathWar-0.2.5/src/prop_dlg.c   2008-03-12 22:11:22.0 -0400
+--- mathwar-0.2.5.orig/src/prop_dlg.c  2009-12-07 20:22:00.0 -0500
 mathwar-0.2.5/src/prop_dlg.c   2009-12-07 20:23:12.0 -0500
 @@ -232,23 +232,23 @@
   gint   page_num,
   gpointer   user_data)
@@ -105,10 +106,10 @@
   break;
  
default:
-Index: MathWar-0.2.5/src/support.c
+Index: mathwar-0.2.5/src/support.c
 ===
 MathWar-0.2.5.orig/src/support.c   2008-03-12 22:01:06.0 -0400
-+++ MathWar-0.2.5/src/support.c2008-03-12 22:11:22.0 -0400
+--- mathwar-0.2.5.orig/src/support.c   2009-12-07 20:22:00.0 -0500
 mathwar-0.2.5/src/support.c2009-12-07 20:23:12.0 -0500
 @@ -92,7 +92,7 @@
 /*
  * Use pixbuf to load and render the file.
@@ -133,10 +134,10 @@
  }
 -
 +*/
-Index: MathWar-0.2.5/src/support.h
+Index: mathwar-0.2.5/src/support.h
 ===
 MathWar-0.2.5.orig/src/support.h   2008-03-12 22:01:06.0 -0400
-+++ MathWar-0.2.5/src/support.h2008-03-12 22:11:22.0 -0400
+--- mathwar-0.2.5.orig/src/support.h   2009-12-07 20:22:00.0 -0500
 mathwar-0.2.5/src/support.h2009-12-07 20:23:12.0 -0500
 @@ -61,5 +61,5 @@
  const gchar *filename,
  gboolean gnome_pixmap);

Modified: packages/trunk/mathwar/debian

r10590 - packages/tags/mathwar

2009-12-07 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-08 02:01:16 + (Tue, 08 Dec 2009)
New Revision: 10590

Added:
   packages/tags/mathwar/0.2.5-2/
Log:
[svn-buildpackage] Tagging mathwar (0.2.5-2)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10579 - packages/tags/supertuxkart

2009-12-05 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-05 20:05:54 + (Sat, 05 Dec 2009)
New Revision: 10579

Added:
   packages/tags/supertuxkart/0.6.2+dfsg1-1/
Log:
[svn-buildpackage] Tagging supertuxkart (0.6.2+dfsg1-1)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Re: RFS: acct (updated package, adopting)

2009-12-04 Thread Barry deFreese
Mathieu Trudel-Lapierre wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 6.5.1-1
 of package acct, which I am trying to adopt.
 
 It builds these binary packages:
 acct   - The GNU Accounting utilities for process and login accounting
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 401597, 401597, 401904, 543825
 
 My rationale for uploading this updated package and adoting: I use it
 extensively for a project at work, and I am looking forward to working
 actively with upstream to bring it back into a useful shape. I also
 have scripts I'd like to include in it if possible.
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/a/acct
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/a/acct/acct_6.5.1-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  Mathieu Trudel
 
 
Mathieu,

Couple of minor lintian errors:

bdefre...@bddebian3:~$ lintian -I
/home/bdefreese/pbuild-unstable/result/acct_6.5.1-1_i386.changes
E: acct: package-contains-info-dir-file usr/share/info/dir.gz
E: acct: info-document-missing-dir-section usr/share/info/accounting.info.gz
E: acct: info-document-missing-dir-entry usr/share/info/accounting.info.gz


Thanks,

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted blt 2.4z-4.2 (source all i386)

2009-12-04 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 09:28:09 -0500
Source: blt
Binary: blt blt-dev blt-demo
Architecture: source all i386
Version: 2.4z-4.2
Distribution: unstable
Urgency: low
Maintainer: Chris Waters xt...@debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 blt- the BLT extension library for Tcl/Tk - run-time package
 blt-demo   - the BLT extension library for Tcl/Tk - demos and examples
 blt-dev- the BLT extension library for Tcl/Tk - development files
Closes: 525860 536409
Changes: 
 blt (2.4z-4.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add tcl8.5 check in library/pkgIndex.tcl.in. (Closes: #525860).
 + Thanks to Bill Metzenthen for the fix.
   * Update config.sub,config.guess files. (Closes: #536409).
   * Fix section and typo in blt.doc-base.
   * Move Homepage from package descriptions to source stanza.
   * Make clean not ignore errors.
   * Replace deprecated ${Source-Version} with ${binary:Version}.
Checksums-Sha1: 
 8fc19102bfb7c5e3563d2de354be648ea89d0864 1039 blt_2.4z-4.2.dsc
 d7f6043d572b665e83cd05ff56929a2eed8fc118 142168 blt_2.4z-4.2.diff.gz
 84d9fcdc0f0d8d39240c2d1aca6a9eb9bb3e9e24 606720 blt-demo_2.4z-4.2_all.deb
 b45652611e5b45b61bfd42ba10ef4b6716af5143 1591274 blt_2.4z-4.2_i386.deb
 e0343f9b90521f0913b076c0428babfa218db671 1288214 blt-dev_2.4z-4.2_i386.deb
Checksums-Sha256: 
 a7d5901d1b0987eedfaeff0f291aca74f290fc1e0f9000346ee39ed0d0d25c39 1039 
blt_2.4z-4.2.dsc
 f910f578e880781adfae3cb6e2ef163df6be89983da049eee81d3396209e9aa1 142168 
blt_2.4z-4.2.diff.gz
 270ac23711430fa1b751b66263857d22fcfd41f76d0c1fb98f03d26b8a0ffc07 606720 
blt-demo_2.4z-4.2_all.deb
 094500d9dff3d35f6d271267a6b5b07765c3aae1198552f4df4dee476101986c 1591274 
blt_2.4z-4.2_i386.deb
 a3d6d9b0daacb3cf9d114b5239aeb6993b6b740b5e50baa29e8a532d1f690507 1288214 
blt-dev_2.4z-4.2_i386.deb
Files: 
 6dc8e34e01e613e159d672199e78a06e 1039 devel optional blt_2.4z-4.2.dsc
 2d99efcaab6d078163fc053015a94ea0 142168 devel optional blt_2.4z-4.2.diff.gz
 e08cb70251c7117b2e6c6ade34f939b1 606720 devel optional 
blt-demo_2.4z-4.2_all.deb
 821928dc5bfd51ad05a8b248c15ac3ae 1591274 libs optional blt_2.4z-4.2_i386.deb
 5fd83fd0a799214cde6bd836647bdc68 1288214 devel optional 
blt-dev_2.4z-4.2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksZKigACgkQ5ItltUs5T370xACeLvjEXLINdDhgwg2BqR0Xe9iw
SjUAoIWrNTPPXD8GUUr5V2d3nGJX/JLZ
=RJF9
-END PGP SIGNATURE-


Accepted:
blt-demo_2.4z-4.2_all.deb
  to main/b/blt/blt-demo_2.4z-4.2_all.deb
blt-dev_2.4z-4.2_i386.deb
  to main/b/blt/blt-dev_2.4z-4.2_i386.deb
blt_2.4z-4.2.diff.gz
  to main/b/blt/blt_2.4z-4.2.diff.gz
blt_2.4z-4.2.dsc
  to main/b/blt/blt_2.4z-4.2.dsc
blt_2.4z-4.2_i386.deb
  to main/b/blt/blt_2.4z-4.2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted emil 2.1.0-beta9.dfsg-1.1 (source i386)

2009-12-04 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 15:45:13 -0500
Source: emil
Binary: emil
Architecture: source i386
Version: 2.1.0-beta9.dfsg-1.1
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld rol...@debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 emil   - Conversion Filter for Internet Messages
Closes: 548578
Changes: 
 emil (2.1.0-beta9.dfsg-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace local getline() with getline_local(). (Closes: #548578).
Checksums-Sha1: 
 1a7d9027ba2b4947ea10010bd5273dc562f08d85 1026 emil_2.1.0-beta9.dfsg-1.1.dsc
 aeb3a8ab303c6fd474ea98c8606c6fa58e0fa869 17030 
emil_2.1.0-beta9.dfsg-1.1.diff.gz
 94a4fa6654c5cf5e3345d220b4ce37a33c51c0b2 126454 
emil_2.1.0-beta9.dfsg-1.1_i386.deb
Checksums-Sha256: 
 94a24cc070076307c491e6486cc26d3cd089318e66c12be88c249d498c25b62d 1026 
emil_2.1.0-beta9.dfsg-1.1.dsc
 7bade4911f58493a6b661250e966f84cadf4279ae1eb741e1b6c7ad31ea69bae 17030 
emil_2.1.0-beta9.dfsg-1.1.diff.gz
 2b404ad7ba55e656f3a96478f2a3cf2076e5f77a632c55a89df109075a78cbfd 126454 
emil_2.1.0-beta9.dfsg-1.1_i386.deb
Files: 
 26eed8b3addd49888bf05a61a89c879b 1026 mail optional 
emil_2.1.0-beta9.dfsg-1.1.dsc
 dfe07649c7bbe7001b920a8f2e5c923c 17030 mail optional 
emil_2.1.0-beta9.dfsg-1.1.diff.gz
 17f731bce56f0c3d647c0d708fede05f 126454 mail optional 
emil_2.1.0-beta9.dfsg-1.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksZdlUACgkQ5ItltUs5T359ygCfYmpg1J5SuLSqpm/ZQxRV7UFC
iukAn05iV0278TKSWr7VGb1ViWsh4hDY
=YCFS
-END PGP SIGNATURE-


Accepted:
emil_2.1.0-beta9.dfsg-1.1.diff.gz
  to main/e/emil/emil_2.1.0-beta9.dfsg-1.1.diff.gz
emil_2.1.0-beta9.dfsg-1.1.dsc
  to main/e/emil/emil_2.1.0-beta9.dfsg-1.1.dsc
emil_2.1.0-beta9.dfsg-1.1_i386.deb
  to main/e/emil/emil_2.1.0-beta9.dfsg-1.1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559451: RM: twiki-ldapcontrib -- RoQA; NPOASR, RFA'd for a while, to be superseded by foswiki, low popcon

2009-12-04 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal


Hello,

Please see the following reasons for the removal request:

* Never part of a stable release.
* RFA'd for quite a while.
* Low popcon.
* Will be superseded by foswiki if it ever gets packaged. (Currently ITPd).
* Acknowledged by maintainer.

Thank you,

Barry deFreese
Debian QA




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559481: yate: Build depends on zaptel-source which is to be removed

2009-12-04 Thread Barry deFreese
Package: yate
Version: 1.3.0-1.dfsg-1
Severity: serious

Hello,

zaptel is currently scheduled to be removed (the removal bug is already filed).
 Yate seems to build-depend on zaptel-source.  So someone either needs to adopt
zaptel, or fix yate to not need the zaptel-source.

I have not looked to see if yate 2.0 requires the zaptel-source or not.

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534700: simple radare /bin/ls doesn't work

2009-12-04 Thread Barry deFreese
Sebastian,

Hi, any luck with this?  I'm mainly asking because I was just building 1.4.2 to
see about getting rid of gtkdialog.  It seems to build fine without gtkdialog
but I haven't been able to test the resulting package yet because there are some
packaging issues.

Thanks,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10575 - packages/tags/stormbaancoureur

2009-12-04 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-04 15:29:58 + (Fri, 04 Dec 2009)
New Revision: 10575

Added:
   packages/tags/stormbaancoureur/2.1.6-1/
Log:
[svn-buildpackage] Tagging stormbaancoureur (2.1.6-1)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Bug#559481: yate: Build depends on zaptel-source which is to be removed

2009-12-04 Thread Barry deFreese
Package: yate
Version: 1.3.0-1.dfsg-1
Severity: serious

Hello,

zaptel is currently scheduled to be removed (the removal bug is already filed).
 Yate seems to build-depend on zaptel-source.  So someone either needs to adopt
zaptel, or fix yate to not need the zaptel-source.

I have not looked to see if yate 2.0 requires the zaptel-source or not.

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted stormbaancoureur 2.1.6-1 (source i386 all)

2009-12-03 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 19:47:21 -0500
Source: stormbaancoureur
Binary: stormbaancoureur stormbaancoureur-data
Architecture: source i386 all
Version: 2.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 stormbaancoureur - simulated obstacle course for automobiles
 stormbaancoureur-data - game data for Stormbaan Coureur
Closes: 534773
Changes: 
 stormbaancoureur (2.1.6-1) unstable; urgency=low
 .
   [ Barry deFreese ]
   * New upstream release.
 + Drop gcc-4.4 patch, merged upstream.
 + Uses new leaderboard server. (Closes: #534773).
   * Update Homepage.
   * Bump Standards Version to 3.8.3. (No changes needed).
Checksums-Sha1: 
 c9bee769374dce2e5ed054fbc4ff1bef6b170156 1546 stormbaancoureur_2.1.6-1.dsc
 2fbeecbfad7ee208c1e04483a764c2437edbcc19 3976459 
stormbaancoureur_2.1.6.orig.tar.gz
 2a4587e0763182bbfe073b083461dcc3313bbf6b 13761 stormbaancoureur_2.1.6-1.diff.gz
 a30ac5b9a11bb8841409d411efeeb9c204d6d180 94102 
stormbaancoureur_2.1.6-1_i386.deb
 d1cad379016c4058072a6337eb91397316421d21 3035918 
stormbaancoureur-data_2.1.6-1_all.deb
Checksums-Sha256: 
 e8056bae06bb05c392d360ada328079455b954e048ce8d6a2fc87e8b32ee692c 1546 
stormbaancoureur_2.1.6-1.dsc
 c6bd67695734fd430ce8e8d744710531ed4dae1bc78d5cd0529af930144e7903 3976459 
stormbaancoureur_2.1.6.orig.tar.gz
 f32b846403a3c8718b39952a20adfc2b14501ebc8aff8c567fd50cb25153c6dc 13761 
stormbaancoureur_2.1.6-1.diff.gz
 111828875b17dc81dbfd78a0517d9d3a2e35c28e33ffea840a886f29d69b26bf 94102 
stormbaancoureur_2.1.6-1_i386.deb
 bc2fe09a071ed54c4ea2c262ae32c00b75404ad05e8df02c792584e662b1eaea 3035918 
stormbaancoureur-data_2.1.6-1_all.deb
Files: 
 7a2784dd1d22f07e9b9682390a94249d 1546 games extra stormbaancoureur_2.1.6-1.dsc
 c09adc441b60acd2bbf6eb6d8a994c1e 3976459 games extra 
stormbaancoureur_2.1.6.orig.tar.gz
 02129ee7db796c2ce2c453f8e6400f80 13761 games extra 
stormbaancoureur_2.1.6-1.diff.gz
 347aa950df9510a57f8c2bac3c9e7323 94102 games extra 
stormbaancoureur_2.1.6-1_i386.deb
 2f6742c510d3c97c0580f8f6143aab8c 3035918 games extra 
stormbaancoureur-data_2.1.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksYjvsACgkQ5ItltUs5T37gdACfeh+uIUQkF4apxMUsZCJWBc2L
UEUAn2zfiiL7ObSG+gM4onvd+xH61wZo
=gqdp
-END PGP SIGNATURE-


Accepted:
stormbaancoureur-data_2.1.6-1_all.deb
  to main/s/stormbaancoureur/stormbaancoureur-data_2.1.6-1_all.deb
stormbaancoureur_2.1.6-1.diff.gz
  to main/s/stormbaancoureur/stormbaancoureur_2.1.6-1.diff.gz
stormbaancoureur_2.1.6-1.dsc
  to main/s/stormbaancoureur/stormbaancoureur_2.1.6-1.dsc
stormbaancoureur_2.1.6-1_i386.deb
  to main/s/stormbaancoureur/stormbaancoureur_2.1.6-1_i386.deb
stormbaancoureur_2.1.6.orig.tar.gz
  to main/s/stormbaancoureur/stormbaancoureur_2.1.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553711: RM: ocaml-syck -- RoQA; NPOASR, depends on syck which is to be removed

2009-12-03 Thread Barry deFreese
severity 553711 normal
reassign 553711 ftp.debian.org
retitle 553711 RM: ocaml-syck -- RoQA; NPOASR, depends on syck which is to be
removed

thank you

Discussed with Ocaml maintainers and they are OK with removal.

Thank you,

Barry deFreese
Debian QA




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559359: RM: tapioca-qt/experimental -- RoQA; NPOASR, old, low popcon

2009-12-03 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal


Hello,

Please see the following reasons for the removal request:

* Never part of a stable release.
* Old and unsupported.
* Low popcon.
* Actually requested by maintainer but he's too lazy to file the bug! :)

Thank you,

Barry deFreese
Debian QA







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559361: RM: gdc-4.2 -- RoQA; NPOASR, buggy, blocking gcc-4.2 removal

2009-12-03 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal


Hello,

Please see the following reasons for the removal request:

* Never part of a stable release.
* Buggy (2 RC bugs).
* Low popcon.
* Blocking removal of gcc-4.2.

Currently has no r(b)depends and will need some upstream work to work with newer
versions of gcc.

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559362: RM: decibel/experimental -- RoQA; NPOASR, old, low popcon

2009-12-03 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal


Hello,

Please see the following reasons for the removal request:

* Never part of a stable release.
* Old and unsupported.
* Low popcon.
* Actually requested by maintainer but he's too lazy to file the bug! :)

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559365: RM: telepathy-qt/experimental -- RoQA; NPOASR, old, low popcon

2009-12-03 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal


Hello,

Please see the following reasons for the removal request:

* Never part of a stable release.
* Old and unsupported.
* Low popcon.
* Actually requested by maintainer but he's too lazy to file the bug! :)

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559353: RM: twiki -- RoQA; security-buggy, unmaintained

2009-12-03 Thread Barry deFreese
tags 559353 + moreinfo

thank you

Still a reverse dependency issue:

Checking reverse dependencies...
# Broken Depends:
twiki-ldapcontrib: twiki-ldapcontrib



Thanks,

Barry deFreese
Debian FTP Assistant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10572 - in packages/trunk/stormbaancoureur/debian: . patches

2009-12-03 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-04 01:19:50 + (Fri, 04 Dec 2009)
New Revision: 10572

Removed:
   packages/trunk/stormbaancoureur/debian/patches/gcc44.patch
   packages/trunk/stormbaancoureur/debian/patches/makefile_cflags.patch
   packages/trunk/stormbaancoureur/debian/patches/makefile_libode.patch
Modified:
   packages/trunk/stormbaancoureur/debian/
   packages/trunk/stormbaancoureur/debian/changelog
   packages/trunk/stormbaancoureur/debian/control
   packages/trunk/stormbaancoureur/debian/patches/makefile.patch
   packages/trunk/stormbaancoureur/debian/patches/series
   packages/trunk/stormbaancoureur/debian/watch
Log:
  * New upstream release.
+ Drop gcc-4.4 patch, merged upstream.
+ Uses new leaderboard server. (Closes: #534773).
  * Update Homepage.
  * Bump Standards Version to 3.8.3. (No changes needed).
Update svn-bp:origUrl.



Property changes on: packages/trunk/stormbaancoureur/debian
___
Modified: svn-bp:origUrl
   - 
http://pkg-games.alioth.debian.org/tarballs/stormbaancoureur_2.1.1.orig.tar.gz
   + 
http://pkg-games.alioth.debian.org/tarballs/stormbaancoureur_2.1.6.orig.tar.gz

Modified: packages/trunk/stormbaancoureur/debian/changelog
===
--- packages/trunk/stormbaancoureur/debian/changelog2009-12-02 21:59:13 UTC 
(rev 10571)
+++ packages/trunk/stormbaancoureur/debian/changelog2009-12-04 01:19:50 UTC 
(rev 10572)
@@ -1,3 +1,14 @@
+stormbaancoureur (2.1.6-1) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * New upstream release.
++ Drop gcc-4.4 patch, merged upstream.
++ Uses new leaderboard server. (Closes: #534773).
+  * Update Homepage.
+  * Bump Standards Version to 3.8.3. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Thu, 03 Dec 2009 19:47:21 -0500
+
 stormbaancoureur (2.1.5-5) unstable; urgency=low
 
   * Games team upload.

Modified: packages/trunk/stormbaancoureur/debian/control
===
--- packages/trunk/stormbaancoureur/debian/control  2009-12-02 21:59:13 UTC 
(rev 10571)
+++ packages/trunk/stormbaancoureur/debian/control  2009-12-04 01:19:50 UTC 
(rev 10572)
@@ -9,8 +9,8 @@
 Build-Depends: debhelper (= 5.0.51), quilt,
  plib1.8.4-dev | libplib-dev, libode-dev (=2:0.10.1) | libode0-dev |
  libode-nonfree0-dev, freeglut3-dev, libasound2-dev
-Standards-Version: 3.8.1
-Homepage: http://bram.creative4vision.nl/stormbaancoureur/
+Standards-Version: 3.8.3
+Homepage: http://www.stolk.org/stormbaancoureur/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/stormbaancoureur/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/stormbaancoureur/?op=log
 

Deleted: packages/trunk/stormbaancoureur/debian/patches/gcc44.patch
===
--- packages/trunk/stormbaancoureur/debian/patches/gcc44.patch  2009-12-02 
21:59:13 UTC (rev 10571)
+++ packages/trunk/stormbaancoureur/debian/patches/gcc44.patch  2009-12-04 
01:19:50 UTC (rev 10572)
@@ -1,14 +0,0 @@
-Description: Add includes to build with gcc-4.4.
-
-Index: stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx
-===
 stormbaancoureur-2.1.5.orig/src-stormbaancoureur/controllerkey.cxx 
2009-03-18 20:38:15.0 -0400
-+++ stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx  
2009-03-18 20:38:44.0 -0400
-@@ -9,6 +9,7 @@
- #include math.h
- #include errno.h
- #include fcntl.h
-+#include stdio.h
- 
- #include controller.h
- 

Modified: packages/trunk/stormbaancoureur/debian/patches/makefile.patch
===
--- packages/trunk/stormbaancoureur/debian/patches/makefile.patch   
2009-12-02 21:59:13 UTC (rev 10571)
+++ packages/trunk/stormbaancoureur/debian/patches/makefile.patch   
2009-12-04 01:19:50 UTC (rev 10572)
@@ -1,16 +1,7 @@
-diff -urN stormbaancoureur-2.0.1.orig/src-stormbaancoureur/Makefile 
stormbaancoureur-2.0.1/src-stormbaancoureur/Makefile
 stormbaancoureur-2.0.1.orig/src-stormbaancoureur/Makefile  2008-01-03 
09:35:21.0 -0500
-+++ stormbaancoureur-2.0.1/src-stormbaancoureur/Makefile   2008-01-03 
09:36:01.0 -0500
-@@ -45,7 +45,7 @@
- 
- 
- LIBS=\
--  $(ODEPREFIX)/$(LIBDIRNAME)/libode.a \
-+  -lode \
-   -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul \
-   -lglut -lGLU -lGL -lasound
- --- stormbaancoureur-2.1.5.orig/src-stormbaancoureur/Makefile
-+++ stormbaancoureur-2.1.5/src-stormbaancoureur/Makefile
+Index: stormbaancoureur-2.1.6/src-stormbaancoureur/Makefile
+===
+--- stormbaancoureur-2.1.6.orig/src-stormbaancoureur/Makefile  2009-12-03 
19:59:57.0 -0500
 stormbaancoureur-2.1.6/src-stormbaancoureur/Makefile   2009-12-03 
20:00

[SCM] Hawk game oriented network library API branch, master, updated. upstream/1.6.8+dfsg-5-g5e449bb

2009-12-02 Thread Barry deFreese
The following commit has been merged in the master branch:
commit a62d416f2c23cb027d630417fecd8308d5dae70f
Merge: 88bea577d53ff5c2b621f304b83ada8905ff99ed 
fbb1d3787244bbc32ebd36ee6ab7be9174dc4d16
Author: Barry deFreese bdefre...@debian.org
Date:   Wed Dec 2 22:14:44 2009 -0500

Merge commit 'upstream/1.6.8+dfsg2'


-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Hawk game oriented network library API branch, master, updated. upstream/1.6.8+dfsg-5-g5e449bb

2009-12-02 Thread Barry deFreese
The following commit has been merged in the master branch:
commit 5e449bb78f670cfc1e595fc7269e9e2044ef0d12
Author: Barry deFreese bdefre...@debian.org
Date:   Wed Dec 2 22:16:45 2009 -0500

Repack upstream again to add LGPL license as COPYING.  Update 
debian/copyright years

diff --git a/debian/changelog b/debian/changelog
index 4b995e8..823a584 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hawknl (1.6.8+dfsg2-1) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Repack upstream again to add LGPL v2 license text as COPYING.
+  * Fix copyright dates in debian/copyright.
+
+ -- Barry deFreese bdefre...@debian.org  Wed, 02 Dec 2009 22:14:59 -0500
+
 hawknl (1.6.8+dfsg-1) unstable; urgency=low
 
   [ Barry deFreese ]
diff --git a/debian/copyright b/debian/copyright
index b390e9b..3cdf079 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ It was downloaded from: http://hawksoft.com/download/
 Upstream Author: Phil Frisbie, Jr. p...@hawksoft.com
 
 Copyright:
-   Copyright (C) 2000-2002 Phil Frisbie, Jr. p...@hawksoft.com
+   Copyright (C) 2000-2003 Phil Frisbie, Jr. p...@hawksoft.com
 
 License:
   This library is free software; you can redistribute it and/or

-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Hawk game oriented network library API branch, pristine-tar, updated. 92e1e2b795fd3b178ac4b7f40e99f5b409a19151

2009-12-02 Thread Barry deFreese
The following commit has been merged in the pristine-tar branch:
commit 92e1e2b795fd3b178ac4b7f40e99f5b409a19151
Author: Barry deFreese bdefre...@debian.org
Date:   Wed Dec 2 22:14:44 2009 -0500

pristine-tar data for hawknl_1.6.8+dfsg2.orig.tar.gz

diff --git a/hawknl_1.6.8+dfsg2.orig.tar.gz.delta 
b/hawknl_1.6.8+dfsg2.orig.tar.gz.delta
new file mode 100644
index 000..d38bc5c
Binary files /dev/null and b/hawknl_1.6.8+dfsg2.orig.tar.gz.delta differ
diff --git a/hawknl_1.6.8+dfsg2.orig.tar.gz.id 
b/hawknl_1.6.8+dfsg2.orig.tar.gz.id
new file mode 100644
index 000..7c0d739
--- /dev/null
+++ b/hawknl_1.6.8+dfsg2.orig.tar.gz.id
@@ -0,0 +1 @@
+fbb1d3787244bbc32ebd36ee6ab7be9174dc4d16

-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Re: RFS: screenruler (updated package)

2009-12-01 Thread Barry deFreese
Siegfried Gevatter wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 0.891+bzr25 of my
 package screenruler.
 
 It builds these binary packages:
 screenruler - measure objects on screen with a variety of metrics
 
 The package appears to be lintian clean, and builds (in a chroot),
 installs and works fine here.
 
 The upload would fix these bugs: 509049, 550767
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/s/screenruler
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/s/screenruler/screenruler_0.891+bzr25-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards,
 

Siegfried,

Hi.  The package looks fine but I'm unable to runtime test it at the moment.  I
notice that the changelog doesn't mention #508788 or was that strictly the gtk
issue?

Thanks,

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: netstat-nat (QA upload)

2009-12-01 Thread Barry deFreese
Ruben Molina wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 1.4.9-2
 of my package netstat-nat.
 
 It builds these binary packages:
 netstat-nat - tool that display NAT connections
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 540833, 542523
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/n/netstat-nat
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/n/netstat-nat/netstat-nat_1.4.9-2.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  Ruben Molina
 
Uploaded, thanks!

Barry deFreese
Debian QA


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] Hawk game oriented network library API branch, master, created. a7805436c88bc8e886e3117adc22d76b0493e490

2009-12-01 Thread Barry deFreese
The branch, master has been created
at  a7805436c88bc8e886e3117adc22d76b0493e490 (commit)

- Shortlog 
commit a7805436c88bc8e886e3117adc22d76b0493e490
Author: Barry deFreese bdefre...@debian.org
Date:   Mon Nov 30 11:53:49 2009 -0500

Imported Debian patch 1.6.8+dfsg-1

commit 5141fd953197d95efa32a19fe3b77582427f65c2
Author: Barry deFreese bdefre...@debian.org
Date:   Tue Dec 1 10:57:48 2009 -0500

Imported Upstream version 1.6.8+dfsg

---

-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Hawk game oriented network library API branch, upstream, created. 5141fd953197d95efa32a19fe3b77582427f65c2

2009-12-01 Thread Barry deFreese
The branch, upstream has been created
at  5141fd953197d95efa32a19fe3b77582427f65c2 (commit)

- Shortlog 
---

-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Hawk game oriented network library API branch, pristine-tar, created. 8d5ae62b70c3187e6e5d7c5108ec62a6f95bcf3a

2009-12-01 Thread Barry deFreese
The branch, pristine-tar has been created
at  8d5ae62b70c3187e6e5d7c5108ec62a6f95bcf3a (commit)

- Shortlog 
commit 8d5ae62b70c3187e6e5d7c5108ec62a6f95bcf3a
Author: Barry deFreese bdefre...@debian.org
Date:   Tue Dec 1 10:57:49 2009 -0500

pristine-tar data for hawknl_1.6.8+dfsg.orig.tar.gz

---

-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] Hawk game oriented network library API annotated tag, upstream/1.6.8+dfsg, created. upstream/1.6.8+dfsg

2009-12-01 Thread Barry deFreese
The annotated tag, upstream/1.6.8+dfsg has been created
at  9ec21342e9fbdafb09e870f6726954c7c9db8c6f (tag)
   tagging  5141fd953197d95efa32a19fe3b77582427f65c2 (commit)
 tagged by  Barry deFreese
on  Tue Dec 1 10:57:48 2009 -0500

- Shortlog 
Upstream version 1.6.8+dfsg

Barry deFreese (1):
  Imported Upstream version 1.6.8+dfsg

---

-- 
Hawk game oriented network library API

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10564 - mrconfig

2009-12-01 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-01 17:25:38 + (Tue, 01 Dec 2009)
New Revision: 10564

Modified:
   mrconfig/.mrconfig
Log:
Add hawknl git to mrconfig.


Modified: mrconfig/.mrconfig
===
--- mrconfig/.mrconfig  2009-11-30 09:27:23 UTC (rev 10563)
+++ mrconfig/.mrconfig  2009-12-01 17:25:38 UTC (rev 10564)
@@ -133,6 +133,9 @@
 [xmris]
 checkout = git clone git://git.debian.org/git/pkg-games/xmris.git
 
+[hawknl]
+checkout = git clone git://git.debian.org/git/pkg-games/hawknl.git
+
 # Commented out because we may not want this by default.
 #[non-free]
 #checkout = svn co 
svn+ssh://svn.debian.org/svn/pkg-games/non-free/packages/trunk non-free


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] the Game Networking Engine branch, master, created. a9140fea5c2900d3a55826d87427e0b732094e2c

2009-12-01 Thread Barry deFreese
The branch, master has been created
at  a9140fea5c2900d3a55826d87427e0b732094e2c (commit)

- Shortlog 
commit a9140fea5c2900d3a55826d87427e0b732094e2c
Author: Barry deFreese bdefre...@debian.org
Date:   Mon Nov 30 11:53:49 2009 -0500

Imported Debian patch 0.75+svn20091130-1

commit 7829721d5afc66371b9f8bfd1ade2a6990c77de2
Author: Barry deFreese bdefre...@debian.org
Date:   Tue Dec 1 13:02:58 2009 -0500

Imported Upstream version 0.75+svn20091130

---

-- 
the Game Networking Engine

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


[SCM] the Game Networking Engine annotated tag, upstream/0.75+svn20091130, created. upstream/0.75+svn20091130

2009-12-01 Thread Barry deFreese
The annotated tag, upstream/0.75+svn20091130 has been created
at  b3e980093489626234c443320e9abbeb1b10946f (tag)
   tagging  7829721d5afc66371b9f8bfd1ade2a6990c77de2 (commit)
 tagged by  Barry deFreese
on  Tue Dec 1 13:02:58 2009 -0500

- Shortlog 
Upstream version 0.75+svn20091130

Barry deFreese (1):
  Imported Upstream version 0.75+svn20091130

---

-- 
the Game Networking Engine

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10565 - mrconfig

2009-12-01 Thread Barry deFreese
Author: bdefreese
Date: 2009-12-01 18:10:57 + (Tue, 01 Dec 2009)
New Revision: 10565

Modified:
   mrconfig/.mrconfig
Log:
Add genlib to mrconfig.


Modified: mrconfig/.mrconfig
===
--- mrconfig/.mrconfig  2009-12-01 17:25:38 UTC (rev 10564)
+++ mrconfig/.mrconfig  2009-12-01 18:10:57 UTC (rev 10565)
@@ -136,6 +136,9 @@
 [hawknl]
 checkout = git clone git://git.debian.org/git/pkg-games/hawknl.git
 
+[gnelib]
+checkout = git clone git://git.debian.org/git/pkg-games/gnelib.git
+
 # Commented out because we may not want this by default.
 #[non-free]
 #checkout = svn co 
svn+ssh://svn.debian.org/svn/pkg-games/non-free/packages/trunk non-free


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Bug#558825: ITP: hawknl -- Hawk game oriented network library API

2009-11-30 Thread Barry deFreese
Package: wnpp
Severity: wishlist
Owner: Barry deFreese bdefre...@debian.org

Package: libhawknl-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libhawknl (= ${binary:Version})
Description: Hawk game oriented network library API (development headers)
 HawkNL is a free, open source, game oriented network API.
 .
 HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
 Sockets and Winsock. But NL also provides other features
 including support for:
   * Multiple operating systems.
   * Groups of sockets
   * Socket statistics
   * High accuracy timer
   * CRC functions
   * Macros to read and write data to packets with endian conversion
   * Multiple network transports.
 .
 This package contains the development libraries and headers.

Package: libhawknl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hawk game oriented network library API
 HawkNL is a free, open source, game oriented network API.
 .
 HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
 Sockets and Winsock. But NL also provides other features
 including support for:
   * Multiple operating systems.
   * Groups of sockets
   * Socket statistics
   * High accuracy timer
   * CRC functions
   * Macros to read and write data to packets with endian conversion
   * Multiple network transports.

Package: libhawknl-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libhawknl (= ${binary:Version})
Priority: extra
Description: Hawk game oriented network library API (debug package)
 HawkNL is a free, open source, game oriented network API.
 .
 HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
 Sockets and Winsock. But NL also provides other features
 including support for:
   * Multiple operating systems.
   * Groups of sockets
   * Socket statistics
   * High accuracy timer
   * CRC functions
   * Macros to read and write data to packets with endian conversion
   * Multiple network transports.
 .
 This package contains the debug symbols.



Thank you,

Barry deFreese
Debian Games Team




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558985: ITP: -- the Game Network Engine

2009-11-30 Thread Barry deFreese
Package: wnpp
Severity: wishlist
Owner: Barry deFreese bdefre...@debian.org

Package: libgnelib-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgne0 (= ${binary:Version})
Suggests: libgnelib-doc
Description: the Game Networking Engine (development headers)
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.
 .
 This package contains the development libraries and headers.

Package: libgnelib0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: the Game Networking Engine
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.

Package: libgnelib0-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libgne0 (= ${binary:Version})
Priority: extra
Description: the Game Networking Engine
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.
 .
 This package contains the debug symbols.

Package: libgnelib-doc
Section: doc
Architecture: any
Depends: ${misc:Depends}
Priority: extra
Description: the Game Networking Engine (Documentation)
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.
 .
 This package contains the developers documentation.


Thank you,

Barry deFreese
Debian Games Team



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558825: ITP: hawknl -- Hawk game oriented network library API

2009-11-30 Thread Barry deFreese
Package: wnpp
Severity: wishlist
Owner: Barry deFreese bdefre...@debian.org

Package: libhawknl-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libhawknl (= ${binary:Version})
Description: Hawk game oriented network library API (development headers)
 HawkNL is a free, open source, game oriented network API.
 .
 HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
 Sockets and Winsock. But NL also provides other features
 including support for:
   * Multiple operating systems.
   * Groups of sockets
   * Socket statistics
   * High accuracy timer
   * CRC functions
   * Macros to read and write data to packets with endian conversion
   * Multiple network transports.
 .
 This package contains the development libraries and headers.

Package: libhawknl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hawk game oriented network library API
 HawkNL is a free, open source, game oriented network API.
 .
 HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
 Sockets and Winsock. But NL also provides other features
 including support for:
   * Multiple operating systems.
   * Groups of sockets
   * Socket statistics
   * High accuracy timer
   * CRC functions
   * Macros to read and write data to packets with endian conversion
   * Multiple network transports.

Package: libhawknl-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libhawknl (= ${binary:Version})
Priority: extra
Description: Hawk game oriented network library API (debug package)
 HawkNL is a free, open source, game oriented network API.
 .
 HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix
 Sockets and Winsock. But NL also provides other features
 including support for:
   * Multiple operating systems.
   * Groups of sockets
   * Socket statistics
   * High accuracy timer
   * CRC functions
   * Macros to read and write data to packets with endian conversion
   * Multiple network transports.
 .
 This package contains the debug symbols.



Thank you,

Barry deFreese
Debian Games Team




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558985: ITP: -- the Game Network Engine

2009-11-30 Thread Barry deFreese
Package: wnpp
Severity: wishlist
Owner: Barry deFreese bdefre...@debian.org

Package: libgnelib-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgne0 (= ${binary:Version})
Suggests: libgnelib-doc
Description: the Game Networking Engine (development headers)
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.
 .
 This package contains the development libraries and headers.

Package: libgnelib0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: the Game Networking Engine
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.

Package: libgnelib0-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libgne0 (= ${binary:Version})
Priority: extra
Description: the Game Networking Engine
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.
 .
 This package contains the debug symbols.

Package: libgnelib-doc
Section: doc
Architecture: any
Depends: ${misc:Depends}
Priority: extra
Description: the Game Networking Engine (Documentation)
 GNE, or the Game Networking Engine, is a cross-platform,
 multithreaded, C++ networking library with an API specifically
 addressing the needs of game networking.
 .
 There are two parts of GNE, the first being the mid-level classes
 that handle packeted, error checked, and bandwidth throttled
 communication between two peers.
 .
 This package contains the developers documentation.


Thank you,

Barry deFreese
Debian Games Team



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#274451: RM: metamail -- RoQA; orphaned, missing upstream, buggy

2009-11-29 Thread Barry deFreese
severity 274451 normal
reassign 274451 ftp.debian.org
retitle 274451 RM: metamail -- RoQA; orphaned, missing upstream, buggy

thank you

This package has been orphaned for ages.  I have already filed a bug over a
month ago on raccess4vbox3 which is the only remaining r(b)depends.

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558676: RM: gtksourceview -- ROM; old, superseded, unmaintained upstream

2009-11-29 Thread Barry deFreese
tags 558676 + moreinfo

thank you

Hi,

There are still some reverse depends/build-depends (most of which appear bogus).
 I know the latest lablgtk2 in experimental doesn't use gtksourceview but it
hasn't hit unstable yet.

Checking reverse dependencies...
# Broken Depends:
cameleon: cameleon
frama-c: frama-c
lablgtk2: liblablgtksourceview-ocaml
  liblablgtksourceview-ocaml-dev
laby: laby [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc]
libgnomedb3: libgnomedb3-4 [mipsel]
matita: matita [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc]

# Broken Build-Depends:
lablgtk2: libgtksourceview-dev
libgnomedb3: libgtksourceview-dev

Dependency problem found.


Thanks,

Barry deFreese
Debian FTP Assistant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#274451: RM: metamail -- RoQA; orphaned, missing upstream, buggy

2009-11-29 Thread Barry deFreese
severity 274451 normal
reassign 274451 ftp.debian.org
retitle 274451 RM: metamail -- RoQA; orphaned, missing upstream, buggy

thank you

This package has been orphaned for ages.  I have already filed a bug over a
month ago on raccess4vbox3 which is the only remaining r(b)depends.

Thank you,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



simple-xml_2.1.5-1_i386.changes REJECTED

2009-11-28 Thread Barry deFreese
Hello maintainer,

I am rejecting simple-xml.  Debian/copyright states the files are LGPL-2.1 but 
I cannot find anywhere in the file headers nor any COPYING or LICENSE file that 
states they are 2.1, but rather just LGPL. Am I missing it?

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Re: RFS: gnomad2 (updated package)

2009-11-28 Thread Barry deFreese
Alessio Treglia wrote:
 Dear mentors,
 
 I would adopt gnomad2 I am looking for a sponsor for the new version 2.9.4-1
 of that package.
 
 It builds these binary packages:
 gnomad2- Manage a Creative Labs Nomad Jukebox
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 494730, 557276
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/g/gnomad2
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/g/gnomad2/gnomad2_2.9.4-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  Alessio Treglia
 
 
Uploaded, thanks.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libsdl1.2-1.2.14 in Experimental, could use some testers if possible

2009-11-28 Thread Barry deFreese
Hi folks,

I just uploaded libsdl1.2-1.2.14 to experimental.  I would appreciate any
testing folks could do on it as soo many packages depend on it.

I had to remove a lot of existing patches as they are applied upstream or the
code was re-factored enough as to not warrant them anymore.

I would especially appreciate some feedback from any kfreeBSD folks as I
re-applied the patch for the joystick stuff but had to re-factor it a little.

Thanks!

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libsdl1.2 1.2.14-1 (source i386)

2009-11-28 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 14:52:55 -0500
Source: libsdl1.2
Binary: libsdl1.2debian libsdl1.2debian-all libsdl1.2debian-alsa 
libsdl1.2debian-oss libsdl1.2debian-esd libsdl1.2debian-arts 
libsdl1.2debian-nas libsdl1.2debian-pulseaudio libsdl1.2debian-udeb 
libsdl1.2-dev
Architecture: source i386
Version: 1.2.14-1
Distribution: experimental
Urgency: low
Maintainer: Debian SDL packages maintainers 
pkg-sdl-maintain...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 libsdl1.2-dev - Simple DirectMedia Layer development files
 libsdl1.2debian - Simple DirectMedia Layer
 libsdl1.2debian-all - Simple DirectMedia Layer (with all available options)
 libsdl1.2debian-alsa - Simple DirectMedia Layer (with X11 and ALSA options)
 libsdl1.2debian-arts - Simple DirectMedia Layer (with X11 and aRts options)
 libsdl1.2debian-esd - Simple DirectMedia Layer (with X11 and esound options)
 libsdl1.2debian-nas - Simple DirectMedia Layer (with X11 and NAS options)
 libsdl1.2debian-oss - Simple DirectMedia Layer (with X11 and OSS options)
 libsdl1.2debian-pulseaudio - Simple DirectMedia Layer (with X11 and PulseAudio 
options)
 libsdl1.2debian-udeb - Simple DirectMedia Layer (with directfb graphics and no 
sound) (udeb)
Closes: 557711
Changes: 
 libsdl1.2 (1.2.14-1) experimental; urgency=low
 .
   [ Barry deFreese ]
   * New upstream release. (Closes: #557711).
 + Remove patches that are applied upstream or code changed.
 + Refresh remaining patches.
Checksums-Sha1: 
 3be04ccb7638b5307a4de27e4b7c4c5076e9f12f 1967 libsdl1.2_1.2.14-1.dsc
 ba625b4b404589b97e92d7acd165992debe576dd 4014154 libsdl1.2_1.2.14.orig.tar.gz
 f9b63b019ad25ad06468cf31ceb67eb2f2bd5414 305331 libsdl1.2_1.2.14-1.diff.gz
 596bbe1aa0e578ca4c5573daacd4e73e977ea692 20160 
libsdl1.2debian_1.2.14-1_i386.deb
 5564ddfd331c62422fe84a2997a5d8a615e627da 224918 
libsdl1.2debian-all_1.2.14-1_i386.deb
 7f05ba3e10c1751d5cf803433dd625405d2709fd 213370 
libsdl1.2debian-alsa_1.2.14-1_i386.deb
 a9f589514fb46d7fdfe3eeff13c92624737128fe 213602 
libsdl1.2debian-oss_1.2.14-1_i386.deb
 bccaf44f7cd08834393d1349480d7d1741e6c34f 211968 
libsdl1.2debian-esd_1.2.14-1_i386.deb
 ecfa2b9e47d3a77c03df675ad16b9c85c627cb19 211930 
libsdl1.2debian-arts_1.2.14-1_i386.deb
 7eac57ce20bd1d78785bfc030651e7a55cc92821 212212 
libsdl1.2debian-nas_1.2.14-1_i386.deb
 07fd855931b2be942411c16c2354c13d204d7fa2 212710 
libsdl1.2debian-pulseaudio_1.2.14-1_i386.deb
 37fa828e5e0462200e559f46baab2bf83369b045 118980 
libsdl1.2debian-udeb_1.2.14-1_i386.udeb
 17cbebfb15b4e1217aad51968bdaa7e560ec39f0 855782 libsdl1.2-dev_1.2.14-1_i386.deb
Checksums-Sha256: 
 80866adfc8cfed81585f98cf2c57043217276d8762ea310ed9ce456727181fa5 1967 
libsdl1.2_1.2.14-1.dsc
 5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6 4014154 
libsdl1.2_1.2.14.orig.tar.gz
 d55f774bd46078abeadb57ce32d4b7e41fa5b22260255a15efeafcd21a7277df 305331 
libsdl1.2_1.2.14-1.diff.gz
 bf7e35f8b0505fff02d212520006e02d81e1fab9afddd797b87d8badecb2958d 20160 
libsdl1.2debian_1.2.14-1_i386.deb
 5814cf991cd3a21d5d3b4e90677b560dad7b810abd870b9583ad21a19c7239bf 224918 
libsdl1.2debian-all_1.2.14-1_i386.deb
 c4a1316726bac341d82acf9ee031bacd034bc2fc7c05d93cb2baacad09635429 213370 
libsdl1.2debian-alsa_1.2.14-1_i386.deb
 24c8724808c7dc722ec3c66399ac157dfc6e6949b0386bf865a40dfabfcc1eea 213602 
libsdl1.2debian-oss_1.2.14-1_i386.deb
 0e3aed0ff55c8cfaf20a4e816c6718ef565aeeca6d9ee6268c704a0ac93ac958 211968 
libsdl1.2debian-esd_1.2.14-1_i386.deb
 91cad6ac2dfb84975b344b5fa8b6a1ac7ade66ffe665836303eb36fc196f2f12 211930 
libsdl1.2debian-arts_1.2.14-1_i386.deb
 5a50b3cddef8dd22a212a2c9dc2db4877a29b0d94a3e33a100b8b57d0fdd5585 212212 
libsdl1.2debian-nas_1.2.14-1_i386.deb
 d0df4ec47ba6668356b61ffea0ae20dfa267a62224eddea231e9f4502ac88eb3 212710 
libsdl1.2debian-pulseaudio_1.2.14-1_i386.deb
 5bc15eec07215631b837cd262a6d1ca5d74e90ed5543a4b46e619623fa81fb1b 118980 
libsdl1.2debian-udeb_1.2.14-1_i386.udeb
 2dbe3df8066c3756c3f5f94bb5cd070fd9e37b6d32f09d8a4f5c76b0ea4e2538 855782 
libsdl1.2-dev_1.2.14-1_i386.deb
Files: 
 fc628ea129ad6622a9de4044ba9ba3c4 1967 libs optional libsdl1.2_1.2.14-1.dsc
 e52086d1b508fa0b76c52ee30b55bec4 4014154 libs optional 
libsdl1.2_1.2.14.orig.tar.gz
 1f2c7c3444136655e7db7383b6ff8c08 305331 libs optional 
libsdl1.2_1.2.14-1.diff.gz
 f7b52562e607cd69a43d76d102f93b38 20160 libs optional 
libsdl1.2debian_1.2.14-1_i386.deb
 cdc5def1943957010eb3cf6e22a2fc5b 224918 libs optional 
libsdl1.2debian-all_1.2.14-1_i386.deb
 159ec0684abcd0858be7f2a108e59d06 213370 libs extra 
libsdl1.2debian-alsa_1.2.14-1_i386.deb
 2ee7cabc7553e3bfd0888c6c80b47bbd 213602 libs extra 
libsdl1.2debian-oss_1.2.14-1_i386.deb
 45bda3c0d06d9974a0297b2d98800bf5 211968 libs extra 
libsdl1.2debian-esd_1.2.14-1_i386.deb
 4b467ba88a567cb5e3b5ab892bc014bb 211930 libs extra 
libsdl1.2debian-arts_1.2.14-1_i386.deb
 31c681beec37a69982d4e2c9f050b070 212212 libs extra 
libsdl1.2debian-nas_1.2.14

elisa-plugins-good_0.3.5-2.2_amd64.changes REJECTED

2009-11-28 Thread Barry deFreese
Package was removed from unstable.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Pkg-gstreamer-maintainers mailing list
Pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gstreamer-maintainers


[Python-modules-team] python-managesieve_0.4+dfsg-1_amd64.changes REJECTED

2009-11-28 Thread Barry deFreese
Hello maintainer,

Please see the following notes with regards to python-managesieve:


Author: Mike O'Connor
Version: 0.4.dfsg-1
Timestamp: 2009-05-21 06:50:39.453938+00:00

REJECT

The license file indicates that several files are LGPL 2.1.  I don't find any
files which are under the LGPL.  I find files under the GPL, which isn't
mentioned.

stew



Also note: I wonder about using the Python license as written here.  This
license is arranges as an agreement between the Python Software Foundation and
the Licensee.  However I don't know what that does for our distributability, as
the Python Software Foundation isn't a copyright holder.  I DO see other
software packages in the archive that seem to be doing this, however.
Author: Alexander Reichle-Schmehl
Version: 0.4+dfsg-1
Timestamp: 2009-10-09 11:38:56.784379+00:00

Sound similar like the PHP thing, which we consider free but not fitting 
someone else but php/pear itself.

I think so far just no one noticed, but IMHO it doesn't work out.

Thank you,

Barry deFreese
Debian FTP Assistant



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team


Bug#557859: RM: net-snmp [kfreebsd-amd64 kfreebsd-i386] -- RORM; Needs sys/sched.h which is linux specific

2009-11-25 Thread Barry deFreese
tags 557859 + moreinfo

thank you

Aye, there appear to be lots of r(b)depends as well so this would be bad.

dak rm -nR -p -d 557859 -R -C package -m RORM; Needs sys/sched.h which is linux
specific -b -a kfreebsd-amd64,kfreebsd-i386 libsnmp-dev libsnmp15-dbg
libsnmp-base net-snmp tkmib libsnmp15 libsnmp-perl libsnmp-python snmpd snmp
Working... done.
Will remove the following packages from unstable:

libsnmp-dev | 5.4.1~dfsg-12 | kfreebsd-amd64, kfreebsd-i386
libsnmp-perl | 5.4.1~dfsg-12 | kfreebsd-amd64, kfreebsd-i386
libsnmp-python | 5.4.1~dfsg-12 | kfreebsd-amd64, kfreebsd-i386
 libsnmp15 | 5.4.1~dfsg-12 | kfreebsd-amd64, kfreebsd-i386
  snmp | 5.4.1~dfsg-12 | kfreebsd-amd64, kfreebsd-i386
 snmpd | 5.4.1~dfsg-12 | kfreebsd-amd64, kfreebsd-i386

Maintainer: Net-SNMP Packaging Team pkg-net-snmp-de...@lists.alioth.debian.org
Will also close bugs: 557859
Will also send CCs to: libsnmp-...@packages.debian.org,
libsnmp-...@packages.qa.debian.org, libsnmp15-...@packages.debian.org,
libsnmp15-...@packages.qa.debian.org, libsnmp-b...@packages.debian.org,
libsnmp-b...@packages.qa.debian.org, net-s...@packages.debian.org,
net-s...@packages.qa.debian.org, tk...@packages.debian.org,
tk...@packages.qa.debian.org, libsnm...@packages.debian.org,
libsnm...@packages.qa.debian.org, libsnmp-p...@packages.debian.org,
libsnmp-p...@packages.qa.debian.org, libsnmp-pyt...@packages.debian.org,
libsnmp-pyt...@packages.qa.debian.org, sn...@packages.debian.org,
sn...@packages.qa.debian.org, s...@packages.debian.org, 
s...@packages.qa.debian.org

--- Reason ---
RORM; Needs sys/sched.h which is linux specific
--

Checking reverse dependencies...
# Broken Depends:
cacti: cacti
cacti-spine: cacti-spine
cfgstoragemaker: cfgstoragemaker
cyrus-imapd-2.2: cyrus-common-2.2
fwbuilder: fwbuilder
hplip: hplip
kolab-cyrus-imapd: kolab-cyrus-common
libfwbuilder: libfwbuilder8
libsnmp-info-perl: libsnmp-info-perl
libsnmp-multi-perl: libsnmp-multi-perl
lustre: lustre-source
nagios-plugins: nagios-plugins-standard
net-snmp: tkmib
netmrg: netmrg
nut: nut-snmp
openipmi: openipmi
openser: openser-snmpstats-module
php5: php5-snmp
pynetsnmp: python-pynetsnmp
snimpy: snimpy
snmptrapfmt: snmptrapfmt
snmptt: snmptt
wmnd: wmnd-snmp

# Broken Build-Depends:
apcupsd: libsnmp-dev
asterisk: libsnmp-dev
cacti-spine: libsnmp9-dev |libsnmp-dev
collectd: libsnmp-dev |libsnmp9-dev
cpqarrayd: libsnmp-dev
cyrus-imapd-2.2: libsnmp-dev |libsnmp9-dev
freeradius: libsnmp-dev
fwbuilder: libsnmp-dev
gkrellm-snmp: libsnmp9-dev
heartbeat: libsnmp-dev
hplip: libsnmp-dev
ifstat: libsnmp-dev
kdeutils: libsnmp-dev
kolab-cyrus-imapd: libsnmp-dev |libsnmp9-dev
libfwbuilder: libsnmp-dev
libsnmp-info-perl: libsnmp-perl (= 5.1)
libsnmp-multi-perl: libsnmp-perl
lldpd: libsnmp-dev
lustre: libsnmp-dev
netmrg: libsnmp-dev
nut: libsnmp-dev |libsnmp9-dev
openhpi: libsnmp9-dev
openipmi: libsnmp-dev
openser: libsnmp-dev
pacemaker: libsnmp-dev
php5: libsnmp-dev
pynetsnmp: libsnmp-dev
snimpy: libsnmp-dev
snmptrapfmt: libsnmp-dev
wmnd: libsnmp-dev
xorp: libsnmp-dev
zabbix: libsnmp9-dev |libsnmp-dev

Dependency problem found.

Thank you,

Barry deFreese
Debian FTP Assistant



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: codeigniter

2009-11-23 Thread Barry deFreese
Carl Fürstenberg wrote:
 repost standard letter (bremner AzaToth: yeah, RFS every few weeks I guess.)
 
 Dear mentors,
 
 I am looking for a sponsor for my package codeigniter.
 
 * Package name: codeigniter
   Version : 1.7.2-1
   Upstream Author : EllisLab, Inc
 * URL : http://codeigniter.com/
 * License : custom
 (http://www.mail-archive.com/debian-le...@lists.debian.org/msg39307.html)
   Section : php
 
 It builds these binary packages:
 libphp-codeigniter - Web application framework
 libphp-codeigniter-dev - Web application framework - developement tools
 libphp-codeigniter-doc - Web application framework - documentation
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 471583
 
 My motivation for maintaining this package is: [fill in].
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/c/codeigniter
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/c/codeigniter/codeigniter_1.7.2-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  Carl Fürstenberg
 
 
Carl,

There are a few minor lintian issues with it:

bdefre...@bddebian3:~/debian/codeigniter$ lintian -I
/home/bdefreese/pbuild-unstable/result/codeigniter_1.7.2-1_i386.changes
I: codeigniter source: debian-watch-file-is-missing
I: codeigniter source: quilt-patch-missing-description 
no_set_header_on_error.patch
I: libphp-codeigniter-doc: copyright-with-old-dh-make-debian-copyright
I: libphp-codeigniter-dev: copyright-with-old-dh-make-debian-copyright
W: libphp-codeigniter-dev: wrong-section-according-to-package-name
libphp-codeigniter-dev = php
I: libphp-codeigniter: font-in-non-font-package
usr/share/codeigniter/system/fonts/texb.ttf
I: libphp-codeigniter: package-contains-empty-directory
usr/share/codeigniter/system/cache/
I: libphp-codeigniter: package-contains-empty-directory
usr/share/codeigniter/system/logs/
I: libphp-codeigniter: copyright-with-old-dh-make-debian-copyright

Also, reading the debian-legal thread I don't see anywhere on there that claims
the license is OK.  From what I see they say it fails DFSG #1 and DFSG #4.

Have you tried to contact upstream for a more acceptable license?

Thanks,

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: gdisk

2009-11-23 Thread Barry deFreese
Guillaume Delacour wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package gdisk.
 
 * Package name: gdisk
   Version : 0.5.0-1
   Upstream Author : Rod Smith rodsm...@rodsbooks.com
 * URL : http://sourceforge.net/projects/gptfdisk/
 * License : GPL-2
   Section : admin
 
 It builds these binary packages:
 gdisk  - GPT fdisk text-mode partitioning tool
 
 The package appears to be lintian clean.
 
 My motivation for maintaining this package is that i have an iMac with
 gpt partition table and gdisk save me many times when editing MBR (fdisk
 or parted bugs with GPT). GPT will be (soon ?) the next layout of
 partition table. Upstream have Debian package built with alien ; i would
 like to provide Debian standart packages in the main archive instead.
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/g/gdisk
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/g/gdisk/gdisk_0.5.0-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
 
Uploaded.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Fwd: ninja (updated package)

2009-11-22 Thread Barry deFreese
William Vera wrote:
 Hello mentors!
 I'm still looking for an upload for this package, can help me?
 
 Thanks!
 
 
 -- Forwarded message --
 From: William Vera bi...@billy.com.mx
 Date: Sat, Oct 31, 2009 at 10:00 PM
 Subject: ninja (updated package)
 To: debian-mentors debian-mentors@lists.debian.org
 
 
 Dear mentors,
 
 I am looking for a sponsor for the new version 0.1.2-4
 of my package ninja.
 
 It builds these binary packages:
 ninja  - Privilege escalation detection system for GNU/Linux
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 550545
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/n/ninja
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/n/ninja/ninja_0.1.2-4.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  William Vera
 
 --
 William Vera bi...@billy.com.mx
 PGP Key: 1024D/F5CC22A4
 Fingerprint: 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4
 
 
 
Uploaded.  Thanks.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: iptotal (updated package)

2009-11-20 Thread Barry deFreese
Ignace Mouzannar wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 0.3.3-10 of my package 
 iptotal.
 
 The package was converted to the 3.0 (quilt) packaging format.
 
 It builds these binary packages:
 iptotal- monitor for IP traffic, not requiring SNMP
 
 The package appears to be lintian clean (except for one intentional override).
 
 The upload would fix the following bug: 557165 (FTBFS on GNU/kFreeBSD)
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/i/iptotal
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/i/iptotal/iptotal_0.3.3-10.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards,
  Ignace Mouzannar
 
 
Uploaded, thanks.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: p2c (QA upload, RC bug fix)

2009-11-20 Thread Barry deFreese
Ruben Molina wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 1.21alpha2-3
 of my package p2c.
 
 It builds these binary packages:
 p2c- Pascal to C translator
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs:
 - 437730 (wishlist, nostrip)
 - 552828 (serious, qa-ftbfs-20091028)
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/p/p2c
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget
 http://mentors.debian.net/debian/pool/main/p/p2c/p2c_1.21alpha2-3.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  Ruben Molina
 
 
Uploaded, thank you!

Barry deFreese
Debian QA


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: windowlab (updated package)

2009-11-19 Thread Barry deFreese
Mats Erik Andersson wrote:
 onsdag den 18 november 2009 klockan 20:41 skrev Barry deFreese detta:
 Mats Erik Andersson wrote:
 Dear mentors,

 I am looking for a sponsor for the new version 1.38-1
 of my package windowlab.


 Mats,

 I'm looking at this but you do know that windowlab was removed from Debian,
 right?  Is it your intention to re-introduce this package?

 Thank you,

 Barry deFreese

 
 Hello Barry,
 
 yes I am aware of the fact that Windowlab has been first orphaned,
 and later removed from unstable. It is my hope to reintroduce the
 package again. My original ITA was logically changed to an ITP
 by the superintendant. The changelog reflects my two earlier, futile
 attempts in getting packages 1.34-2 and 1.37-1 to be considered.
 
 Now I am pleased to see a sign of scrutiny regarding this package.
 
 My regards,
 
   Mats Erik Andersson
 
 
Mats,

OK.  I'm normally not a huge stickler for lintian Informational warnings but the
first three of these are pretty easy to fix. (Well all of them are easy to fix
but..).  Could you please fix at least the first three and re-upload?

bdefre...@bddebian3:~/debian/windowlab$ lintian -I
/home/bdefreese/pbuild-unstable/result/windowlab_1.38-1_i386.changes
I: windowlab source: binary-control-field-duplicates-source field priority in
package windowlab
I: windowlab source: binary-control-field-duplicates-source field section in
package windowlab
I: windowlab source: binary-control-field-duplicates-source field homepage in
package windowlab
I: windowlab source: quilt-patch-missing-description 10_makefile.patch
I: windowlab source: quilt-patch-missing-description 20_manpage.patch


Thanks,

Barry


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: avifile (QA upload)

2009-11-19 Thread Barry deFreese
Yavor Doganov wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 1:0.7.48~20090503.ds-2
 of the orphaned package avifile.
 
 It builds these binary packages:
 avifile-divx-plugin - Divx4Linux video de/encoding plugin for
 libavifile
 avifile-mad-plugin - MAD - MPEG audio plugin for libavifile
 avifile-mjpeg-plugin - MJPEG video plugin for libavifile
 avifile-player - video player for AVI/ASF/WMF files
 avifile-utils - utility programs using the avifile library
 avifile-vorbis-plugin - Vorbis audio plugin for libavifile
 avifile-win32-plugin - Win32 audio/video plugin for libavifile
 avifile-xvid-plugin - XviD video encoding plugin for libavifile
 libavifile-0.7-dev - development header files for libavifile
 libavifile-0.7c2 - shared libraries for AVI read/writing
 
 The package appears to be lintian clean.
 
 This upload is supposed to fix FTBFS on ia64, thus finally making it
 available on all archs (pending builds on hppa and m68k).  I also
 converted it to 3.0 (quilt) format, although I'm not really sure if
 that's appropriate for QA-maintained packages.
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/a/avifile
 - Source repository: deb-src http://mentors.debian.net/debian unstable main
 - dget
 http://mentors.debian.net/debian/pool/main/a/avifile/avifile_0.7.48~20090503.ds-2.dsc
 
 I would be glad if someone uploaded this package for me.
 
 
I'm a little leary of a couple of the lintian over-rides but I have uploaded
your changes.

Thanks,

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: windowlab (updated package)

2009-11-19 Thread Barry deFreese
Mats Erik Andersson wrote:
 torsdag den 19 november 2009 klockan 10:53 skrev Barry deFreese detta:
 Mats Erik Andersson wrote:
 onsdag den 18 november 2009 klockan 20:41 skrev Barry deFreese detta:
 Mats Erik Andersson wrote:
 Dear mentors,

 I am looking for a sponsor for the new version 1.38-1
 of my package windowlab.


 Mats,

 I'm looking at this but you do know that windowlab was removed from Debian,
 right?  Is it your intention to re-introduce this package?

 Thank you,

 Barry deFreese

 Hello Barry,

 yes I am aware of the fact that Windowlab has been first orphaned,
 and later removed from unstable. It is my hope to reintroduce the
 package again. My original ITA was logically changed to an ITP
 by the superintendant. The changelog reflects my two earlier, futile
 attempts in getting packages 1.34-2 and 1.37-1 to be considered.

 Now I am pleased to see a sign of scrutiny regarding this package.

 My regards,

   Mats Erik Andersson


 Mats,

 OK.  I'm normally not a huge stickler for lintian Informational warnings but 
 the
 first three of these are pretty easy to fix. (Well all of them are easy to 
 fix
 but..).  Could you please fix at least the first three and re-upload?

 bdefre...@bddebian3:~/debian/windowlab$ lintian -I
 /home/bdefreese/pbuild-unstable/result/windowlab_1.38-1_i386.changes
 I: windowlab source: binary-control-field-duplicates-source field priority 
 in
 package windowlab
 I: windowlab source: binary-control-field-duplicates-source field section 
 in
 package windowlab
 I: windowlab source: binary-control-field-duplicates-source field homepage 
 in
 package windowlab
 I: windowlab source: quilt-patch-missing-description 10_makefile.patch
 I: windowlab source: quilt-patch-missing-description 20_manpage.patch


 Thanks,

 Barry

 
 Done! 
 New package same name. My Lintian did not catch these grunches
 in spite of -viI.
 
 Regards
 
Mats Erik Andersson
 
 
OK, uploaded. Thanks Mats.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



cl-babel_0.3.0+20090601-1_i386.changes REJECTED

2009-11-19 Thread Barry deFreese
Hello maintainer,

I am rejecting cl-babel.  Due to the nature of the BSD style license, all 
copyright holders must be listed in debian/copyright.  The following are 
missing:

src/enc-cp1251.lisp is (C) 2009 Andrey Moskvitin 
src/streams.lisp is (C) 2005-2007 Dr. Edmund Weitz and (C) 2008 Attila Lendvai.

Thank you,

Barry deFreese
Debian FTP Assistant



Reject Reasons:
cl-babel_0.3.0+20090601-1_i386.changes file already known to dak
cl-babel_0.3.0+20090601-1.dsc file already exists in the New directory.
cl-babel_0.3.0+20090601.orig.tar.gz file already exists in the New directory.
cl-babel_0.3.0+20090601-1.diff.gz file already exists in the New directory.
cl-babel_0.3.0+20090601-1_all.deb file already exists in the New directory.


===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel


Re: RFS: windowlab (updated package)

2009-11-18 Thread Barry deFreese
Mats Erik Andersson wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 1.38-1
 of my package windowlab.
 
 It builds these binary packages:
 windowlab  - Small and simple Amiga-like window manager
 
 The package appears to be lintian clean.
 It also builds well using pbuilder.
 
 The upload would fix these bugs: 545798
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/w/windowlab
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/w/windowlab/windowlab_1.38-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 
 Kind regards
 
  Mats Erik Andersson
 
 
Mats,

I'm looking at this but you do know that windowlab was removed from Debian,
right?  Is it your intention to re-introduce this package?

Thank you,

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted donkey-bolonkey 2008-1 (source i386)

2009-11-18 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 18 Nov 2009 18:30:26 +0100
Source: donkey-bolonkey
Binary: donkey-bolonkey
Architecture: source i386
Version: 2008-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 donkey-bolonkey - Game where you rescue donkeys
Closes: 496005 498810
Changes: 
 donkey-bolonkey (2008-1) unstable; urgency=low
 .
   [ Paul Wise ]
   * Update upstream homepage
 .
   [ Barry deFreese ]
   * New upstream release. (Closes: #498810).
   * Update my e-mail address.
   * Add watch file with comments about upstream naming.
   * Version GPL path in copyright and fix some syntax issues.
   * Add set -e in postinst.
   * Refresh patches against new source.
   * Bump Standards Version to 3.8.3. (No changes needed).
 .
   [ Evgeni Golov ]
   * Save hiscores to ~/.donkey-bolonkey.hi
 Closes: #496005
Checksums-Sha1: 
 1d0db500926ae27463e67e1376bd36384b8a07e8 1312 donkey-bolonkey_2008-1.dsc
 5a3bbfccb9a060636eb6efb9bc3d35f8ad243ee5 227717 
donkey-bolonkey_2008.orig.tar.gz
 87c2323aa987bec4fe8cd88dc73018bf2747ed01 5145 donkey-bolonkey_2008-1.diff.gz
 45d9f4b7d51d2b4707162214b448c0cf1b5cfca1 209752 donkey-bolonkey_2008-1_i386.deb
Checksums-Sha256: 
 2586e0d2bb7ec1b119ebf87419c18a56d5ceeb777f470e5e0ae77e260c222c06 1312 
donkey-bolonkey_2008-1.dsc
 d25d9475400ff0e732f6dcb050d697b0278d04833ca39cb0626cdc07dad2b45d 227717 
donkey-bolonkey_2008.orig.tar.gz
 0d548a425cc5992ea889670496ba7eff5c1b533d1e905e83d13398919ab65199 5145 
donkey-bolonkey_2008-1.diff.gz
 ac44a2308634ac2cf5041e117024ce5dd6e2faf818229d98abbc75157e2eced5 209752 
donkey-bolonkey_2008-1_i386.deb
Files: 
 cec14f57699129cba76e7d62518391cf 1312 games extra donkey-bolonkey_2008-1.dsc
 3b3f183c1ae130d1e2dc0c42aa33eebb 227717 games extra 
donkey-bolonkey_2008.orig.tar.gz
 8f5cd5bedaef58da0e18316cd084b587 5145 games extra 
donkey-bolonkey_2008-1.diff.gz
 55f4f2499774ba7d8bde17ef9dfd4884 209752 games extra 
donkey-bolonkey_2008-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksETiQACgkQ5ItltUs5T36wNwCgm9zEUeu7NsOlqtu+1Rd/b0vp
RsQAn1BDpo77H/O+TqJU5U8LI/nr4t2u
=G8Ud
-END PGP SIGNATURE-


Accepted:
donkey-bolonkey_2008-1.diff.gz
  to main/d/donkey-bolonkey/donkey-bolonkey_2008-1.diff.gz
donkey-bolonkey_2008-1.dsc
  to main/d/donkey-bolonkey/donkey-bolonkey_2008-1.dsc
donkey-bolonkey_2008-1_i386.deb
  to main/d/donkey-bolonkey/donkey-bolonkey_2008-1_i386.deb
donkey-bolonkey_2008.orig.tar.gz
  to main/d/donkey-bolonkey/donkey-bolonkey_2008.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#409421: Is Brian Nelson MIA (Was: Bug #409421 libqwt-dev: Please update to 5.0.2)

2009-11-18 Thread Barry deFreese
Andreas Tille wrote:
 Hi,
 
 the request for uploading a new upstream version is 2,5 years old and
 did not deserved a single response from the maintainer.  While this is a
 wishlist bug it should be fixed anyway because other packages depend
 from newer versions of this library.
 
 Similar situation with #350489 which is tagged patch but no response
 from maintainer seems that he has lost interest.  Leaving alone a
 library unmaintained might result in security issues.
 
 So I wonder whether it is time for an NMU or even a highjack of the
 package.
 
 Kind regards
 
 Andreas.
 
Andreas,

No he is not marked MIA.  In fact he has had some recent activity. (Bye the way,
MIA queries should go to m...@qa.debian.org.

Welcome to my world! :)

Thanks,

Barry deFreese
Debian QA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556940: RM: gtklookat -- RoQA; NPOASR, dead upstream, buggy, low popcon

2009-11-18 Thread Barry deFreese
Package: ftp.debian.org
Severity: normal


Hello,

Please see the following reasons for the removal request:

* Not part of a stable release.
* Upstream appears inactive.
* Buggy. (1 RC bug for missing dependency).
* Low popcon.

Discussed with maintainer.

Thank you,

Barry deFreese
Debian QA




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10541 - packages/trunk/donkey-bolonkey/debian

2009-11-18 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-18 19:37:42 + (Wed, 18 Nov 2009)
New Revision: 10541

Added:
   packages/trunk/donkey-bolonkey/debian/README.source
Modified:
   packages/trunk/donkey-bolonkey/debian/changelog
Log:
Add README.source for quilt.
Bump Standards version from 3.8.1. to 3.8.3.


Added: packages/trunk/donkey-bolonkey/debian/README.source
===
--- packages/trunk/donkey-bolonkey/debian/README.source 
(rev 0)
+++ packages/trunk/donkey-bolonkey/debian/README.source 2009-11-18 19:37:42 UTC 
(rev 10541)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/donkey-bolonkey/debian/changelog
===
--- packages/trunk/donkey-bolonkey/debian/changelog 2009-11-18 18:31:01 UTC 
(rev 10540)
+++ packages/trunk/donkey-bolonkey/debian/changelog 2009-11-18 19:37:42 UTC 
(rev 10541)
@@ -10,7 +10,7 @@
   * Version GPL path in copyright and fix some syntax issues.
   * Add set -e in postinst.
   * Refresh patches against new source.
-  * Bump Standards Version to 3.8.1.
+  * Bump Standards Version to 3.8.3. (No changes needed).
 
   [ Evgeni Golov ]
   * Save hiscores to ~/.donkey-bolonkey.hi


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10542 - packages/trunk/donkey-bolonkey/debian

2009-11-18 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-18 22:47:54 + (Wed, 18 Nov 2009)
New Revision: 10542

Modified:
   packages/trunk/donkey-bolonkey/debian/control
Log:
Actually change the standards version in control this time.


Modified: packages/trunk/donkey-bolonkey/debian/control
===
--- packages/trunk/donkey-bolonkey/debian/control   2009-11-18 19:37:42 UTC 
(rev 10541)
+++ packages/trunk/donkey-bolonkey/debian/control   2009-11-18 22:47:54 UTC 
(rev 10542)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Barry deFreese bdefre...@debian.org
 Build-Depends: debhelper (= 5), quilt, liballegro4.2-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.davidcapello.com.ar/dkbk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/donkey-bolonkey/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/donkey-bolonkey/?op=log


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10543 - packages/tags/donkey-bolonkey

2009-11-18 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-19 01:21:44 + (Thu, 19 Nov 2009)
New Revision: 10543

Added:
   packages/tags/donkey-bolonkey/2008-1/
Log:
[svn-buildpackage] Tagging donkey-bolonkey (2008-1)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Re: Is Brian Nelson MIA (Was: Bug #409421 libqwt-dev: Please update to 5.0.2)

2009-11-18 Thread Barry deFreese
Andreas Tille wrote:
 Hi,
 
 the request for uploading a new upstream version is 2,5 years old and
 did not deserved a single response from the maintainer.  While this is a
 wishlist bug it should be fixed anyway because other packages depend
 from newer versions of this library.
 
 Similar situation with #350489 which is tagged patch but no response
 from maintainer seems that he has lost interest.  Leaving alone a
 library unmaintained might result in security issues.
 
 So I wonder whether it is time for an NMU or even a highjack of the
 package.
 
 Kind regards
 
 Andreas.
 
Andreas,

No he is not marked MIA.  In fact he has had some recent activity. (Bye the way,
MIA queries should go to m...@qa.debian.org.

Welcome to my world! :)

Thanks,

Barry deFreese
Debian QA


-- 
To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533817: muparser: FTBFS on Debian GNU/Hurd [Patch]

2009-11-17 Thread Barry deFreese
Gudjon I. Gudjonsson wrote:
 Hi Barry
 Version 1.30-1 has just been uploaded do Debian. Can you please test if 
 it 
 works on hurd?
  I really don't like to patch configure with such a big patch but I would 
 like to solve the problem. In case version 1.30 doesn't work, are you willing 
 to do some testing if I contact the upstream author?
 
 Regards
 Gudjon
 
Gudjon,

Doesn't look like it unfortunately:

checking for nm... nm
checking if make is GNU make... yes
configure: error: unknown system type i486-pc-gnu.
make: *** [config.status] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


I can do some testing for you or I can give you access to one of my Hurd boxes.
 Either way.

Thanks!

Barry deFreese



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: vrfy (updated, QA upload)

2009-11-16 Thread Barry deFreese
Ignace Mouzannar wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package vrfy.
 
 The format of this package is 3.0 (quilt).
 
 * Package name: vrfy
   Version : 990522-5
   Upstream Author : Eric Wassenaar, Nikhef-H, e...@nikhef.nl
 * URL : http://www.sepp.ee.ethz.ch/sepp/vrfy-990522-to.html
 * License : BSD
   Section : mail
 
 It builds these binary packages:
 vrfy   - Verify electronic mail addresses
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 337201 (minor) , 405761 (important)
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/v/vrfy
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/v/vrfy/vrfy_990522-5.dsc
 
 I would be glad if someone reviewed/uploaded this package for me.
 
 Kind regards
  Ignace Mouzannar
 
 
Uploaded, thank you.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: e2tools (updated package, New maintainer)

2009-11-16 Thread Barry deFreese
William Vera wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version 0.0.16-6
 of my package e2tools.
 
 It builds these binary packages:
 e2tools- utilities for manipulating files in an ext2/ext3 filesystem
 
 The package appears to be lintian clean.
 
 The upload would fix these bugs: 540918
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/e/e2tools
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/e/e2tools/e2tools_0.0.16-6.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards
  William Vera
 
 
Uploaded.  Thanks!

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted sdl-image1.2 1.2.10-1 (source i386)

2009-11-16 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 16 Nov 2009 14:30:11 -0500
Source: sdl-image1.2
Binary: libsdl-image1.2 libsdl-image1.2-dev
Architecture: source i386
Version: 1.2.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian SDL packages maintainers 
pkg-sdl-maintain...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 libsdl-image1.2 - image loading library for Simple DirectMedia Layer 1.2
 libsdl-image1.2-dev - development files for SDL 1.2 image loading libray
Changes: 
 sdl-image1.2 (1.2.10-1) unstable; urgency=low
 .
   [ Barry deFreese ]
   * Have SDL Team take over maintenance.
 + With permission from Michael Koch.
 + Thanks to Michael for all of his previous work.
   * Add myself to uploaders.
   * Add VCS tags.
   * New upstream release.
Checksums-Sha1: 
 ae72d41a4ed6a8c2435878971399b7ccda8bf5db 1310 sdl-image1.2_1.2.10-1.dsc
 6bae71fdfd795c3dbf39f6c7c0cf8b212914ef97 1332906 
sdl-image1.2_1.2.10.orig.tar.gz
 ef782f0a0d326e524c2cae63834f2c3d2508db0d 10379 sdl-image1.2_1.2.10-1.diff.gz
 af95dacc8f8c5b1e46f394a7b9c7772bd241a535 32260 
libsdl-image1.2_1.2.10-1_i386.deb
 92ab2935655590213581344ccc3b584abdc6a38e 37176 
libsdl-image1.2-dev_1.2.10-1_i386.deb
Checksums-Sha256: 
 7fd97aee9462e841f4febf1cdce76d99558b98b450921451fda40aa4f6302652 1310 
sdl-image1.2_1.2.10-1.dsc
 75e05d1e95f6277b44797157d9e25a908ba8d08a393216ffb019b0d74de11876 1332906 
sdl-image1.2_1.2.10.orig.tar.gz
 a3fe5a054ec012e286e95e7de2abd31c95010a8298e7a9473bd4fe8bf596c726 10379 
sdl-image1.2_1.2.10-1.diff.gz
 12ab6d160afab6dc69144c86b19d6507ddad5f7a4b58b7488ac5aa12281b5418 32260 
libsdl-image1.2_1.2.10-1_i386.deb
 1f66a325c9de18553708462e54cef95cfab0c270f1cfc26d5c9b93b80873407b 37176 
libsdl-image1.2-dev_1.2.10-1_i386.deb
Files: 
 cc2f4f70fc8e56a619996f8b5da5b77e 1310 libs optional sdl-image1.2_1.2.10-1.dsc
 6c06584b31559e2b59f2b982d0d1f628 1332906 libs optional 
sdl-image1.2_1.2.10.orig.tar.gz
 1dc1c2cd6c8749f06ec28c267854ae9a 10379 libs optional 
sdl-image1.2_1.2.10-1.diff.gz
 fd0432d2b52f3e82e8ee52da19bf 32260 libs optional 
libsdl-image1.2_1.2.10-1_i386.deb
 b98977625ac935069c2ac8999ff60ec8 37176 libdevel optional 
libsdl-image1.2-dev_1.2.10-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksBs/EACgkQ5ItltUs5T34iHgCg3nBWaOtsUqnxBK1g5Nup8Gbm
RzwAn0OJ9+zNax2LXGxXz+4qDZfXbdYZ
=epwJ
-END PGP SIGNATURE-


Accepted:
libsdl-image1.2-dev_1.2.10-1_i386.deb
  to main/s/sdl-image1.2/libsdl-image1.2-dev_1.2.10-1_i386.deb
libsdl-image1.2_1.2.10-1_i386.deb
  to main/s/sdl-image1.2/libsdl-image1.2_1.2.10-1_i386.deb
sdl-image1.2_1.2.10-1.diff.gz
  to main/s/sdl-image1.2/sdl-image1.2_1.2.10-1.diff.gz
sdl-image1.2_1.2.10-1.dsc
  to main/s/sdl-image1.2/sdl-image1.2_1.2.10-1.dsc
sdl-image1.2_1.2.10.orig.tar.gz
  to main/s/sdl-image1.2/sdl-image1.2_1.2.10.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: AM report for Andrea Veri andrea.ver...@gmail.com

2009-11-16 Thread Barry deFreese
Hi,

I have also done a little work with Andrea both in Ubuntu and Debian.  (As well
as him bugging me for uploads of the mozext packages :) ).

I also think he would be a good addition.

Thanks!

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-newmaint-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: iptotal (updated package, adopting)

2009-11-15 Thread Barry deFreese
Ignace Mouzannar wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package iptotal.
 
 * Package name: iptotal
   Version : 0.3.3-9
   Upstream Author : Antoine Megens webmas...@dingetje.homeip.net
 * URL : http://sourceforge.net/projects/iptotal
 * License : GPL-2
   Section : admin
 
 It builds these binary packages:
 iptotal- monitor for IP traffic, not requiring SNMP
 
 The package appears to be lintian clean (except for one intentional override).
 
 The upload would fix these bugs: 553536 (RC - serious), 317260
 (wishlist) and 473843 (ITA)
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/i/iptotal
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/i/iptotal/iptotal_0.3.3-9.dsc
 
 I would be glad if someone reviewed/uploaded this package for me.
 
 Kind regards,
  Ignace Mouzannar
 
 
Hi Ignace,

Seems to be one issue (and one minor).

bdefre...@bddebian3:~/debian/iptotal$ lintian -I
/home/bdefreese/pbuild-unstable/result/iptotal_0.3.3-9_i386.changes
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/15Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/16Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/17Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/18Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/15Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/16Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/17Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/18Dec2001.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_2hr.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_day.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_month.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_week.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_year.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_2hr.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_day.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_month.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_week.png
W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_year.png
I: iptotal: unused-override package-contains-empty-directory
usr/lib/iptotal/archive/

Otherwise it looks fine to me.

Thanks,

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: iptotal (updated package, adopting)

2009-11-15 Thread Barry deFreese
Ignace Mouzannar wrote:
 Hi Barry,
 
 Thank you for reviewing my package.
 
 On Sun, Nov 15, 2009 at 23:57, Barry deFreese bdefre...@debian.org wrote:
 Hi Ignace,

 Seems to be one issue (and one minor).

 bdefre...@bddebian3:~/debian/iptotal$ lintian -I
 /home/bdefreese/pbuild-unstable/result/iptotal_0.3.3-9_i386.changes
snip

 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_year.png
 
 I was unable to reproduce this on my machine. Nevertheless, I have
 edited the debian/rules file to deal with these files. It must be
 fixed now.
 

Are you running lintian on your .changes file after building in pbuilder (or
cowbuilder, etc)?

 I: iptotal: unused-override package-contains-empty-directory
 usr/lib/iptotal/archive/
 
 I intentionally had this folder created upon installation (adding a
 lintian override), as this is not done by iptotal(8) itself. Should I
 proceed differently?
 

That's fine but the message seems to indicate that the dir isn't actually there.
 Is the dir really there?

 Otherwise it looks fine to me.

 Thanks,
 
 Thank you for your review.
 
 I have just uploaded a new version on m.d.n [1]
 
 Kind regards,
  Ignace M
 
 [1] The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/i/iptotal
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/i/iptotal/iptotal_0.3.3-9.dsc
 

Barry


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: iptotal (updated package, adopting)

2009-11-15 Thread Barry deFreese
Ignace Mouzannar wrote:
 Hi Barry,
 
 Thank you for reviewing my package.
 
 On Sun, Nov 15, 2009 at 23:57, Barry deFreese bdefre...@debian.org wrote:
 Hi Ignace,

 Seems to be one issue (and one minor).

 bdefre...@bddebian3:~/debian/iptotal$ lintian -I
 /home/bdefreese/pbuild-unstable/result/iptotal_0.3.3-9_i386.changes
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/15Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/16Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/17Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/18Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/15Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/16Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/17Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/archive/18Dec2001.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_2hr.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_day.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_month.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_week.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/eth_year.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_2hr.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_day.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_month.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_week.png
 W: iptotal: image-file-in-usr-lib usr/lib/iptotal/images/eth_year.png
 
 I was unable to reproduce this on my machine. Nevertheless, I have
 edited the debian/rules file to deal with these files. It must be
 fixed now.
 
 I: iptotal: unused-override package-contains-empty-directory
 usr/lib/iptotal/archive/
 
 I intentionally had this folder created upon installation (adding a
 lintian override), as this is not done by iptotal(8) itself. Should I
 proceed differently?
 
 Otherwise it looks fine to me.

 Thanks,
 
 Thank you for your review.
 
 I have just uploaded a new version on m.d.n [1]
 
 Kind regards,
  Ignace M
 
 [1] The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/i/iptotal
 - Source repository: deb-src http://mentors.debian.net/debian unstable
 main contrib non-free
 - dget 
 http://mentors.debian.net/debian/pool/main/i/iptotal/iptotal_0.3.3-9.dsc
 
 
Ignore that last e-mail, uploaded. Thanks!

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted openvrml 0.18.3~svn4006-0.1 (source all i386)

2009-11-15 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 Oct 2009 20:12:27 -0400
Source: openvrml
Binary: libopenvrml9 libopenvrml-dev libopenvrml-doc openvrml-lookat
Architecture: source all i386
Version: 0.18.3~svn4006-0.1
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) sam+...@zoy.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 libopenvrml-dev - developer libraries for openvrml
 libopenvrml-doc - documentation for openvrml
 libopenvrml9 - runtime shared library for VRML
 openvrml-lookat - VRML viewer
Closes: 336526 490334 534055
Changes: 
 openvrml (0.18.3~svn4006-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release.
 + Bump binary package names for new SONAME.
 + Pull from svn because it includes fixes for gcc and boost 1.40.
 + Refresh patches for new source, remove all unecessary ones.
 + Uses less memory on build. (Closes: #336526).
 + Add build-depends: libgtkglext1-dev, libltdl-dev, libdbus-glib-1-dev
 + Added the following build-deps to build the docs:
   + graphviz, texlive-base-bin, texlive-latex-base, ghostscript.
   * Replace libxul-dev build-dep with xulrunner-dev. (Closes: #490334).
   * Build with openjdk-6-jdk instead of gcj. (Closes: #534055).
   * Add JAVA_HOME in debian/rules. (/usr/lib/jvm/java-6-openjdk).
   * Add README.source for quilt.
   * Add watch file.
   * Remove duplicate sections in control.
   * Bump debhelper build-dep and compat to 5.
   * Bump Standards Version to 3.8.3.
Checksums-Sha1: 
 8bee45cd2f2aebea7de29d694eeb651155a3b889 1779 openvrml_0.18.3~svn4006-0.1.dsc
 809de4ac629d464dd7f258d3158e1e15a722a2ec 1843873 
openvrml_0.18.3~svn4006.orig.tar.gz
 445cbe9afeec4e102980cf7a84532267a9d1cb07 13843 
openvrml_0.18.3~svn4006-0.1.diff.gz
 f2c45028b4bc3f941565ad87b5fa08aa488e874c 4409616 
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
 a9300f3c2a4cb0f7b1265c16a62a09fe42c0ec32 1171628 
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
 1e6340df2086ad56ead7130306660bcce0dbbd47 1790066 
libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
 c27dee9de0d96310dbc5a40b15d0d94a6b6f5f9d 202224 
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
Checksums-Sha256: 
 e12c6c23c0f3ecccd684190193e341153fede36cfe5116980d7b635d222a821a 1779 
openvrml_0.18.3~svn4006-0.1.dsc
 9ee053f140e341ca17f4b723b77133be1671827809974606f0e269fa2e97fe7c 1843873 
openvrml_0.18.3~svn4006.orig.tar.gz
 6a9309d25e087029d74037f57baf74e0bd7a7b123ca45e9a3b077442a73c9362 13843 
openvrml_0.18.3~svn4006-0.1.diff.gz
 bbc7a746c11b57bec5a0d4893c5160165ba495441a32f5d602363c71d2a10dcc 4409616 
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
 90ff011b135816f80eb57e902aa605aef5ea14fd222d3a9b0688909cfb550781 1171628 
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
 8e6879b40127b9602b21fcf51e390dbd54bca8ddfe3073b542406fd49452c23f 1790066 
libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
 079c753ab2d515ee4cea142e31f46650c032794b0eaca05c73098aefe3ae0712 202224 
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
Files: 
 022110187c7f5ab3388b3ac6557256c1 1779 libs optional 
openvrml_0.18.3~svn4006-0.1.dsc
 a9cbf4ad53e3c0edc5c634e896062eec 1843873 libs optional 
openvrml_0.18.3~svn4006.orig.tar.gz
 89ddfd7afd8f443e6eadf49d0e80abef 13843 libs optional 
openvrml_0.18.3~svn4006-0.1.diff.gz
 3b178b139693ac32ca4501921efd9ac1 4409616 doc optional 
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
 ecc072afea2df5bc1ab83d9866457120 1171628 libs optional 
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
 f3dd6089c3088922dbdf32a1625faafb 1790066 libdevel optional 
libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
 b4400684a1d39381622c536803252468 202224 x11 optional 
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrkhdYACgkQ5ItltUs5T366QgCgptzAxId6JPMPzNkzRGgTSHcL
xR0An38zMbVOArMe2DAbpz9ils+5ZSNH
=RrK5
-END PGP SIGNATURE-


Accepted:
libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml-dev_0.18.3~svn4006-0.1_i386.deb
libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
  to main/o/openvrml/libopenvrml-doc_0.18.3~svn4006-0.1_all.deb
libopenvrml9_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/libopenvrml9_0.18.3~svn4006-0.1_i386.deb
openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
  to main/o/openvrml/openvrml-lookat_0.18.3~svn4006-0.1_i386.deb
openvrml_0.18.3~svn4006-0.1.diff.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.diff.gz
openvrml_0.18.3~svn4006-0.1.dsc
  to main/o/openvrml/openvrml_0.18.3~svn4006-0.1.dsc
openvrml_0.18.3~svn4006.orig.tar.gz
  to main/o/openvrml/openvrml_0.18.3~svn4006.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libtpclient-py 0.3.2-2 (source all)

2009-11-15 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Nov 2009 21:40:39 -0500
Source: libtpclient-py
Binary: python-tp-client
Architecture: source all
Version: 0.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 python-tp-client - Thousand Parsec Python client library
Closes: 547830
Changes: 
 libtpclient-py (0.3.2-2) unstable; urgency=low
 .
   [ Barry deFreese ]
   * Fix up debian/rules to build with Python2.6. (Closes: #547830).
 + Thanks to Jonathan Wiltshire for the patch.
   * Add README.source for quilt.
   * Bump Standards Version to 3.8.3. (No changes needed).
Checksums-Sha1: 
 b74b2e6b2cfa5dcf407646a8c5f60a5c4ac920c8 1430 libtpclient-py_0.3.2-2.dsc
 f3bdec952c63d65ce3c743766341e443e35fbc5f 8319 libtpclient-py_0.3.2-2.diff.gz
 c84694dbaec3768a0cb9fbcc7fabe78a7c2a6691 76028 python-tp-client_0.3.2-2_all.deb
Checksums-Sha256: 
 c4c17fa594ea9a6e465da58b78500bf43df667d54224da2c8e7f0bb2ecdad85e 1430 
libtpclient-py_0.3.2-2.dsc
 cafa6a457f2406a5c52710573bdd5dffb7277ee8b09bc0bfa6b28450663df0f3 8319 
libtpclient-py_0.3.2-2.diff.gz
 a0971273f86438976a17205cccb2ba11bdecf07aac3d30a5a9a0c4678f1ed656 76028 
python-tp-client_0.3.2-2_all.deb
Files: 
 cf04d9eef5b9c91c92e22c88153a3ca5 1430 python extra libtpclient-py_0.3.2-2.dsc
 465a46ec237be56ae2e6cb4bb16e922f 8319 python extra 
libtpclient-py_0.3.2-2.diff.gz
 5ff60ef5c852fa89f6143657ad89ba7b 76028 python extra 
python-tp-client_0.3.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksAw4cACgkQ5ItltUs5T36q4QCfZCxRP/zqZA3fdyWu5SfpKBc6
iqcAoJB3pUeOs4i/klPJ9BArxNRI3QWV
=vegW
-END PGP SIGNATURE-


Accepted:
libtpclient-py_0.3.2-2.diff.gz
  to main/libt/libtpclient-py/libtpclient-py_0.3.2-2.diff.gz
libtpclient-py_0.3.2-2.dsc
  to main/libt/libtpclient-py/libtpclient-py_0.3.2-2.dsc
python-tp-client_0.3.2-2_all.deb
  to main/libt/libtpclient-py/python-tp-client_0.3.2-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10533 - packages/trunk/libtpclient-py/debian

2009-11-15 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-16 02:43:35 + (Mon, 16 Nov 2009)
New Revision: 10533

Added:
   packages/trunk/libtpclient-py/debian/README.source
Modified:
   packages/trunk/libtpclient-py/debian/changelog
   packages/trunk/libtpclient-py/debian/control
   packages/trunk/libtpclient-py/debian/rules
Log:
  * Fix up debian/rules to build with Python2.6. (Closes: #547830).
+ Thanks to Jonathan Wiltshire for the patch.
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3. (No changes needed).


Added: packages/trunk/libtpclient-py/debian/README.source
===
--- packages/trunk/libtpclient-py/debian/README.source  
(rev 0)
+++ packages/trunk/libtpclient-py/debian/README.source  2009-11-16 02:43:35 UTC 
(rev 10533)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/libtpclient-py/debian/changelog
===
--- packages/trunk/libtpclient-py/debian/changelog  2009-11-15 15:33:14 UTC 
(rev 10532)
+++ packages/trunk/libtpclient-py/debian/changelog  2009-11-16 02:43:35 UTC 
(rev 10533)
@@ -1,3 +1,13 @@
+libtpclient-py (0.3.2-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Fix up debian/rules to build with Python2.6. (Closes: #547830).
++ Thanks to Jonathan Wiltshire for the patch.
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Sun, 15 Nov 2009 21:40:39 -0500
+
 libtpclient-py (0.3.2-1) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/libtpclient-py/debian/control
===
--- packages/trunk/libtpclient-py/debian/control2009-11-15 15:33:14 UTC 
(rev 10532)
+++ packages/trunk/libtpclient-py/debian/control2009-11-16 02:43:35 UTC 
(rev 10533)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 5), quilt (= 0.40)
 Build-Depends-Indep: python-support (= 0.6.4), python-all-dev, 
python-tp-netlib (= 0.2.4), python-pkg-resources
 XS-Python-Version: all
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.thousandparsec.net/tp/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libtpclient-py/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/libtpclient-py/?op=log

Modified: packages/trunk/libtpclient-py/debian/rules
===
--- packages/trunk/libtpclient-py/debian/rules  2009-11-15 15:33:14 UTC (rev 
10532)
+++ packages/trunk/libtpclient-py/debian/rules  2009-11-16 02:43:35 UTC (rev 
10533)
@@ -5,6 +5,7 @@
 #export DH_VERBOSE=1
 
 include /usr/share/quilt/quilt.make
+-include /usr/share/python/python.mk
 
 PYVERS=$(shell pyversions -r)
 
@@ -37,19 +38,19 @@
dh_clean 
rm -rf build
 
-install: build
+install-%-stamp: build
dh_testdir
dh_testroot
-   dh_clean -k 
 
-   set -e; \
-   for PYTHON in $(PYVERS); do

r10534 - packages/trunk/libtpclient-py/debian

2009-11-15 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-16 03:01:21 + (Mon, 16 Nov 2009)
New Revision: 10534

Modified:
   packages/trunk/libtpclient-py/debian/rules
Log:
Fix paths in rules.


Modified: packages/trunk/libtpclient-py/debian/rules
===
--- packages/trunk/libtpclient-py/debian/rules  2009-11-16 02:43:35 UTC (rev 
10533)
+++ packages/trunk/libtpclient-py/debian/rules  2009-11-16 03:01:21 UTC (rev 
10534)
@@ -59,9 +59,9 @@
dh_compress
dh_fixperms
dh_pysupport
-   chmod +x 
debian/python-tp-client/usr/share/python-support/python-tp-client/tp/client/pyscheme/all_tests.py
-   chmod +x 
debian/python-tp-client/usr/share/python-support/python-tp-client/tp/client/pyscheme/scheme.py
-   chmod +x 
debian/python-tp-client/usr/share/python-support/python-tp-client/tp/client/pyscheme/test_scheme.py
+   chmod +x 
debian/python-tp-client/usr/share/pyshared/tp/client/pyscheme/all_tests.py
+   chmod +x 
debian/python-tp-client/usr/share/pyshared/tp/client/pyscheme/scheme.py
+   chmod +x 
debian/python-tp-client/usr/share/pyshared/tp/client/pyscheme/test_scheme.py
dh_installdeb
dh_gencontrol
dh_md5sums


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


r10535 - packages/tags/libtpclient-py

2009-11-15 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-16 03:22:13 + (Mon, 16 Nov 2009)
New Revision: 10535

Added:
   packages/tags/libtpclient-py/0.3.2-2/
Log:
[svn-buildpackage] Tagging libtpclient-py (0.3.2-2)


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


Accepted holotz-castle 1.3.14-2 (source all i386)

2009-11-13 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 09:12:48 -0500
Source: holotz-castle
Binary: holotz-castle holotz-castle-data holotz-castle-editor
Architecture: source all i386
Version: 1.3.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 holotz-castle - platform game with high doses of mystery
 holotz-castle-data - platform game with high doses of mystery - data files
 holotz-castle-editor - platform game with high doses of mystery - level editor
Closes: 552900
Changes: 
 holotz-castle (1.3.14-2) unstable; urgency=low
 .
   [ Barry deFreese ]
   * 11_dirent64.patch-JFS.cpp change dirent64 to dirent. (Closes: #552900).
   * Add README.source for quilt.
   * Bump Standards Version to 3.8.3. (No changes needed).
Checksums-Sha1: 
 09daae43ad672db287b3c9d6110500ac2f16eade 1494 holotz-castle_1.3.14-2.dsc
 deab5e1a3ed8112ffb809081652def74936b1b12 26618 holotz-castle_1.3.14-2.diff.gz
 cd9a677e0c26fe5c08d5b40a53461da317eff35a 3480688 
holotz-castle-data_1.3.14-2_all.deb
 596d72a407967a247c31257f115ffe44df5b9981 92034 holotz-castle_1.3.14-2_i386.deb
 c10ca6f5b975336ab227d4ea80fcb63a87bc 99810 
holotz-castle-editor_1.3.14-2_i386.deb
Checksums-Sha256: 
 063cc49e2270e792e67fe2a2eeb15e860dda2b3c66c2fc1c8e46fd82a8666fbb 1494 
holotz-castle_1.3.14-2.dsc
 5563801dda14a6a46fc0e5f9e5d0c730d9f3938346190917e5ddbef0792acceb 26618 
holotz-castle_1.3.14-2.diff.gz
 547ed798a8ed980d41465044f511c478e847cb3a3cc418b2975bd46b4d68b9fb 3480688 
holotz-castle-data_1.3.14-2_all.deb
 8eb84e139cf210e58d527596aa04aece7786b5d6759ddc24edb4ed29ca6a9a48 92034 
holotz-castle_1.3.14-2_i386.deb
 ffa34927a5948eeec270076bc4655aec8399b0986bdf5c586ab5b6c9865c 99810 
holotz-castle-editor_1.3.14-2_i386.deb
Files: 
 da9262558ee99caa40fa3c9b325d6435 1494 games optional holotz-castle_1.3.14-2.dsc
 25d576aa8750ccdc15f313d4b1c00414 26618 games optional 
holotz-castle_1.3.14-2.diff.gz
 ee08e1794fde882b393164e760af22e8 3480688 games optional 
holotz-castle-data_1.3.14-2_all.deb
 f2eb0455139e4f6b9c3e5e151c701d16 92034 games optional 
holotz-castle_1.3.14-2_i386.deb
 db85b5517f7be05fc25de1f1894a19a7 99810 games optional 
holotz-castle-editor_1.3.14-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkr9c5oACgkQ5ItltUs5T35eKQCfUgt2NTnVvrjWdrzticePwhAb
k08AniDdw9r8Z67Uq3sCdSGVDk9u1Qgm
=QDJ+
-END PGP SIGNATURE-


Accepted:
holotz-castle-data_1.3.14-2_all.deb
  to main/h/holotz-castle/holotz-castle-data_1.3.14-2_all.deb
holotz-castle-editor_1.3.14-2_i386.deb
  to main/h/holotz-castle/holotz-castle-editor_1.3.14-2_i386.deb
holotz-castle_1.3.14-2.diff.gz
  to main/h/holotz-castle/holotz-castle_1.3.14-2.diff.gz
holotz-castle_1.3.14-2.dsc
  to main/h/holotz-castle/holotz-castle_1.3.14-2.dsc
holotz-castle_1.3.14-2_i386.deb
  to main/h/holotz-castle/holotz-castle_1.3.14-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ketm 0.0.6-22 (source all i386)

2009-11-13 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 12:11:15 -0500
Source: ketm
Binary: ketm ketm-data
Architecture: source all i386
Version: 0.0.6-22
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 ketm   - old school 2D-scrolling shooter
 ketm-data  - graphics and audio data for ketm
Closes: 486486 554983
Changes: 
 ketm (0.0.6-22) unstable; urgency=low
 .
   [ Shams Fantar ]
   * Fixing homepage address and download address. (Closes: #486486)
 .
   [ Barry deFreese ]
   * Update my e-mail address in uploaders.
   * Update 000_build_system.diff to include MATHLIB. (Closes: #554983).
 + Refresh 010_rebootstrap.diff.
   * Update watch file to use sf redirector.
   * Add README.source for quilt.
   * Bump Standards Version to 3.8.3. (No changes needed).
Checksums-Sha1: 
 85f4b21ae556e9f02ab80e9837a17390debf78e2 1332 ketm_0.0.6-22.dsc
 bf38d715848f12b2936f072d84f25dd29ff12a2c 123656 ketm_0.0.6-22.diff.gz
 c37139cda4cfa586f555bb64ef3c624d7051cffd 2232316 ketm-data_0.0.6-22_all.deb
 54537bb861965d64dd3ae70fa3547c3cf6e4b400 68816 ketm_0.0.6-22_i386.deb
Checksums-Sha256: 
 b0c103e49a02abe7c1b13230a18389e436abfdd37067730494ce2e5a32b3c13d 1332 
ketm_0.0.6-22.dsc
 da5f9e08e62db8e7da0d9eec9897ef2f38a98ce988a508009cd1a461c4ab546c 123656 
ketm_0.0.6-22.diff.gz
 7f703d90203a34fe99bcc90db959e5582cfdd3805a0dd44c032effd5c3b9d165 2232316 
ketm-data_0.0.6-22_all.deb
 94aedaa15160fd30dd3884134f8a2110fec0206a8d1c5145c16f40e2c576b8af 68816 
ketm_0.0.6-22_i386.deb
Files: 
 81bf27ca4923ff5a465d7fae8477ace6 1332 games optional ketm_0.0.6-22.dsc
 fde53edb48e22cf4989921f904b180bf 123656 games optional ketm_0.0.6-22.diff.gz
 b1dccebc10711e6fe1b98f190ee86676 2232316 games optional 
ketm-data_0.0.6-22_all.deb
 5a990dedf591fd9d133417412b239555 68816 games optional ketm_0.0.6-22_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkr9saUACgkQ5ItltUs5T35dzgCfR2dp8juiEO0mAnDVDhfSsmKC
po8An2v3NMUV5EkiSVe4nrFbxwIX2vsD
=FWY8
-END PGP SIGNATURE-


Accepted:
ketm-data_0.0.6-22_all.deb
  to main/k/ketm/ketm-data_0.0.6-22_all.deb
ketm_0.0.6-22.diff.gz
  to main/k/ketm/ketm_0.0.6-22.diff.gz
ketm_0.0.6-22.dsc
  to main/k/ketm/ketm_0.0.6-22.dsc
ketm_0.0.6-22_i386.deb
  to main/k/ketm/ketm_0.0.6-22_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted powermanga 0.90-dfsg-2 (source all i386)

2009-11-13 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 14:28:30 -0500
Source: powermanga
Binary: powermanga powermanga-data
Architecture: source all i386
Version: 0.90-dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 powermanga - vertical shoot 'em up with colourful 3D graphics
 powermanga-data - graphics and audio data for powermanga
Closes: 419572 455227 485021 556072
Changes: 
 powermanga (0.90-dfsg-2) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * Add missing context to the 020_copyright.diff patch, so as to prevent
 an FTBFS with the new “3.0 (quilt)” source package format, thanks to
 Raphaël Hertzog for the notice (Closes: #485021).
 .
   [ Barry deFreese ]
   * Update my e-mail address.
   * 005_link_libm.diff - Add -lm to LDFLAGS. (Closes: #556072).
   * 030_manpage_typo.diff - Fix typo in manpage. (Closes: #455227).
   * Update postinst to make powermanga setgid games. (Closes: #419572).
 + Thanks to Javier Fernández-Sanguino Peña for the fix.
   * Add dversionmangle in watch file to remove -dfsg version.
   * Add set -e to postrm.
   * Clean the quilt dir on clean.
   * Add README.source for quilt.
   * Bump Standards Version to 3.8.3. (No changes needed).
Checksums-Sha1: 
 6268d6141e49b0c68af4ec3f603b2a5d8b39c529 1474 powermanga_0.90-dfsg-2.dsc
 4dc7fb8114f6d6084c9ff86c0dcc1e862cb51cca 8924 powermanga_0.90-dfsg-2.diff.gz
 85e73f3867fa61945df0694a1bf1a892f2668b6d 10527084 
powermanga-data_0.90-dfsg-2_all.deb
 debb78f17c681268fb4edaf36ba115ad6eabe05e 121870 powermanga_0.90-dfsg-2_i386.deb
Checksums-Sha256: 
 bcfb36404d492a20100df4b9c98608445c8d5baca330dcaeae86c4974e96a0b8 1474 
powermanga_0.90-dfsg-2.dsc
 39bd2928e3bfe4113964acf36b12d32486b9bc260425c43b7c146566b167ead7 8924 
powermanga_0.90-dfsg-2.diff.gz
 09bd28a7ea876a61fd91608c67f7bdb3e8812586a4202d9c99d7c553fcbe1fb7 10527084 
powermanga-data_0.90-dfsg-2_all.deb
 941b97b04aef307eee31a86a85e5e321541b8ddf374fdcc388ffd846e6f38254 121870 
powermanga_0.90-dfsg-2_i386.deb
Files: 
 0d22424e3719cf3c815e452b735ce91d 1474 games optional powermanga_0.90-dfsg-2.dsc
 dcdea03cfb99e60ea1c75c73646b7f9d 8924 games optional 
powermanga_0.90-dfsg-2.diff.gz
 7b603589dd234d764f7d3d3b0bc4a391 10527084 games optional 
powermanga-data_0.90-dfsg-2_all.deb
 a76adc58f25d3fd84f19b228da672d12 121870 games optional 
powermanga_0.90-dfsg-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkr9vvMACgkQ5ItltUs5T35iLwCfYzWVEBDKHyvwcFDySPH/vDqS
oNEAoPJtsh3DuvSmdCYm6ZP+g5Mt66V+
=y26z
-END PGP SIGNATURE-


Accepted:
powermanga-data_0.90-dfsg-2_all.deb
  to main/p/powermanga/powermanga-data_0.90-dfsg-2_all.deb
powermanga_0.90-dfsg-2.diff.gz
  to main/p/powermanga/powermanga_0.90-dfsg-2.diff.gz
powermanga_0.90-dfsg-2.dsc
  to main/p/powermanga/powermanga_0.90-dfsg-2.dsc
powermanga_0.90-dfsg-2_i386.deb
  to main/p/powermanga/powermanga_0.90-dfsg-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tecnoballz 0.92-3 (source all i386)

2009-11-13 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 16:32:58 -0500
Source: tecnoballz
Binary: tecnoballz tecnoballz-data
Architecture: source all i386
Version: 0.92-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 tecnoballz - breaking block game ported from the Amiga platform
 tecnoballz-data - graphic, sound and music files for the game tecnoballz
Closes: 409718 484973 535422
Changes: 
 tecnoballz (0.92-3) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Set Maintainer to Debian Games Team
 + With permission from maintainer.
 + Thanks to Alexis Sukrieh for all the previous work.
   * debian/control: Add Vcs-* fields
   * debian/control: Add Homepage field
   * tecnoballs.postinst: make scorefile writable by games group
 (Closes: #409718)
   * add watch file
 .
   [ Barry deFreese ]
   * Add myself to uploaders.
   * Move changes to quilt. (Closes: #484973).
   * 020_level_data.diff - Include levels-data.xml file.
   * 030_texts_dir.diff - Includes texts subdir in build.
   * Move desktop file and icon under debian/ dir.
   * Add autoconf and automake to build-deps and autoreconf on build.
   * Clean up rules file and use .install files.
   * Add set -e to maintainer scripts.
   * Remove bashism (echo -e) from debian/rules. (Closes: #535422).
   * Bump debhelper build-dep and compat to 5.
   * Bump Standards Version to 3.8.3.
 + Menu policy transition.
Checksums-Sha1: 
 242c9aac3158defc85ab6614d55d2ae88b0aa3b9 1487 tecnoballz_0.92-3.dsc
 848fc4ba1471978267ce9abb9c77dcd21cef002b 10516 tecnoballz_0.92-3.diff.gz
 4a6a71adb8dca345adf814f37d54de492c4f5487 1761706 tecnoballz-data_0.92-3_all.deb
 034321d318a363d940ef49bca154c30a5b861ea6 177154 tecnoballz_0.92-3_i386.deb
Checksums-Sha256: 
 4db8d6c09ff28453c49e3d7c0254ff9d4831de87ef9dff7cd8c3395c5e5505d1 1487 
tecnoballz_0.92-3.dsc
 c3339b5a80304590a8e6bfac7c9978333b78d0c869e9089e02355dddfc9390ce 10516 
tecnoballz_0.92-3.diff.gz
 6ecf5f5044586eea398b5642081f79b46ed568964ab40eba42cc1f99ead836e5 1761706 
tecnoballz-data_0.92-3_all.deb
 a56f8763eca7d8dc542176246ecd1e7ef91edfce514e044dddebb604264e8e5e 177154 
tecnoballz_0.92-3_i386.deb
Files: 
 be0ea2b95dd0c8fe8e7fde28b25423e3 1487 games optional tecnoballz_0.92-3.dsc
 b88348a8c80e20ba9c06cc70b9aa2916 10516 games optional tecnoballz_0.92-3.diff.gz
 2cfb6cd1ac059dbccf60df74d9cfed0f 1761706 games optional 
tecnoballz-data_0.92-3_all.deb
 fdc0ea6bece71b1b0f7dc642586790b4 177154 games optional 
tecnoballz_0.92-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkr92AIACgkQ5ItltUs5T35esgCdE2ih4En+W1+8frc89jU9Vpkz
ELcAoL/jWcWO7KkglyMz4wJ2Nrkg4hOI
=I6M1
-END PGP SIGNATURE-


Accepted:
tecnoballz-data_0.92-3_all.deb
  to main/t/tecnoballz/tecnoballz-data_0.92-3_all.deb
tecnoballz_0.92-3.diff.gz
  to main/t/tecnoballz/tecnoballz_0.92-3.diff.gz
tecnoballz_0.92-3.dsc
  to main/t/tecnoballz/tecnoballz_0.92-3.dsc
tecnoballz_0.92-3_i386.deb
  to main/t/tecnoballz/tecnoballz_0.92-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r10507 - in packages/trunk/holotz-castle/debian: . patches

2009-11-13 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-13 14:50:47 + (Fri, 13 Nov 2009)
New Revision: 10507

Added:
   packages/trunk/holotz-castle/debian/README.source
   packages/trunk/holotz-castle/debian/patches/11_dirent64.patch
Modified:
   packages/trunk/holotz-castle/debian/changelog
   packages/trunk/holotz-castle/debian/control
   packages/trunk/holotz-castle/debian/patches/series
Log:
  * 11_dirent64.patch-JFS.cpp change dirent64 to dirent. (Closes: #552900).
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3. (No changes needed).


Added: packages/trunk/holotz-castle/debian/README.source
===
--- packages/trunk/holotz-castle/debian/README.source   
(rev 0)
+++ packages/trunk/holotz-castle/debian/README.source   2009-11-13 14:50:47 UTC 
(rev 10507)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/holotz-castle/debian/changelog
===
--- packages/trunk/holotz-castle/debian/changelog   2009-11-13 14:28:54 UTC 
(rev 10506)
+++ packages/trunk/holotz-castle/debian/changelog   2009-11-13 14:50:47 UTC 
(rev 10507)
@@ -1,3 +1,12 @@
+holotz-castle (1.3.14-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * 11_dirent64.patch-JFS.cpp change dirent64 to dirent. (Closes: #552900).
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Fri, 13 Nov 2009 09:12:48 -0500
+
 holotz-castle (1.3.14-1) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/holotz-castle/debian/control
===
--- packages/trunk/holotz-castle/debian/control 2009-11-13 14:28:54 UTC (rev 
10506)
+++ packages/trunk/holotz-castle/debian/control 2009-11-13 14:50:47 UTC (rev 
10507)
@@ -5,7 +5,7 @@
 Uploaders: Miriam Ruiz little_m...@yahoo.es, Barry deFreese 
bdefre...@debian.org
 Build-Depends: debhelper (= 5.0.0), dpkg-dev (= 1.13.19), quilt,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.mainreactor.net/holotzcastle/en/index_en.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/holotz-castle/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/holotz-castle/?op=log

Added: packages/trunk/holotz-castle/debian/patches/11_dirent64.patch
===
--- packages/trunk/holotz-castle/debian/patches/11_dirent64.patch   
(rev 0)
+++ packages/trunk/holotz-castle/debian/patches/11_dirent64.patch   
2009-11-13 14:50:47 UTC (rev 10507)
@@ -0,0 +1,15 @@
+Index: holotz-castle-1.3.14/JLib/JLib/Util/JFS.cpp
+===
+--- holotz-castle-1.3.14.orig/JLib/JLib/Util/JFS.cpp   2009-11-13 
09:12:02.0 -0500
 holotz-castle-1.3.14/JLib/JLib/Util/JFS.cpp2009-11-13 
09

r10509 - packages/trunk/ketm/debian

2009-11-13 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-13 18:25:08 + (Fri, 13 Nov 2009)
New Revision: 10509

Added:
   packages/trunk/ketm/debian/README.source
Modified:
   packages/trunk/ketm/debian/changelog
   packages/trunk/ketm/debian/control
   packages/trunk/ketm/debian/watch
Log:
  * Update my e-mail address in uploaders.
  * Update watch file to use sf redirector.
  * Add README.source for quilt.
  * Bump Standards Version to 3.8.3. (No changes needed).
Refresh the changelog.


Added: packages/trunk/ketm/debian/README.source
===
--- packages/trunk/ketm/debian/README.source(rev 0)
+++ packages/trunk/ketm/debian/README.source2009-11-13 18:25:08 UTC (rev 
10509)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/ketm/debian/changelog
===
--- packages/trunk/ketm/debian/changelog2009-11-13 16:26:51 UTC (rev 
10508)
+++ packages/trunk/ketm/debian/changelog2009-11-13 18:25:08 UTC (rev 
10509)
@@ -1,9 +1,16 @@
 ketm (0.0.6-22) unstable; urgency=low
 
+  [ Shams Fantar ]
   * Fixing homepage address and download address. (Closes: #486486)
 
- -- Shams Fantar sfan...@snurf.info  Mon, 15 Jun 2009 20:09:00 +0200
+  [ Barry deFreese ]
+  * Update my e-mail address in uploaders.
+  * Update watch file to use sf redirector.
+  * Add README.source for quilt.
+  * Bump Standards Version to 3.8.3. (No changes needed).
 
+ -- Barry deFreese bdefre...@debian.org  Fri, 13 Nov 2009 12:11:15 -0500
+
 ketm (0.0.6-21) unstable; urgency=low
 
   [ Paul Wise ]

Modified: packages/trunk/ketm/debian/control
===
--- packages/trunk/ketm/debian/control  2009-11-13 16:26:51 UTC (rev 10508)
+++ packages/trunk/ketm/debian/control  2009-11-13 18:25:08 UTC (rev 10509)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org,
- Barry deFreese bddeb...@comcast.net,
+ Barry deFreese bdefre...@debian.org,
  Ansgar Burchardt ans...@43-1.org
 Build-Depends: debhelper (= 5.0), quilt, libsdl1.2-dev, imagemagick
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://sourceforge.net/projects/ketm-gg
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ketm/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ketm/?op=log

Modified: packages/trunk/ketm/debian/watch
===
--- packages/trunk/ketm/debian/watch2009-11-13 16:26:51 UTC (rev 10508)
+++ packages/trunk/ketm/debian/watch2009-11-13 18:25:08 UTC (rev 10509)
@@ -1,3 +1,3 @@
 version=3
 
-http://www.landshut.org/bnla01/members/wh/ketm/ketm-(.*)\.tar\.bz2
+http://sf.net/ketm-gg/ketm-([\d.]+)\.tar\.bz2


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg

r10512 - in packages/trunk/ketm/debian: . patches

2009-11-13 Thread Barry deFreese
Author: bdefreese
Date: 2009-11-13 19:14:47 + (Fri, 13 Nov 2009)
New Revision: 10512

Modified:
   packages/trunk/ketm/debian/changelog
   packages/trunk/ketm/debian/patches/000_build_system.diff
   packages/trunk/ketm/debian/patches/010_rebootstrap.diff
Log:
  * Update 000_build_system.diff to include MATHLIB. (Closes: #554983).
+ Refresh 010_rebootstrap.diff.


! The diff was too big and was omitted from this mail !
The command

svn diff -r 10511:10512 .

typed in the updated working copy will allow you to see the diff

Also this link should allow you to see the differences in a browser:

http://svn.debian.org/wsvn/pkg-games?op=compcompare%5b%5d=...@10511compare%5b%5d=...@10512


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits


<    1   2   3   4   5   6   7   8   9   10   >