Bug#755410: RFS: python-xmp-toolkit/2.0.1-1 [ITA] -- Python library for XMP

2014-08-29 Thread Daniel Stender

Eriberto,

thank you very much for reviewing my package.

On 28.08.2014 21:49, Eriberto Mota wrote:

1. d/copyright says that upstream copyright years are 2008-2009.
However, the upstream changelog has newer dates. Please, update the
years.


The changelog spans up to 2.0.0 of 2013.

I've rechecked the repo and found that our tarball 2.0.1 is actually a 
beta (Git releases: 2.0.1 release preparation). AAMOF the repo 
contains an updated changelog with infos on release 2.0.1 (spanning to 
2014).


So, I've updated deb/copyright to the actual year of the code, 2014.

Further, I would like to package the latest git rev. as 
2.0.1~git000-1, do you agree?


I've also updated an Upstream-Contact email address according to AUTHOR.


2. Remove the useless file d/source/options.


Yes, that's obselete. Removed it.


3. A problem: after the build of the binary python-libxmp-doc, the new
files usr/share/doc/python-libxmp-doc/html/_static/{basic,default}.css
have this header:

  * Sphinx stylesheet -- default theme.
  *
  * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
  * :license: BSD, see LICENSE for details.

It is an inedit situation for me, but the license must be placed at
d/copyright. So, I suggest put it in d/copyright and add a field
'comment'[1] to explain about this.

[1] http://dep.debian.net/deps/dep5/#fields


I've added that to deb/copyright. License details I've taken from 
LICENSE of the python-sphinx source package.



4. Note that your package has new binaries (.deb) and will be NEW.


Yes, alright.


Thanks for your work. Your packaging is very good.


Thanks for encouraging, nice!

For the fresh build, please cf.
http://lists.alioth.debian.org/pipermail/python-modules-commits/2014-August/029615.html
http://svn.debian.org/viewsvn/python-modules/packages/python-xmp-toolkit/trunk/
http://www.danielstender.com/buildlogs/python-xmp-toolkit_2.0.1-1_amd64.build
http://mentors.debian.net/debian/pool/main/p/python-xmp-toolkit/python-xmp-toolkit_2.0.1-1.dsc

Greetings,
Daniel Stender

--
http://www.danielstender.com/blog/
PGP key: 2048R/E41BD2D0
C879 5E41 1ED7 EE80 0F2E 7D0C DBDD 4D96 E41B D2D0


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#755410: RFS: python-xmp-toolkit/2.0.1-1 [ITA] -- Python library for XMP

2014-08-29 Thread Eriberto
2014-08-29 9:58 GMT-03:00 Daniel Stender deb...@danielstender.com:
 Eriberto,
 thank you very much for reviewing my package.


Hi Daniel!

Thanks for all changes


 Further, I would like to package the latest git rev. as 2.0.1~git000-1,
 do you agree?

Yes! But I think that the correct is 2.0.1~git20140309.984fb5. To see
more examples: $ dpkg -l | grep -i git.

Cheers,

Eriberto


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#755410: RFS: python-xmp-toolkit/2.0.1-1 [ITA] -- Python library for XMP

2014-08-29 Thread Daniel Stender

On 29.08.2014 15:52, Eriberto wrote:

Further, I would like to package the latest git rev. as 2.0.1~git000-1,
do you agree?


Yes! But I think that the correct is 2.0.1~git20140309.984fb5. To see
more examples: $ dpkg -l | grep -i git.


Alright. I've checked out the latest revision which was pushed on the 
same day, it just completed CHANGELOG and AUTHORS:

https://github.com/python-xmp-toolkit/python-xmp-toolkit/commit/5437b0ac5f756762ceba30bf97486d049727cd0b

There appears an additional author email address, which I've also added 
to deb/changelog:

http://lists.alioth.debian.org/pipermail/python-modules-commits/2014-August/029616.html

The updated build is:
http://www.danielstender.com/buildlogs/python-xmp-toolkit_2.0.1~git20140309.5437b0a-1_amd64.build

Pushed also to mentors:
http://mentors.debian.net/debian/pool/main/p/python-xmp-toolkit/python-xmp-toolkit_2.0.1~git20140309.5437b0a-1.dsc

Greetings,
Daniel

--
http://www.danielstender.com/blog/
PGP key: 2048R/E41BD2D0
C879 5E41 1ED7 EE80 0F2E 7D0C DBDD 4D96 E41B D2D0


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#755410: RFS: python-xmp-toolkit/2.0.1-1 [ITA] -- Python library for XMP

2014-08-29 Thread Eriberto
2014-08-29 11:31 GMT-03:00 Daniel Stender deb...@danielstender.com:
 Alright. I've checked out the latest revision which was pushed on the same
 day, it just completed CHANGELOG and AUTHORS:
 https://github.com/python-xmp-toolkit/python-xmp-toolkit/commit/5437b0ac5f756762ceba30bf97486d049727cd0b

Right. I made a mistake. Sorry. :-)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#755410: RFS: python-xmp-toolkit/2.0.1-1 [ITA] -- Python library for XMP

2014-08-28 Thread Eriberto Mota
tags 755410 moreinfo
thanks


Hi Daniel.

Please:

1. d/copyright says that upstream copyright years are 2008-2009.
However, the upstream changelog has newer dates. Please, update the
years.

2. Remove the useless file d/source/options.

3. A problem: after the build of the binary python-libxmp-doc, the new
files usr/share/doc/python-libxmp-doc/html/_static/{basic,default}.css
have this header:

 * Sphinx stylesheet -- default theme.
 *
 * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.

It is an inedit situation for me, but the license must be placed at
d/copyright. So, I suggest put it in d/copyright and add a field
'comment'[1] to explain about this.

