[rex] 01/01: back to UNRELEASED, TODO added to d/changelog

2017-03-21 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository rex.

commit 68460236016d5f629e189d494e122f5a0ad4ae0c
Author: gregor herrmann 
Date:   Tue Mar 21 18:47:59 2017 +0100

back to UNRELEASED, TODO added to d/changelog

Git-Dch: Ignore
---
 debian/changelog | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7ea856a..529dad5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,14 @@
-rex (1.5.0-1) unstable; urgency=medium
+rex (1.5.0-1) UNRELEASED; urgency=medium
+
+  TODO:
+  - duck reports:
+   I: debian/control: Homepage: http://www.rexify.org/: INFORMATION 
(Certainty:certain)
+   The web page at http://www.rexify.org/ works, but is also available via 
https://www.rexify.org/, please consider switching to HTTPS urls.
+   I: debian/copyright:60: URL: 
http://www.apache.org/licenses/LICENSE-2.0: INFORMATION (Certainty:possible)
+   The web page at http://www.apache.org/licenses/LICENSE-2.0 works, but 
is also available via https://www.apache.org/licenses/LICENSE-2.0, please 
consider switching to HTTPS urls.
+  - the other question is if we want to upload to unstable during the freeze
+(usually we don't but if you want to take the small risk for a package
+without reverse depends and a popcon recent vote of 2 I wouldn't object)
 
   * New upstream version 1.5.0
   * Refresh spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/rex.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[rex] 01/01: back to UNRELEASED, TODO added to d/changelog

2015-05-19 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository rex.

commit 693c08fe7ce9ed0bac6f5c52688c8c917c87c42a
Author: gregor herrmann 
Date:   Tue May 19 18:58:39 2015 +0200

back to UNRELEASED, TODO added to d/changelog

Git-Dch: Ignore
---
 debian/changelog | 21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7c24fa..1e3db42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,23 @@
-rex (1.2.1-1) unstable; urgency=medium
+rex (1.2.1-1) UNRELEASED; urgency=medium
+
+  TODO:
+  - d/changelog should only contain one stanza (for 1.2.1-1) with only one
+line ("Initial release ...")
+  - d/copyright:
++ lib/Rex/Pkg/OpenWrt.pm has an additional/different copyright statement
+  (and no license?! maybe add a Comment that we assume the same license as
+  the other stuff since it's based on one of the modules))
++ lib/Rex/Inventory/HP/ACU.pm embeds code with a different
+  copyright/license
+  - d/control:
++ why is libsort-naturally-perl in B-D-I and not in Depends/Recommends?
+  grep shows it's used in lib/Rex/Group/Entry/Server.pm
+  (and autopkgtest whines about its absence as well)
++ I'm not sure I understand the split in Depends/Recommends but hey :)
++ autopktest still fail, please fix or remove header
+  - lintian:
+W: rex: script-not-executable 
usr/share/perl5/Rex/Commands/templates/append_if_no_such_line.tpl.pl
+--> add to lintian override
 
   * Imported Upstream version 1.1.0
   * Imported Upstream version 1.2.1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/rex.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[rex] 01/01: back to UNRELEASED, TODO added to d/changelog

2015-04-07 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository rex.

commit 7cfedba5c1f2512407d04f6602577d5e8fd0e059
Author: gregor herrmann 
Date:   Tue Apr 7 21:47:20 2015 +0200

back to UNRELEASED, TODO added to d/changelog

Git-Dch: Ignore
---
 debian/changelog | 28 +++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a723d2c..c552bd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,30 @@
-rex (1.0.0-1) unstable; urgency=low
+rex (1.0.0-1) UNRELEASED; urgency=low
+
+  TODO:
+  - [repo: debian/* tags should be set after the upload; probably comes from
+gbp-import-dsc etc.; signed tag will override it later. - the tag is the
+reason why PET doesn't show the package.]
+  - d/changelog should only contain the "initial release" line for a new
+package
+  - d/copyright: missing year of upstream copyright
+  - d/control:
++ short description: should be a noun phrase -> drop leading "is"
++ I'd run cme or sort-and-wrap over it :)
+  - d/rules: what is this override doing? if it fixes permissions then this
+should act on the installed files and be in override_dh_fixperms;
+cf. https://pkg-perl.alioth.debian.org/debhelper.html#fixing_permissions
+(and the "note on paths" before)
+OTOH this might be a lintian false positive since the file is not a perl
+script but a template, and then I'd rather use a lintian override.
+ok, after building without the override I see it:
+W: rex: script-not-executable 
usr/share/perl5/Rex/Commands/templates/append_if_no_such_line.tpl.pl
+sounds like a good opportunity for a lintian override with a comment "this
+is not a script, just a template"
+  - repo: build with gbp doesn't work because of the names of the files in the
+pristine-tar branch
+  - there's a newer upstream release available
+  - autopkgtest: 2 out of the 3 tests fail. please fix (or remove the header
+from d/control for the time being)
 
   * Initial Release. Closes: #688066.
   * d/control: update homepage and description

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/rex.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits