Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org 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 <evg...@debian.org> 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 <sarge...@die-welt.net> +Maintainer: Evgeni Golov <evg...@debian.org> 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