Your message dated Mon, 31 Mar 2014 16:00:08 +0000
with message-id <[email protected]>
and subject line Bug#678219: fixed in zd1211-firmware 2.21.0.0-2
has caused the Debian Bug report #678219,
regarding zd1211-firmware: please rename the binary target to firmware-zd1211
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.)


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

The attached patch implements the transition to the firmware-(driver)
namespace that is nowadays used in Debian. It also slightly upgrades
the packaging to use a simplified debian/rules. Please feel free to
apply it and then upload the updated package to Debian.
diff -u zd1211-firmware-2.21.0.0/debian/control zd1211-firmware-2.21.0.0/debian/control
--- zd1211-firmware-2.21.0.0/debian/control
+++ zd1211-firmware-2.21.0.0/debian/control
@@ -1,15 +1,16 @@
 Source: zd1211-firmware
 Section: non-free/misc
-Priority: extra
+Priority: optional
+Homepage: http://zd1211.wiki.sourceforge.net/
 Maintainer: Christian Kastner <[email protected]>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.0~)
 Standards-Version: 3.8.4
-Homepage: http://zd1211.wiki.sourceforge.net/
 
-Package: zd1211-firmware
+Package: firmware-zd1211
 Architecture: all
 Depends: ${misc:Depends}
-Description: Firmware images for the zd1211rw wireless driver
+Suggests: initramfs-tools, linux-image
+Description: firmware images for the zd1211rw wireless driver
  This package contains the firmware to be used with the zd1211rw Linux kernel
  driver for USB wireless dongles based on the following chipsets:
  .
