Your message dated Sat, 09 Aug 2014 21:36:45 +0000
with message-id <[email protected]>
and subject line Bug#757585: fixed in smpeg 0.4.5+cvs20030824-6
has caused the Debian Bug report #757585,
regarding smpeg: FTBFS on arm64 (autoconf outdated)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
757585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: smpeg
Version: 0.4.5+cvs20030824-5
Severity: normal
Tags: patch
User: [email protected]
Usertag: arm64


This package does not build on the new arm64 architecture (which has
just been added to the main archive). This is because it's autoconf
config.sub/guess files are too old.

This package is one of hundreds which need autoconf updates in order
to build on new architectures such as arm64, mips64el, ppc64el and
or1k. Reasons why reautoconfing is the recommended was to deal with
the general case of this problem, as well as details for maintainers
are covered in https://wiki.debian.org/Autoreconf

As you can see, a plain reautoconf works fine on this package so long
as the flavour is given as 'foreign' (meaning that it is not a GNU
project and thus does not have to have a NEWS file, etc), and is a
clean and simple patch, so I've prepared an NMU and uploaded it to
DELAYED/7. Please feel free to tell me if I should delay it longer.

This package blocks approx 200 builds (see
https://people.debian.org/~wookey/bootstrap/blockerlist) so I would
like to upload it faster than 7 days if that's OK with you?

Wookey
diff -Nru smpeg-0.4.5+cvs20030824/debian/changelog smpeg-0.4.5+cvs20030824/debian/changelog
--- smpeg-0.4.5+cvs20030824/debian/changelog	2013-02-17 22:30:17.000000000 +0000
+++ smpeg-0.4.5+cvs20030824/debian/changelog	2014-08-09 14:17:36.000000000 +0000
@@ -1,3 +1,10 @@
+smpeg (0.4.5+cvs20030824-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Use dh-autoreconf during build to update for new architectures
+
+ -- Wookey <[email protected]>  Sat, 09 Aug 2014 14:16:24 +0000
+
 smpeg (0.4.5+cvs20030824-5) unstable; urgency=low
 
   * Add libsmpeg-dev.preinst to remove /usr/share/doc/libsmpeg-dev symlink to
diff -Nru smpeg-0.4.5+cvs20030824/debian/control smpeg-0.4.5+cvs20030824/debian/control
--- smpeg-0.4.5+cvs20030824/debian/control	2012-05-10 22:10:44.000000000 +0000
+++ smpeg-0.4.5+cvs20030824/debian/control	2014-08-09 14:18:57.000000000 +0000
@@ -5,6 +5,7 @@
 Section: libs
 Priority: optional
 Build-Depends: debhelper (>= 9~),
+               dh-autoreconf,
                libsdl1.2-dev (>= 1.2.2-3.1),
                libgtk2.0-dev,
                libglib2.0-dev
diff -Nru smpeg-0.4.5+cvs20030824/debian/rules smpeg-0.4.5+cvs20030824/debian/rules
--- smpeg-0.4.5+cvs20030824/debian/rules	2012-01-21 16:30:46.000000000 +0000
+++ smpeg-0.4.5+cvs20030824/debian/rules	2014-08-09 14:36:41.000000000 +0000
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export AUTOMAKE=automake --foreign
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	# Work around aclocal.m4 getting patched before others

--- End Message ---
--- Begin Message ---
Source: smpeg
Source-Version: 0.4.5+cvs20030824-6

We believe that the bug you reported is fixed in the latest version of
smpeg, which is due to be installed in the Debian FTP archive.

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.
Manuel A. Fernandez Montecelo <[email protected]> (supplier of updated smpeg 
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: SHA512

Format: 1.8
Date: Sat, 09 Aug 2014 18:40:11 +0100
Source: smpeg
Binary: libsmpeg0 libsmpeg-dev smpeg-plaympeg smpeg-gtv
Architecture: source amd64
Version: 0.4.5+cvs20030824-6
Distribution: unstable
Urgency: medium
Maintainer: Debian SDL packages maintainers 
<[email protected]>
Changed-By: Manuel A. Fernandez Montecelo <[email protected]>
Description:
 libsmpeg-dev - SDL MPEG Player Library - development files
 libsmpeg0  - SDL MPEG Player Library - shared libraries
 smpeg-gtv  - SMPEG GTK+ MPEG audio/video player
 smpeg-plaympeg - SMPEG command line MPEG audio/video player
Closes: 757585
Changes:
 smpeg (0.4.5+cvs20030824-6) unstable; urgency=medium
 .
   [ Manuel A. Fernandez Montecelo ]
   * Bump Policy Standards-Version to 3.9.5 (no changes needed)
   * Change maintainer address
   * Drop obsolete "DM-Upload-Allowed: yes"
   * Remove patch 100_rebootstrap.diff (unnecessary after using
     dh-autoreconf)
   * After the autoreconf changes, there were problems with rpath, and
     after hours messing around with options trying to avoid chrpath, but
     could not.
     - Disable 000_no_rpath.diff, was not effective after using
       autoreconf
     - Add patch upstream_disable_rpath.diff to allow option
       --enable-rpath=no when configuring (now added in rules)
     - rpath issue still present after this, so using chrpath anyway
       (added to Build-Depends)
 .
   [ Wookey ]
   * Use dh-autoreconf during build to update for new architectures
     (Closes: #757585)
Checksums-Sha1:
 b9b57850e47d02a3fff2d10cf3005268d87440d6 2295 smpeg_0.4.5+cvs20030824-6.dsc
 e35a6c05c68afbe2243d486210def1fcc851a1f8 14076 
smpeg_0.4.5+cvs20030824-6.debian.tar.xz
 0fb097b03bb1aba2f83f2ab85112950ca5f524aa 90922 
libsmpeg0_0.4.5+cvs20030824-6_amd64.deb
 f3ef28e119d01987bac02cb63aef165859b96a85 109400 
libsmpeg-dev_0.4.5+cvs20030824-6_amd64.deb
 7a517b7d08ad13bccfa8ced8452abdab7411f5aa 25102 
smpeg-plaympeg_0.4.5+cvs20030824-6_amd64.deb
 b477e63140f47877faef15b983f484bde484f62e 27798 
smpeg-gtv_0.4.5+cvs20030824-6_amd64.deb
Checksums-Sha256:
 87fdc644ec9c7b08c77ffb0cc03fa795292b1d56b52ecdc649ec3f581dc6f676 2295 
smpeg_0.4.5+cvs20030824-6.dsc
 ef8b6df438687ac60107e8c024ca5084c955a7a16be97573feb362c6981d8cc6 14076 
smpeg_0.4.5+cvs20030824-6.debian.tar.xz
 de45fe525a033140988ce7c8198eca62e8325e39096a9527579991cde9093b23 90922 
libsmpeg0_0.4.5+cvs20030824-6_amd64.deb
 baf736e862e6662fa0799ad8d923e37cdaf6d2998af34cd81031b2114f58124a 109400 
libsmpeg-dev_0.4.5+cvs20030824-6_amd64.deb
 45831e84fe95b8238d234272f52ec80c9161d8fe14b9a505838347e5618fd55c 25102 
smpeg-plaympeg_0.4.5+cvs20030824-6_amd64.deb
 e91552a69409cddecfa5392b4c3d51433fcc8106d353949569cdde85879e4364 27798 
smpeg-gtv_0.4.5+cvs20030824-6_amd64.deb
Files:
 0abb5a786889ddf8abbf553b9cd92c88 90922 libs optional 
libsmpeg0_0.4.5+cvs20030824-6_amd64.deb
 94f680364cb7cb5a9d198c1d0c1afcf2 109400 libdevel optional 
libsmpeg-dev_0.4.5+cvs20030824-6_amd64.deb
 fe35e672891f5fcc7e8ac7895b50ae1d 25102 video optional 
smpeg-plaympeg_0.4.5+cvs20030824-6_amd64.deb
 79b2f917fb0e4ed5f52cc7cf3f720fda 27798 video optional 
smpeg-gtv_0.4.5+cvs20030824-6_amd64.deb
 8400b0b708fc4d27365284ed539a7fe5 2295 libs optional 
smpeg_0.4.5+cvs20030824-6.dsc
 f38d7018337ef19de75950d09c4170de 14076 libs optional 
smpeg_0.4.5+cvs20030824-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJT5o2vAAoJEH92BqRF3KgOmm8P/1TDKPbIy+W7ySiFpuRXLxWr
gxcNVFy9BfLbcRQ9LLeRsZB0yckqMIuvkz85CFl3qs+wqLJR1Q+bdSERGUcPK+XT
6gQaGLmMF5Kd55k0qao+Vv4fqawYNWBwJ9L4gsI5NNQqeHpK6idSCo5PtvHjb+EQ
aekH3Uh87S3FjcPW/NXKM4QC3LX3uowO8EDkb+CUQTRCLLzhpw9WF0e5RdPC8oDW
+iKp+MhnylQUrVoybdmFdWMoG/7/6Qp2hLhVMup6kUhsuOntsO+5sl3PDIVB4CSE
tMmlVHLT2RaUgFMYRf3Ya0CQ65Ty/UQl02dmx7S3BfG6PpNGkknAz3/mjDzFFu+I
iJmXryW7IZW+DEZ2AcP9osqQFREn7IcafPKp3/2ZILCEfwzGTLNSTMe0g6BXQEnM
0/1LHHgdKl0xktbLFX0Q3hCU1JBwyEvEqNUP871x22/G55KTTFz0uJ6SVyK8KDIO
5LR3ABOT6vyoZQ99FZNeFRQcgIAunWaQUHhwTuiJLEEwpPSl8p2zaiOaq8Oo0qzC
x0RiBg1bct6E+vM081Y+Dk38pfzaswzIcHbQuqQuB0KzaOzve6Nuf04mQ8/CLXel
wuVBc5B/GLgsUZKzA9BfNSFv5blNSUzeHmn8DISlvLfK/YRhaXJPUgwyRXGIUKAm
KqpzVPxyBdVHrLbNZovA
=/OjB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to