Bug#380704: Please stop Build-Depending on automake

2006-09-05 Thread Karl Bartel

Hi Karl,

You're one of the last holdouts for this transition. So you said in
your previous email you would upload near the end of August. Will you
upload soon, or can I NMU your black-box?


You can NMU. I'm terribly sorry for being slow and as well as giving  
you a false estimate.


-- Karl




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#380704: Please stop Build-Depending on automake

2006-09-05 Thread Eric Dorland
* Karl Bartel ([EMAIL PROTECTED]) wrote:
 Hi Karl,
 
 You're one of the last holdouts for this transition. So you said in
 your previous email you would upload near the end of August. Will you
 upload soon, or can I NMU your black-box?
 
 You can NMU. I'm terribly sorry for being slow and as well as giving  
 you a false estimate.

Don't sweat it. I've uploaded the NMU. 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#380704: Please stop Build-Depending on automake

2006-09-04 Thread Eric Dorland
Hi Karl,

You're one of the last holdouts for this transition. So you said in
your previous email you would upload near the end of August. Will you
upload soon, or can I NMU your black-box? 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#380704: Please stop Build-Depending on automake

2006-08-04 Thread Karl Bartel
Thanks for the bug report and patch. I'll fix it in the next upload,  
which will probably be done near the end of this month.


-- Karl

On 01.08.2006, at 04:10, Eric Dorland wrote:


Package: black-box
Severity: wishlist
Tags: patch

The automake maintainer is working towards reclaiming the automake
package name, which currently rests on automake1.4, the oldest version
of automake. Your package Build-Depends on automake, hence this bug
report. Please see http://wiki.debian.org/AutomakeTransition for more
information on this transition.

Your package appears to work with the latest automake1.9 package.
Attached is a patch to update the build-dependency.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
black-box.diff




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#380704: Please stop Build-Depending on automake

2006-07-31 Thread Eric Dorland
Package: black-box
Severity: wishlist
Tags: patch

The automake maintainer is working towards reclaiming the automake
package name, which currently rests on automake1.4, the oldest version
of automake. Your package Build-Depends on automake, hence this bug
report. Please see http://wiki.debian.org/AutomakeTransition for more
information on this transition.

Your package appears to work with the latest automake1.9 package. 
Attached is a patch to update the build-dependency.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -u black-box-1.4.6/debian/changelog black-box-1.4.6/debian/changelog
--- black-box-1.4.6/debian/changelog
+++ black-box-1.4.6/debian/changelog
@@ -1,3 +1,10 @@
+black-box (1.4.6-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build with automake1.9
+
+ -- James Westby [EMAIL PROTECTED]  Fri, 23 Jun 2006 17:57:14 +0100
+
 black-box (1.4.6-2) unstable; urgency=low
 
   * libpng3-dev was missing again somehow, readded it
diff -u black-box-1.4.6/debian/rules black-box-1.4.6/debian/rules
--- black-box-1.4.6/debian/rules
+++ black-box-1.4.6/debian/rules
@@ -12,6 +12,7 @@
 configure-stamp:
dh_testdir
# Add here commands to configure the package.
+   aclocal
automake
autoconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --bindir=\$${prefix}/games
diff -u black-box-1.4.6/debian/control black-box-1.4.6/debian/control
--- black-box-1.4.6/debian/control
+++ black-box-1.4.6/debian/control
@@ -3,7 +3,7 @@
 Section: games
 Maintainer: Karl Bartel [EMAIL PROTECTED]
 Standards-Version: 3.5.9
-Build-Depends: debhelper, automake, autoconf, libsdl1.2-dev (= 1.2.2-3.1), 
libsdl-mixer1.2-dev (= 1.2.0-1.1), libpng3-dev
+Build-Depends: debhelper, automake1.9, autoconf, libsdl1.2-dev (= 1.2.2-3.1), 
libsdl-mixer1.2-dev (= 1.2.0-1.1), libpng3-dev
 
 Package: black-box
 Architecture: any