[1] http://dep.debian.net/deps/dep5/#fields

4. Note that your package has new binaries (.deb) and will be NEW.

Thanks for your work. Your packaging is very good.

Cheers,

Eriberto


2014-07-20 10:23 GMT-03:00 Daniel Stender deb...@danielstender.com:
 Package: sponsorship-requests
 Severity: normal

 Hi,

 I'm looking for a sponsor of my package of the Python-xmp-toolkit:
 https://packages.qa.debian.org/p/python-xmp-toolkit.html

 The Debian patch is community maintained:
 http://anonscm.debian.org/viewvc/python-modules/packages/python-xmp-toolkit/trunk/

 Plus, I've uploaded the my package to mentors:
 http://mentors.debian.net/package/python-xmp-toolkit
 http://mentors.debian.net/debian/pool/main/p/python-xmp-toolkit/python-xmp-toolkit_2.0.1-1.dsc

 My buildlog:
 http://www.danielstender.com/buildlogs/python-xmp-toolkit_2.0.1-1_amd64.build

 Changelog:

   * New upstream release: updated hardcode-library-name.diff, removed
 fix-deprecated-unittest-methods.diff (applied upstream).
   * Changed to build with setuptools:
 + Removed patches/no-setuptools.diff, added b-ds on
 python(3)-setuptools.
   * deb/control:
 + Change of maintainer (Closes: #708545).
 + Bumped debhelper level to 9 (also in debian/compat).
 + B-ds: dropped python-support, added python3-all, python(3)-mock,
   python(3)-tz (needed by test suite), and dh-python.
 + Bumped standards to 3.9.5 (no changes needed).
 + Changed Homepage URL (Google Code became obsolete).
 + Added X-Python(3)-Versions.
 + Added description for Python3 bindings package.
   * deb/copyright:
 + Updated Format URI [Jakub Wilk].
 + Straightened, removed trailing commas, updated.
   * deb/rules:
 + Added DH_VERBOSE, DEB_BUILD_OPTIONS and PYBUILD_NAME export lines.
 + Reduced to build with dh sequencer.
   * deb/watch: changed from Google Code (obsolete) to Pypi.
   * Upstream ships with Sphinx documentation:
 + Removed deb/get-orig.source.sh (not needed anymore to create dfsg).
 + deb/control: added b-d for python-sphinx.
 + deb/rules: overrides for building docs and removal of docs/_build.
 + deb/rules: generation of symbolic links for jquery.js and
 underscore.js.
 + Added deb/python(3)-libxmp.docs and deb/python(3)-libxmp.doc-base.
   * deb/source: added extend-diff-ignore for \.egg-info.
   * Wrapped and sorted.

 Thank you very much,
 Daniel Stender

 --
 http://www.danielstender.com/blog/
 PGP key: 2048R/E41BD2D0
 C879 5E41 1ED7 EE80 0F2E 7D0C DBDD 4D96 E41B D2D0


 --
 To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: https://lists.debian.org/53cbc2e2.5010...@danielstender.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#755410: RFS: python-xmp-toolkit/2.0.1-1 [ITA] -- Python library for XMP

2014-07-20 Thread Daniel Stender

Package: sponsorship-requests
Severity: normal

Hi,

I'm looking for a sponsor of my package of the Python-xmp-toolkit:
https://packages.qa.debian.org/p/python-xmp-toolkit.html

The Debian patch is community maintained:
http://anonscm.debian.org/viewvc/python-modules/packages/python-xmp-toolkit/trunk/

Plus, I've uploaded the my package to mentors:
http://mentors.debian.net/package/python-xmp-toolkit
http://mentors.debian.net/debian/pool/main/p/python-xmp-toolkit/python-xmp-toolkit_2.0.1-1.dsc

My buildlog:
http://www.danielstender.com/buildlogs/python-xmp-toolkit_2.0.1-1_amd64.build

Changelog:

  * New upstream release: updated hardcode-library-name.diff, removed
fix-deprecated-unittest-methods.diff (applied upstream).
  * Changed to build with setuptools:
+ Removed patches/no-setuptools.diff, added b-ds on 
python(3)-setuptools.

  * deb/control:
+ Change of maintainer (Closes: #708545).
+ Bumped debhelper level to 9 (also in debian/compat).
+ B-ds: dropped python-support, added python3-all, python(3)-mock,
  python(3)-tz (needed by test suite), and dh-python.
+ Bumped standards to 3.9.5 (no changes needed).
+ Changed Homepage URL (Google Code became obsolete).
+ Added X-Python(3)-Versions.
+ Added description for Python3 bindings package.
  * deb/copyright:
+ Updated Format URI [Jakub Wilk].
+ Straightened, removed trailing commas, updated.
  * deb/rules:
+ Added DH_VERBOSE, DEB_BUILD_OPTIONS and PYBUILD_NAME export lines.
+ Reduced to build with dh sequencer.
  * deb/watch: changed from Google Code (obsolete) to Pypi.
  * Upstream ships with Sphinx documentation:
+ Removed deb/get-orig.source.sh (not needed anymore to create dfsg).
+ deb/control: added b-d for python-sphinx.
+ deb/rules: overrides for building docs and removal of docs/_build.
+ deb/rules: generation of symbolic links for jquery.js and 
underscore.js.

+ Added deb/python(3)-libxmp.docs and deb/python(3)-libxmp.doc-base.
  * deb/source: added extend-diff-ignore for \.egg-info.
  * Wrapped and sorted.

Thank you very much,
Daniel Stender

--
http://www.danielstender.com/blog/
PGP key: 2048R/E41BD2D0
C879 5E41 1ED7 EE80 0F2E 7D0C DBDD 4D96 E41B D2D0


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org