Your message dated Fri, 07 Jun 2013 18:04:18 +0000
with message-id <[email protected]>
and subject line Bug#711115: fixed in spectemu 0.94a-17
has caused the Debian Bug report #711115,
regarding Remove support for svgalib
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.)


-- 
711115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711115
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: spectemu
Severity: important
Tags: patch

Hi Colin,
svgalib is scheduled for removal in jessie. Attached patch removes the 
spectemu-svga package. (Actually, one could even unify the package 
to a single package now, I'll leave that at your discretion)

Cheers,
        Moritz
diff -Naur spectemu-0.94a.orig/debian/control spectemu-0.94a/debian/control
--- spectemu-0.94a.orig/debian/control	2013-02-09 20:19:25.000000000 +0100
+++ spectemu-0.94a/debian/control	2013-06-04 22:13:32.000000000 +0200
@@ -3,14 +3,13 @@
 Priority: optional
 Maintainer: Colin Watson <[email protected]>
 Standards-Version: 3.5.6
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.9.0~), libreadline-dev, libsvga1-dev [amd64 i386], x11proto-core-dev, libx11-dev, libxt-dev, libxext-dev, dh-autoreconf, autotools-dev
-Build-Conflicts: svgalib-dummyg1
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.9.0~), libreadline-dev, x11proto-core-dev, libx11-dev, libxt-dev, libxext-dev, dh-autoreconf, autotools-dev
 Vcs-Bzr: http://anonscm.debian.org/bzr/users/cjwatson/spectemu/trunk
 
 Package: spectemu-common
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: spectemu-x11 | spectemu-svga [amd64 i386]
+Suggests: spectemu-x11
 Replaces: xspectemu
 Description: Fast 48k ZX Spectrum Emulator (common files)
  Spectemu emulates the 48k ZX Spectrum, which uses the Z80 microprocessor.
@@ -43,29 +42,6 @@
  Spectrum, which uses the Z80 microprocessor.
  .
  It emulates the Z80 processor as well as the 48k Spectrum's other
- hardware: keyboard, screen, sound, tape I/O. The emulation is very
- close to the real thing, but it is still quite fast (It was reported
- to be working well on a laptop with 486 at 25MHz!). On the other hand,
- the user interface is not the best.
- .
- Features include:
-    - Sound support through Linux kernel sound-card driver.
-    - Snapshot saving and loading (.Z80 and .SNA format)
-    - Tape emulation: loading from tape files (.TAP and .TZX format)
-    - Optional quick loading of tapes. 
-    - Saving to tape files.
-    - Separate utility to save tape files to real tape
-    - Configurable with config files and from command line
-
-Package: spectemu-svga
-Architecture: amd64 i386
-Depends: spectemu-common (= ${binary:Version}), spectrum-roms, ${shlibs:Depends}, ${misc:Depends}
-Replaces: xspectemu
-Description: Fast 48k ZX Spectrum Emulator for SVGAlib
- vgaspect is the SVGAlib version of Spectemu which emulates the 48k ZX
- Spectrum, which uses the Z80 microprocessor.
- .
- It emulates the Z80 processor as well as the 48k Spectrum's other
  hardware: keyboard, screen, sound, tape I/O. The emulation is very
  close to the real thing, but it is still quite fast (It was reported
  to be working well on a laptop with 486 at 25MHz!). On the other hand,
diff -Naur spectemu-0.94a.orig/debian/rules spectemu-0.94a/debian/rules
--- spectemu-0.94a.orig/debian/rules	2013-02-09 20:19:17.000000000 +0100
+++ spectemu-0.94a/debian/rules	2013-06-04 22:09:08.000000000 +0200
@@ -3,10 +3,6 @@
 tmp  = debian/tmp
 ctmp = debian/spectemu-common
 xtmp = debian/spectemu-x11
-stmp = debian/spectemu-svga
-
-# Put any extra svgalib architectures here.
-svgalib_archs = amd64 i386
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
@@ -49,15 +45,6 @@
 	# dh_compress won't do these for us, as the package split causes
 	# them to be broken symlinks.
 	ln -sf spectemu.1.gz $(xtmp)/usr/share/man/man1/xspect.1.gz
-ifneq (,$(findstring $(DEB_HOST_ARCH),$(svgalib_archs)))
-	ln -sf spectemu.1.gz $(stmp)/usr/share/man/man1/vgaspect.1.gz
-endif
 
 override_dh_installdocs:
-	dh_installdocs --link-doc=spectemu-common
-
-ifneq (,$(findstring $(DEB_HOST_ARCH),$(svgalib_archs)))
-override_dh_fixperms:
-	dh_fixperms
-	chmod 4755 $(stmp)/usr/bin/vgaspect
-endif
+	dh_installdocs --link-doc=spectemu-common
\ Kein Zeilenumbruch am Dateiende.
diff -Naur spectemu-0.94a.orig/debian/spectemu-svga.dirs spectemu-0.94a/debian/spectemu-svga.dirs
--- spectemu-0.94a.orig/debian/spectemu-svga.dirs	2008-09-06 14:24:45.000000000 +0200
+++ spectemu-0.94a/debian/spectemu-svga.dirs	1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-usr/share/lintian/overrides
-usr/share/man/man1
diff -Naur spectemu-0.94a.orig/debian/spectemu-svga.install spectemu-0.94a/debian/spectemu-svga.install
--- spectemu-0.94a.orig/debian/spectemu-svga.install	2008-09-06 14:24:45.000000000 +0200
+++ spectemu-0.94a/debian/spectemu-svga.install	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-usr/bin/vgaspect
diff -Naur spectemu-0.94a.orig/debian/spectemu-svga.lintian-overrides spectemu-0.94a/debian/spectemu-svga.lintian-overrides
--- spectemu-0.94a.orig/debian/spectemu-svga.lintian-overrides	2008-09-06 14:24:45.000000000 +0200
+++ spectemu-0.94a/debian/spectemu-svga.lintian-overrides	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-spectemu-svga: setuid-binary usr/bin/vgaspect 4755 root/root
diff -Naur spectemu-0.94a.orig/debian/spectemu-svga.menu spectemu-0.94a/debian/spectemu-svga.menu
--- spectemu-0.94a.orig/debian/spectemu-svga.menu	2009-07-26 17:54:02.000000000 +0200
+++ spectemu-0.94a/debian/spectemu-svga.menu	1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-?package(spectemu-svga):needs="vc" section="Applications/Emulators" \
- title="Spectemu (SVGA)" longtitle="Spectemu ZX-Spectrum emulator (SVGA)" \
- command="/usr/bin/vgaspect"