@@ -21,0 +23,9 @@
+
+Package: zd1211-firmware
+Section: non-free/oldlibs
+Priority: extra
+Architecture: all
+Depends: firmware-zd1211, ${misc:Depends}
+Description: firmware images for the zd1211rw wireless driver (dummy transitional package)
+ This package contains the firmware to be used with the zd1211rw Linux kernel
+ driver for USB wireless dongles based on the following chipsets:
reverted:
--- zd1211-firmware-2.21.0.0/debian/zd1211-firmware.install
+++ zd1211-firmware-2.21.0.0.orig/debian/zd1211-firmware.install
@@ -1 +0,0 @@
-zd1211* /lib/firmware/zd1211/
reverted:
--- zd1211-firmware-2.21.0.0/debian/zd1211-firmware.docs
+++ zd1211-firmware-2.21.0.0.orig/debian/zd1211-firmware.docs
@@ -1 +0,0 @@
-README
diff -u zd1211-firmware-2.21.0.0/debian/changelog zd1211-firmware-2.21.0.0/debian/changelog
--- zd1211-firmware-2.21.0.0/debian/changelog
+++ zd1211-firmware-2.21.0.0/debian/changelog
@@ -1,3 +1,13 @@
+zd1211-firmware (2.21.0.0-2) unstable; urgency=low
+
+  [ Martin-Éric Racine ]
+  * Renamed the binary target to firmware-zd1211.
+    + Renamed debian/*.[dirs|docs|install] to match.
+  * Made zd1211-firmware into a transitional package.
+  * Migrated debian/rules to a single debhelper 7 'dh' command.
+
+ -- Christian Kastner <[email protected]>  Wed, 20 Jun 2012 02:19:04 +0300
+
 zd1211-firmware (2.21.0.0-1) unstable; urgency=low
 
   * New maintainer. Closes: #573468
diff -u zd1211-firmware-2.21.0.0/debian/rules zd1211-firmware-2.21.0.0/debian/rules
--- zd1211-firmware-2.21.0.0/debian/rules
+++ zd1211-firmware-2.21.0.0/debian/rules
@@ -2,37 +2,11 @@
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build:
-
-clean:
-	dh_testdir
-	dh_clean
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	dh_install
-	dh_installdocs
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-#	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-indep: install
-
-binary-arch:
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install
+#
+# debhelper-7 [debian/rules] for src:zd1211-firmware
+#
+## COPYRIGHT © 2012 Martin-Éric Racine <[email protected]>
+#
+## LICENSE
+#  GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
+#
+%:
+	dh $@
+#EOF
reverted:
--- zd1211-firmware-2.21.0.0/debian/zd1211-firmware.dirs
+++ zd1211-firmware-2.21.0.0.orig/debian/zd1211-firmware.dirs
@@ -1 +0,0 @@
-/lib/firmware/zd1211/
only in patch2:
unchanged:
--- zd1211-firmware-2.21.0.0.orig/debian/firmware-zd1211.install
+++ zd1211-firmware-2.21.0.0/debian/firmware-zd1211.install
@@ -0,0 +1 @@
+zd1211* /lib/firmware/zd1211/
only in patch2:
unchanged:
--- zd1211-firmware-2.21.0.0.orig/debian/firmware-zd1211.docs
+++ zd1211-firmware-2.21.0.0/debian/firmware-zd1211.docs
@@ -0,0 +1 @@
+README
only in patch2:
unchanged:
--- zd1211-firmware-2.21.0.0.orig/debian/firmware-zd1211.dirs
+++ zd1211-firmware-2.21.0.0/debian/firmware-zd1211.dirs
@@ -0,0 +1 @@
+/lib/firmware/zd1211/

--- End Message ---
--- Begin Message ---
Source: zd1211-firmware
Source-Version: 2.21.0.0-2

We believe that the bug you reported is fixed in the latest version of
zd1211-firmware, 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.
Christian Kastner <[email protected]> (supplier of updated zd1211-firmware 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: Tue, 25 Mar 2014 14:36:54 +0100
Source: zd1211-firmware
Binary: firmware-zd1211 zd1211-firmware
Architecture: source all
Version: 2.21.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Christian Kastner <[email protected]>
Changed-By: Christian Kastner <[email protected]>
Description: 
 firmware-zd1211 - firmware images for the zd1211rw wireless driver
 zd1211-firmware - transitional dummy package for firmware-zd1211
Closes: 678219
Changes: 
 zd1211-firmware (2.21.0.0-2) unstable; urgency=low
 .
   [ Martin-Éric Racine ]
   * debian/control, debian/*.{dirs,docs,install}:
     - Rename package zd1211-firmware to firmware-zd1211. Closes: #678219
     - Provide a transitional package zd1211-firmware
     - Lowercase the package synopsis
     - Correct Priority from extra to optional
     - Let firmware-zd1211 Suggest initramfs-tools
 .
   [ Christian Kastner ]
   * debian/source:
     - Convert package to source format "3.0 (quilt)"
   * debian/control:
     - Correct Section from non-free/misc to non-free/kernel
     - Bump Standards-Version to 3.9.5 (no changes needed)
     - Bump debhelper Build-Depends to (>= 9)
     - Add Provides/Replaces/Breaks for package name transition
     - Add Vcs-* fields to debian/control
   * debian/compat:
     - Bump debhelper compatibility level to 9
   * debian/rules:
     - Convert to minimal dh syntax
   * debian/copyright:
     - Convert to machine-readable format v1.0
   * debian/source/lintian-overrides:
     - Add override for debian-watch-may-check-gpg-signature
   * debian/firmware-zd1211.overrides
     debian/zd1211-firmware.overrides:
     - Add override for no-upstream-changelog
Checksums-Sha1: 
 252d2788d26fa8b8095ee673a8488d4d7838f949 1970 zd1211-firmware_2.21.0.0-2.dsc
 ec9cc96104c111113cac51a74e76c319e70635d4 3576 
zd1211-firmware_2.21.0.0-2.debian.tar.xz
 c21bbde5c2abd1a0dcb6a60652bf9e50a7eb3c26 13788 
firmware-zd1211_2.21.0.0-2_all.deb
 ab1c5498e5edbe4f34e2b243c5ca3cb0f75ff879 3908 
zd1211-firmware_2.21.0.0-2_all.deb
Checksums-Sha256: 
 4599994fcb297679782c99923d1366c27286078f005c8548aa8f1a143239690a 1970 
zd1211-firmware_2.21.0.0-2.dsc
 7bdd37cea941886ed385f13786322f256ad5a18bf4b1323730afe41f2bacad79 3576 
zd1211-firmware_2.21.0.0-2.debian.tar.xz
 0a26225742ec18662b74469738a075f83bc32ee0ab1f7e86dcb72a0f22b3f351 13788 
firmware-zd1211_2.21.0.0-2_all.deb
 7bc917707c905a6de13e572cb0446ece54fa1eaf6e1f76ec599443885eb8ef4d 3908 
zd1211-firmware_2.21.0.0-2_all.deb
Files: 
 adf38698237c562cd6173c0ca499bf5a 1970 non-free/kernel optional 
zd1211-firmware_2.21.0.0-2.dsc
 d0be20aa7f8db63dc9edbebb3a5ae726 3576 non-free/kernel optional 
zd1211-firmware_2.21.0.0-2.debian.tar.xz
 5507547ea1b78f00c71e0f07ca68d159 13788 non-free/kernel optional 
firmware-zd1211_2.21.0.0-2_all.deb
 f79d314df3b5cf6f228a27f3b3e4712c 3908 non-free/oldlibs optional 
zd1211-firmware_2.21.0.0-2_all.deb

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

iQIcBAEBCAAGBQJTOQNFAAoJEI7tzBuqHzL/gcwQANzTfQptO+s8uxhPVd+xqAqW
RC9OCjJpXfoI07yVGpMmu7zkshMXP4MX//vfB3mtNy3GkOogqADP2dRKqsnTSISb
46Xnke1khsRjq9Z4NV8SrkTC30n/Ad7rdDvBBrvZ9GwN3EIXG+kXME6NVSMAfYML
Sn9PvqM9b47MDfX3ObmbBAiLVZ+OGwG2Xvy5xNFP04bkj6/TZp39oM39eEOuN5UQ
dzCi+2pOfAUz2dBlyn3YE0pFfp0jtCLePebFQjrKkkuS5qPyZyxwqth9rL+i7hvX
jXjK7eyL3u4FxQxTgQvwn+3eAw9aU0olzFXjkxIfnJPY329EfNBDlNkixihuY5Yt
K131uCWTqt7ymyv4VWAlOzWupk7CbM4Wp/kCoHbHDzf+7zKYPwljfKJXcS9rje0Q
8mQdLYRk7eSviATisLQbI9HZueJITbPa+9NaOkxcL+lSuRlbAlT5INAwWkAIQWcU
eNfMhgbCm3DMuBgsOPdMFMSRXwon1cXPK6iIY6FXBqjGmEtwcIPuhrAcMKkLRfo/
SVeF89D78gz7W/o3+nUWbmYU6tJiq18qdbK8UaEO1Rezok5fzDvG4KfiLn80ObkY
dOChRi1Hd8ELlmRWW2GO6hzx2+MMh2L2HOfc6yN25C+MPfOOchuG5kbSU6f/5DW+
3HACr9FrdD4YN8QhkFno
=AAHD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to