Your message dated Sat, 18 Dec 2010 19:54:53 +0100
with message-id <[email protected]>
and subject line Re: Bug#606961: unblock: hdapsd/1:20090401-2
has caused the Debian Bug report #606961,
regarding unblock: hdapsd/1:20090401-2
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.)
--
606961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606961
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package hdapsd, it's mainly a cleanup release for Squeeze.
The changelog looks like this:
* debian/control:
+ Update my email address.
+ Remove DM-Upload-Allowed.
+ Standards-Version: 3.9.1
+ Recommend tp-smapi-dkms | tp-smapi-source, there are no prebuilt
tp-smapi-modules packages anymore.
LP: #669176
* debian/source/format:
+ Add source format specification, 1.0 for now.
* debian/init:
+ Add $remote_fs to the Required-Start and Required-Stop headers.
Thanks lintian!
The only really relevant changes are the new recommends (initiated by
the bug over at Ubuntu) and the init-script fix from lintian.
Full debdiff attached.
TIA and sorry for the non-reportbug unblock request for tp-smapi :)
Evgeni
unblock hdapsd/1:20090401-2
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.34-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u hdapsd-20090401/debian/changelog hdapsd-20090401/debian/changelog
--- hdapsd-20090401/debian/changelog
+++ hdapsd-20090401/debian/changelog
@@ -1,3 +1,20 @@
+hdapsd (1:20090401-2) unstable; urgency=low
+
+ * debian/control:
+ + Update my email address.
+ + Remove DM-Upload-Allowed.
+ + Standards-Version: 3.9.1
+ + Recommend tp-smapi-dkms | tp-smapi-source, there are no prebuilt
+ tp-smapi-modules packages anymore.
+ LP: #669176
+ * debian/source/format:
+ + Add source format specification, 1.0 for now.
+ * debian/init:
+ + Add $remote_fs to the Required-Start and Required-Stop headers.
+ Thanks lintian!
+
+ -- Evgeni Golov <[email protected]> Mon, 13 Dec 2010 12:29:07 +0100
+
hdapsd (1:20090401-1) unstable; urgency=low
* New upstream release.
diff -u hdapsd-20090401/debian/control hdapsd-20090401/debian/control
--- hdapsd-20090401/debian/control
+++ hdapsd-20090401/debian/control
@@ -1,15 +1,14 @@
Source: hdapsd
Section: misc
Priority: optional
-Maintainer: Evgeni Golov <[email protected]>
+Maintainer: Evgeni Golov <[email protected]>
Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.1
-DM-Upload-Allowed: yes
+Standards-Version: 3.9.1
Package: hdapsd
Architecture: i386 amd64 powerpc
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: tp-smapi-modules [!powerpc]
+Recommends: tp-smapi-dkms [!powerpc] | tp-smapi-source [!powerpc]
Description: HDAPS daemon for IBM/Lenovo ThinkPads and Apple iBooks/PowerBooks
This is a disk protection user-space daemon. It monitors the acceleration
values through the HDAPS or AMS interface and automatically initiates disk
diff -u hdapsd-20090401/debian/init hdapsd-20090401/debian/init
--- hdapsd-20090401/debian/init
+++ hdapsd-20090401/debian/init
@@ -1,8 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: hdapsd
-# Required-Start: $local_fs
-# Required-Stop: $local_fs
+# Required-Start: $local_fs $remote_fs
+# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: initscript to start hdapsd
only in patch2:
unchanged:
--- hdapsd-20090401.orig/debian/source/format
+++ hdapsd-20090401/debian/source/format
@@ -0,0 +1 @@
+1.0
--- End Message ---
--- Begin Message ---
On Mon, Dec 13, 2010 at 12:55:00 +0100, Evgeni Golov wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package hdapsd, it's mainly a cleanup release for Squeeze.
>
> The changelog looks like this:
> * debian/control:
> + Update my email address.
> + Remove DM-Upload-Allowed.
> + Standards-Version: 3.9.1
> + Recommend tp-smapi-dkms | tp-smapi-source, there are no prebuilt
> tp-smapi-modules packages anymore.
> LP: #669176
> * debian/source/format:
> + Add source format specification, 1.0 for now.
> * debian/init:
> + Add $remote_fs to the Required-Start and Required-Stop headers.
> Thanks lintian!
>
$remote_fs implies $local_fs, so you didn't need to keep both.
Anyway, unblocked.
Cheers,
Julien
signature.asc
Description: Digital signature
--- End Message ---