Your message dated Fri, 11 Nov 2011 14:54:28 +0000
with message-id <e1rosuu-0005sr...@franck.debian.org>
and subject line Bug#648425: fixed in org-mode 7.7-3
has caused the Debian Bug report #648425,
regarding org-mode: FTBFS due to debian/rules target confusion
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 ow...@bugs.debian.org
immediately.)
--
648425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: org-mode
Version: 7.7-2
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch precise
org-mode fails to build on buildds because it requires the build target
to run as root, contrary to section 4.9 of the policy manual:
https://launchpadlibrarian.net/83079516/buildlog_ubuntu-precise-i386.org-mode_7.7-2_FAILEDTOBUILD.txt.gz
Looking at debian/rules, it has a very odd arrangement of targets that
doesn't match the usual patterns. The following patch fixes it up to be
more conventional, and this works.
* Rearrange debian/rules targets to avoid requiring root for build.
diff -Nru org-mode-7.7/debian/rules org-mode-7.7/debian/rules
--- org-mode-7.7/debian/rules 2011-09-27 14:48:20.000000000 +0100
+++ org-mode-7.7/debian/rules 2011-11-11 13:46:41.000000000 +0000
@@ -12,7 +12,9 @@
dh_clean
rm -f $(DOC_FILES) $(DOC_TMP_FILES)
-build: build-indep
+build build-indep build-arch:
+
+install: build
dh_testdir
dh_testroot
dh_clean -k
@@ -24,7 +26,7 @@
find $(CURDIR)/debian/org-mode/usr/share/org-mode/ -name .DS_Store
-exec rm -f {} \;
find $(CURDIR)/debian/org-mode/usr/share/org-mode/ -name .gitignore
-exec rm -f {} \;
-build-indep:
+binary-indep: install
make $(DOC_FILES)
rm -f $(DOC_TMP_FILES)
dh_testdir
@@ -41,9 +43,6 @@
dh_md5sums
dh_builddeb
-build-arch:
-
-binary-indep: build-indep
binary-arch: build-arch
binary: binary-indep binary-arch
Thanks,
--
Colin Watson [cjwat...@ubuntu.com]
--- End Message ---
--- Begin Message ---
Source: org-mode
Source-Version: 7.7-3
We believe that the bug you reported is fixed in the latest version of
org-mode, which is due to be installed in the Debian FTP archive:
org-mode_7.7-3.debian.tar.gz
to main/o/org-mode/org-mode_7.7-3.debian.tar.gz
org-mode_7.7-3.dsc
to main/o/org-mode/org-mode_7.7-3.dsc
org-mode_7.7-3_all.deb
to main/o/org-mode/org-mode_7.7-3_all.deb
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 648...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastien Delafond <s...@debian.org> (supplier of updated org-mode 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 11 Nov 2011 15:09:35 +0100
Source: org-mode
Binary: org-mode
Architecture: source all
Version: 7.7-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond <s...@debian.org>
Changed-By: Sebastien Delafond <s...@debian.org>
Description:
org-mode - keep notes, maintain ToDo lists, and do project planning in emacs
Closes: 648425
Changes:
org-mode (7.7-3) unstable; urgency=low
.
* More conventional debian/rules, not requiring root; thanks Colin
Watson <cjwat...@ubuntu.com> for the patch (Closes: #648425)
Checksums-Sha1:
5ec9b5978c857862163b2fb577db3ea903afa154 1088 org-mode_7.7-3.dsc
1955fcda304e41f7225adbac9ca1e02ac453ea0a 7363 org-mode_7.7-3.debian.tar.gz
fa11226b8aea0ec9d862aad328fec3974e51820c 3165456 org-mode_7.7-3_all.deb
Checksums-Sha256:
02c2253a2e75ad0ab07d938bcd49f8e7c0759b236a4d8cc2a5adf66cc6296853 1088
org-mode_7.7-3.dsc
7f806f6fa77f18867a5b5017f541bfe40d1284d4f960b5e531340388b4c4b07a 7363
org-mode_7.7-3.debian.tar.gz
fc52cdbe9b4092c57816c840d3c106f4832819e65493297913df377bb27c77df 3165456
org-mode_7.7-3_all.deb
Files:
c61b6af23275b41c79ab8d64282818b9 1088 misc optional org-mode_7.7-3.dsc
02135232a97aacfcce8433deb3e36da0 7363 misc optional
org-mode_7.7-3.debian.tar.gz
f3e33a58fd4850e898a35d9f6b41f0b0 3165456 misc optional org-mode_7.7-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk69LSAACgkQiZgNKcDdyD8XjwCeNuBcshlb84jAKkFbcuBOld9j
9BwAoL/7z3+rXiRjiISaGQTXcMBnTZpz
=G8FV
-----END PGP SIGNATURE-----
--- End Message ---