Your message dated Tue, 21 Aug 2012 21:01:29 +0100
with message-id <[email protected]>
and subject line Re: unblock: vmm/0.6.0-2
has caused the Debian Bug report #681294,
regarding unblock: vmm/0.6.0-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.)
--
681294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681294
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: freeze-exception
Please unblock package vmm.
unblock vmm/0.6.0-2
I made a stupid mistake in postinst resulting in a piuparts-RC-bug,
which was trivially fixed (adding --parent to mkdir).
Along with this change, I took the liberty to also make two
additional, trivial changes:
- I removed the README.source template, which is not needed, from the source
package;
- I worked around a dh_compress peculiarity resulting in an
uncompressed manpage (lintian error).
Here is the diff:
------8<------
diff -Nru vmm-0.6.0/debian/changelog vmm-0.6.0/debian/changelog
--- vmm-0.6.0/debian/changelog 2012-06-29 08:02:45.000000000 +0200
+++ vmm-0.6.0/debian/changelog 2012-07-12 09:23:19.000000000 +0200
@@ -1,3 +1,12 @@
+vmm (0.6.0-2) unstable; urgency=low
+
+ * Unconditionally create mail spool directories (closes: #681209).
+ * Remove README.source template as there are no special source handling
+ procedures for this package at the moment, beyond dpkg v3.
+ * Manually compress vmm.cfg.5 manpage due to dh_compress peculiarity.
+
+ -- martin f. krafft <[email protected]> Thu, 12 Jul 2012 09:01:38 +0200
+
vmm (0.6.0-1) unstable; urgency=low
* Initial release.
diff -Nru vmm-0.6.0/debian/rules vmm-0.6.0/debian/rules
--- vmm-0.6.0/debian/rules 2012-06-29 11:20:23.000000000 +0200
+++ vmm-0.6.0/debian/rules 2012-07-12 09:21:56.000000000 +0200
@@ -30,6 +30,10 @@
override_dh_compress:
dh_compress -X.pgsql -X.cf
+ # dh_compress seems to give precedence to -X, so we must manually
+ # compress the following manpage, whose name matches the second
+ # exclusion pattern:
+ gzip -9 debian/vmm/usr/share/man/man5/vmm.cfg.5
override_dh_clean:
dh_clean
diff -Nru vmm-0.6.0/debian/vmm.postinst vmm-0.6.0/debian/vmm.postinst
--- vmm-0.6.0/debian/vmm.postinst 2012-06-29 08:55:54.000000000 +0200
+++ vmm-0.6.0/debian/vmm.postinst 2012-07-12 09:18:55.000000000 +0200
@@ -24,7 +24,7 @@
addgroup --quiet --system vmm
chmod 771 /var/lib/vmm
for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u
v w x y z; do
- mkdir --mode=751 /var/lib/vmm/$i
+ mkdir --parent --mode=751 /var/lib/vmm/$i
done
chgrp -R vmm /etc/vmm /var/lib/vmm
fi
diff -Nru vmm-0.6.0/debian/README.source vmm-0.6.0/debian/README.source
--- vmm-0.6.0/debian/README.source 2012-06-29 08:02:45.000000000 +0200
+++ vmm-0.6.0/debian/README.source 1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-vmm for Debian
---------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
------8<------
unblock vmm/0.6.0-2
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.3.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
--- End Message ---
--- Begin Message ---
On Thu, 2012-07-12 at 09:31 +0200, martin f krafft wrote:
> I made a stupid mistake in postinst resulting in a piuparts-RC-bug,
> which was trivially fixed (adding --parent to mkdir).
>
> Along with this change, I took the liberty to also make two
> additional, trivial changes:
>
> - I removed the README.source template, which is not needed, from the source
> package;
>
> - I worked around a dh_compress peculiarity resulting in an
> uncompressed manpage (lintian error).
It looks like this request never reached the list (at least it wasn't in
my mail archive). However, Mehdi unblocked the package and it migrated,
so closing.
Regards,
Adam
--- End Message ---