Your message dated Sun, 16 Oct 2005 06:47:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322515: fixed in allegro4.1 2:4.1.15-6
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Aug 2005 05:48:09 +0000
>From [EMAIL PROTECTED] Wed Aug 10 22:48:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mknod.org [209.223.236.42] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E35vE-0005cl-00; Wed, 10 Aug 2005 22:48:08 -0700
Received: from quux.mknod.org (adsl-68-93-43-141.dsl.rcsntx.swbell.net
[68.93.43.141])
by mknod.org (Postfix) with ESMTP id D93D216B4BD;
Thu, 11 Aug 2005 00:48:07 -0500 (CDT)
Received: by quux.mknod.org (Postfix, from userid 1000)
id 5EDD678010; Thu, 11 Aug 2005 00:48:06 -0500 (CDT)
Date: Thu, 11 Aug 2005 00:48:06 -0500
From: Graham Wilson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: patch for NMU
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
X-Reportbug-Version: 3.15
X-GPG-Fingerprint: A0A7 AE54 665D 6446 F2D9 81FF 8B94 031D 7F75 635F
X-GPG-Key: http://mknod.org/~graham/public.asc
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: allegro4.1
Severity: normal
Tags: patch
Attached is the patch for the recent NMU.
--
gram
--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff
diff -Naur allegro4.1-4.1.15/debian/changelog
allegro4.1-4.1.15.nmu/debian/changelog
--- allegro4.1-4.1.15/debian/changelog 2005-08-11 00:29:14.000000000 -0500
+++ allegro4.1-4.1.15.nmu/debian/changelog 2005-08-10 10:53:28.000000000
-0500
@@ -1,3 +1,15 @@
+allegro4.1 (2:4.1.15-5.1) unstable; urgency=medium
+
+ * NMU with maintainer permission.
+
+ * Make the -dev package depend on libxxf86dga-dev. (closes: #320258)
+ * Build against libjack0.100.0-dev, instead of libjack0.80.0-dev.
+ (closes: #317177)
+ * Fix source to compile with gcc 4.0. (closes: #285080)
+ * Apply patch to compile on freebsd-i386. (closes: #320485)
+
+ -- Graham Wilson <[EMAIL PROTECTED]> Wed, 10 Aug 2005 04:45:27 +0000
+
allegro4.1 (2:4.1.15-5) unstable; urgency=medium
* This upload to fixes a problem in the ARM package due to a 2.6 kernel
diff -Naur allegro4.1-4.1.15/debian/control allegro4.1-4.1.15.nmu/debian/control
--- allegro4.1-4.1.15/debian/control 2005-08-11 00:29:14.000000000 -0500
+++ allegro4.1-4.1.15.nmu/debian/control 2005-08-10 10:53:11.000000000
-0500
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), texinfo, libesd0-dev, libxext-dev,
libx11-dev, libxpm-dev, libxt-dev, xlibs-static-pic, xlibs-static-dev,
svgalibg1-dev [i386], libasound2-dev (>= 0.9), libartsc0-dev, libjack0.80.0-dev
+Build-Depends: debhelper (>= 4.0), texinfo, libesd0-dev, libxext-dev,
libx11-dev, libxpm-dev, libxt-dev, xlibs-static-pic, xlibs-static-dev,
svgalibg1-dev [i386], libasound2-dev (>= 0.9) [!kfreebsd-i386 !hurd-i386],
libartsc0-dev, libjack0.100.0-dev
Standards-Version: 3.6.1.1
Package: liballegro4.1
@@ -27,7 +27,7 @@
Package: liballegro-dev
Section: libdevel
Architecture: any
-Depends: liballegro4.1 (= ${Source-Version}), libxext-dev, libx11-dev,
libxpm-dev, xlibs-static-pic, xlibs-static-dev
+Depends: liballegro4.1 (= ${Source-Version}), libxext-dev, libx11-dev,
libxpm-dev, xlibs-static-pic, xlibs-static-dev, libxxf86dga-dev
Provides: liballegro3.9.37-dev, liballegro-dev-common
Conflicts: liballegro-dev-common, liballegro4a (<< 2:4.0.3-5)
Replaces: liballegro-dev-common, liballegro4a (<< 2:4.0.3-5)
diff -Naur allegro4.1-4.1.15/src/gui.c allegro4.1-4.1.15.nmu/src/gui.c
--- allegro4.1-4.1.15/src/gui.c 2004-07-30 08:36:24.000000000 -0500
+++ allegro4.1-4.1.15.nmu/src/gui.c 2005-08-09 23:44:54.000000000 -0500
@@ -1771,6 +1771,7 @@
}
+static int shutdown_single_menu(MENU_PLAYER *, int *);
/* update_menu:
* Updates the status of a menu player object returned by init_menu(),
@@ -1784,7 +1785,6 @@
*/
int update_menu(MENU_PLAYER *player)
{
- static int shutdown_single_menu(MENU_PLAYER *, int *);
MENU_PLAYER *i;
int c, c2;
diff -Naur allegro4.1-4.1.15/src/sound.c allegro4.1-4.1.15.nmu/src/sound.c
--- allegro4.1-4.1.15/src/sound.c 2004-07-30 08:36:24.000000000 -0500
+++ allegro4.1-4.1.15.nmu/src/sound.c 2005-08-09 23:44:54.000000000 -0500
@@ -25,7 +25,7 @@
-extern DIGI_DRIVER digi_none;
+static DIGI_DRIVER digi_none;
--sm4nu43k4a2Rpi4c--
---------------------------------------
Received: (at 322515-close) by bugs.debian.org; 16 Oct 2005 13:48:15 +0000
>From [EMAIL PROTECTED] Sun Oct 16 06:48:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ER8qx-0005dw-00; Sun, 16 Oct 2005 06:47:07 -0700
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322515: fixed in allegro4.1 2:4.1.15-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 16 Oct 2005 06:47:07 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 7
Source: allegro4.1
Source-Version: 2:4.1.15-6
We believe that the bug you reported is fixed in the latest version of
allegro4.1, which is due to be installed in the Debian FTP archive:
allegro-demo_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/allegro-demo_4.1.15-6_i386.deb
allegro-examples_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/allegro-examples_4.1.15-6_i386.deb
allegro4.1_4.1.15-6.diff.gz
to pool/main/a/allegro4.1/allegro4.1_4.1.15-6.diff.gz
allegro4.1_4.1.15-6.dsc
to pool/main/a/allegro4.1/allegro4.1_4.1.15-6.dsc
liballegro-dev_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro-dev_4.1.15-6_i386.deb
liballegro-doc_4.1.15-6_all.deb
to pool/main/a/allegro4.1/liballegro-doc_4.1.15-6_all.deb
liballegro4.1-plugin-arts_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-arts_4.1.15-6_i386.deb
liballegro4.1-plugin-esd_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-esd_4.1.15-6_i386.deb
liballegro4.1-plugin-jack_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-jack_4.1.15-6_i386.deb
liballegro4.1-plugin-svgalib_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-svgalib_4.1.15-6_i386.deb
liballegro4.1_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1_4.1.15-6_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated
allegro4.1 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 16 Oct 2005 12:33:29 +0200
Source: allegro4.1
Binary: liballegro-dev liballegro4.1-plugin-svgalib liballegro4.1-plugin-arts
allegro-demo liballegro-doc liballegro4.1-plugin-jack liballegro4.1-plugin-esd
liballegro4.1 allegro-examples
Architecture: source i386 all
Version: 2:4.1.15-6
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description:
allegro-demo - cool game, demonstrating power of the Allegro library
allegro-examples - example programs and demo tools for the Allegro library
liballegro-dev - development files for the Allegro library
liballegro-doc - documentation for the Allegro library
liballegro4.1 - portable library for cross-platform game and multimedia
developme
liballegro4.1-plugin-arts - aRts audio plugin for the Allegro library
liballegro4.1-plugin-esd - esd audio plugin for the Allegro library
liballegro4.1-plugin-jack - JACK audio plugin for the Allegro library
liballegro4.1-plugin-svgalib - SVGAlib video plugin for the Allegro library
Closes: 285080 290055 317177 318363 320258 320485 322515 322709 331083
Changes:
allegro4.1 (2:4.1.15-6) unstable; urgency=low
.
* Acknowledge NMU, thanks to Graham Wilson (Closes: #285080, #317177,
Closes: #318363, #320258, #320485, #322515).
.
* debian/control:
+ Set policy to 3.6.2.1.
+ Build-depend on libxxf86dga-dev and libxxf86vm-dev.
+ Make the -dev package depend on libxxf86vm-dev, too.
+ Made allegro-demo depend on x-terminal-emulator.
* debian/rules:
+ Disabled the debug version of the library. The different soname made
it difficult to use, and popcon only reports my installs.
+ Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_GNU_CPU.
* debian/copyright:
+ Added Shawnâs copyright mention (Closes: #290055).
.
* configure.in makefile.in allegro-config:
+ Removed all _pic linking hacks that are no longer required with Xorg,
which make the build use libxxf86dga again (Closes: #322709).
* src/misc/modexgfx.s src/i386/iblit8.s iblit16.s iblit24.s iblit32.s:
+ Fixed assembly code to make newer gcc happy (Closes: #331083).
Files:
72155e472b711ac6f14d21cbf67a47eb 984 devel optional allegro4.1_4.1.15-6.dsc
f16373c0bbcf389a3502cbf164ab31d2 45633 devel optional
allegro4.1_4.1.15-6.diff.gz
fc2ac0f336397d7ad83d27d7730bb90c 1241056 doc optional
liballegro-doc_4.1.15-6_all.deb
a0740ff912e310974df059824a06ddba 479770 libs optional
liballegro4.1_4.1.15-6_i386.deb
b920d2738099fc14784b0368c7512829 865474 libdevel optional
liballegro-dev_4.1.15-6_i386.deb
a4d52a19298955004d9f0b6d8814f684 5284 libs optional
liballegro4.1-plugin-jack_4.1.15-6_i386.deb
d9aa5821bdacaaf0a935bb1441ecbf94 4664 libs optional
liballegro4.1-plugin-esd_4.1.15-6_i386.deb
379303e59219a7a18291961af056d0e0 4500 libs optional
liballegro4.1-plugin-arts_4.1.15-6_i386.deb
ae81258b4e9e60c4c0c2cf5b55e1e0e7 6350 libs optional
liballegro4.1-plugin-svgalib_4.1.15-6_i386.deb
ee685160a005607ad2c3a9c2e034df4b 107254 games optional
allegro-demo_4.1.15-6_i386.deb
94107e49bb6ce4ccd7fdcdd26514e599 340250 utils optional
allegro-examples_4.1.15-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDUlSZfPP1rylJn2ERAhMUAJ41ncmNa65N2Sp7OpVK2rpzz2bAMQCfWg5A
LD1Pz5U5AwfNWZiJwTr82wQ=
=6+Nr
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]