[SCM] Write filesystems in Perl using FUSE branch, master, updated. 134c1e246a0b4131204e185882f8d38ecc4de94a
gregor herrmann
gregoa at debian.org
Tue Jan 10 18:00:56 UTC 2012
The following commit has been merged in the master branch:
commit 134c1e246a0b4131204e185882f8d38ecc4de94a
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Jan 10 19:00:46 2012 +0100
back to UNRELEASED, TODO added to d/changelog
diff --git a/debian/changelog b/debian/changelog
index 2233270..f1bce4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,34 @@
-libfuse-perl (0.14-1) unstable; urgency=low
+libfuse-perl (0.14-1) UNRELEASED; urgency=low
+
+ TODO:
+ - d/control:
+ + quilt can be removed
+ + perl (>= 5.6.0-16) --> perl
+ + libfuse-dev (>= 2.7.1) -> libfuse-dev
+ + debhelper (>= 8.0.0) -> >= 8 is enough
+ + SV 3.9.2.0 -> 3.9.2 is enough
+ + short description should be a noun phrase
+ + long description: s/This/$& module/ or similar
+ + Homepage field missing
+ - what is debian/source/git-patches?
+ - d/copyright:
+ + "Upstream clarify copyright" -> "Upstream clarifies the
+ license terms" (copyright is still our guess?)
+ + LGPL-2.1 (as stated as the short term) or LGPL-2.1+ (there's "any later
+ version" in the blurb) - one is wrong :)
+ + mix of tab and space indentation
+ - the package FTBFS in a sid cowbuilder chroot. Makefile.PL says:
+ Cannot build for platform: linux
+ You need to install "libfuse-dev" to provide build support for this module
+ although libfuse-dev is installed --> missing build dependency on
+ pkg-config for the test in Makefile.PL (or fuse for the fallback)
+ - lintian:
+ + debian-control-has-unusual-field-spacing (short description)
+ + unneeded-build-dep-on-quilt - already mentioned
+ + debian-watch-contains-dh_make-template
+ + no-homepage-field - agreed :)
+ + spelling-error-in-manpage -> patch
+ + out-of-date-copyright-format-uri -> ignore
* New upstream version.
* Add myself as maintainer.
--
Write filesystems in Perl using FUSE
More information about the Pkg-perl-cvs-commits
mailing list