--- End Message ---
--- Begin Message ---
Source: spectemu
Source-Version: 0.94a-17

We believe that the bug you reported is fixed in the latest version of
spectemu, 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.
Colin Watson <[email protected]> (supplier of updated spectemu 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: SHA256

Format: 1.8
Date: Fri, 07 Jun 2013 16:49:20 +0100
Source: spectemu
Binary: spectemu-common spectemu-x11
Architecture: source i386
Version: 0.94a-17
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Description: 
 spectemu-common - Fast 48k ZX Spectrum Emulator (common files)
 spectemu-x11 - Fast 48k ZX Spectrum Emulator for X11
Closes: 711115
Changes: 
 spectemu (0.94a-17) unstable; urgency=low
 .
   [ Colin Watson ]
   * Build-depend on debhelper (>= 9~) directly rather than requiring a
     Lintian override for use of 8.9.0.
 .
   [ Moritz Muehlenhoff ]
   * Remove the spectemu-svga package, since svgalib is scheduled for removal
     (closes: #711115).
Checksums-Sha1: 
 961ca517c5cf379c3590bbe5051e5c957c702704 2001 spectemu_0.94a-17.dsc
 f5fdd8d70ac989944db4cb534c24b9d58d532e4e 7567 spectemu_0.94a-17.debian.tar.gz
 88fdcc748fb87ad688508d047c00bf67bbc865a0 60260 
spectemu-common_0.94a-17_i386.deb
 6df5a692f4e985e994a0e06d8d8dcc564ed88174 65444 spectemu-x11_0.94a-17_i386.deb
Checksums-Sha256: 
 0c04e2838517fb71fc8b8b08dbbc88351556dfc2a14e92daf3c38f8c53a6612a 2001 
spectemu_0.94a-17.dsc
 685dd515cf71872b66916f488038e5be401509bff9aa92fddb447e8a38f044a3 7567 
spectemu_0.94a-17.debian.tar.gz
 5925c66cc3dbace0d130971ede7c7246c4546407401ec1d1489103e300037836 60260 
spectemu-common_0.94a-17_i386.deb
 04246b17ffbf6d29c02bb661e591c980462e69782b38f22c0155262be9fd1ae4 65444 
spectemu-x11_0.94a-17_i386.deb
Files: 
 da6a33d01d39bb461d2de7a8ee8bfc7c 2001 contrib/otherosfs optional 
spectemu_0.94a-17.dsc
 7c484ab61fabf01001eaa18044e74a6d 7567 contrib/otherosfs optional 
spectemu_0.94a-17.debian.tar.gz
 193c9fdc527c619c33f6319111d838c9 60260 contrib/otherosfs optional 
spectemu-common_0.94a-17_i386.deb
 ceb9bff537a450828ae933e0ef5fe68a 65444 contrib/otherosfs optional 
spectemu-x11_0.94a-17_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Colin Watson <[email protected]> -- Debian developer

iQIVAwUBUbIctjk1h9l9hlALAQh/yhAAkZsBVEYiSyt5GiYLKieE5Sb6ZBf9BmuP
T3jHW0RxiiKWczn4XLm2yVqXoMOSjIbQDssvFK1IeQWagkDEGnItTg+V9uIvmdtM
dJ+TpdrGqazyE35k2Y6H8IT+Y1TDOJI2LwqLltn/BR6/YR7psqc+Oo3F0lhrVTWf
1IYKsO2Li817vTUHJrQctkgInpeGWntfdGw8miVZaVue1p+aW+hNBHx/doStGqRr
+quedwhYJAJtKZ5q49w9ONcoAyy9UZ2ZzGmZqPgfhwwu7t/VJafR8TtIoO/lwi2g
/FvyhIH9U6582Uo/UUV6s+7HjQbLyMKpckAfG/It6F3bLewP5/cUmv1SL8LiYVrz
qt6QVcIeuXxFLucZLvFXvSYS9T5Q2OVT9MlvdwtuAxrB6AK/vomaSA+/NILgrfWa
rlVkwmirIAeObxlXtGtlmeF8UnmnLHDRlpkA8zWTe+u4gN3jPvTK5pdz/8zKskfh
RaMY/Rfp82iaRqv29Zp6QmP/i9BLeBuKs+UgbEEysJZ9h9nksgM3/+Twtr/FY+fU
caco0X3Ody2oDrzdU7zDUVNyRe78931KhUvzJX9oT94IcfAMTv5CAUtx5d9HrDqS
+dCM5WBpXvOXZwszCMmqkQNnkF9TlpQGgzpDdZzSsFY/P/uJl5BSu7KU6RQig3F3
1/nUShl2Al8=
=fEWC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to