[Python-apps-commits] r11070 - in packages/pybtex/trunk/debian (6 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sat Jul 19 00:28:32 UTC 2014


    Date: Saturday, July 19, 2014 @ 00:28:31
  Author: danstender-guest
Revision: 11070

* New upstream release.
* deb/changelog: fixed typo (fixes lintian complaint on
  experimental-to-unstable-w/o-comment).
* deb/control:
  + Updated maintainer email address.
  + Bumped standards to 3.9.5 (no changes needed).
  + Added python-pkg-resources to Depends (Closes: #684699).
  + Removed Conflicts (obsolete).
* deb/copyright: changed Format line for DEP-5, updated.
* deb/rules:
  + Added export lines for DH_VERBOSE and DEB_BUILD_OPTIONS.
  + Removed build targets in favour of simplified dh sequencer call.
* Changed to build with dh_python2:
  + deb/control: removed b-d on python-support, bumped version of
    python-all to 2.6.6-3~.
  + deb/rules: rearragned, added python2 to dh sequencer.
* Upstream now ships with changelog:
  + deb/clean: removed doc/changelog.
  + deb/control: removed b-p on elinks.
  + deb/rules: dropped override for dh_installchangelogs.
* Removed lintian-overrides (obsolete).

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/clean
  packages/pybtex/trunk/debian/control
  packages/pybtex/trunk/debian/copyright
  packages/pybtex/trunk/debian/rules
Deleted:
  packages/pybtex/trunk/debian/lintian-overrides

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2014-07-17 05:36:49 UTC (rev 11069)
+++ packages/pybtex/trunk/debian/changelog	2014-07-19 00:28:31 UTC (rev 11070)
@@ -1,8 +1,29 @@
-pybtex (0.15-2) UNRELEASED; urgency=low
+pybtex (0.18-1) UNRELEASED; urgency=low
 
-  * Use canonical URIs for Vcs-* fields.
+  * New upstream release.
+  * deb/changelog: fixed typo (fixes lintian complaint on
+    experimental-to-unstable-w/o-comment).
+  * deb/control:
+    + Updated maintainer email address.
+    + Bumped standards to 3.9.5 (no changes needed).
+    + Use canonical URIs for Vcs-* fields [Jakub Wilk].
+    + Added python-pkg-resources to Depends (Closes: #684699).
+    + Removed Conflicts (obsolete).
+  * deb/copyright: changed Format line for DEP-5, updated.
+  * deb/rules:
+    + Added export lines for DH_VERBOSE and DEB_BUILD_OPTIONS.
+    + Removed build targets in favour of simplified dh sequencer call.
+  * Changed to build with dh_python2:
+    + deb/control: removed b-d on python-support, bumped version of
+      python-all to 2.6.6-3~.
+    + deb/rules: rearragned, added python2 to dh sequencer.
+  * Upstream now ships with changelog:
+    + deb/clean: removed doc/changelog.
+    + deb/control: removed b-p on elinks.
+    + deb/rules: dropped override for dh_installchangelogs.
+  * Removed lintian-overrides (obsolete).
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:31 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sat, 19 Jul 2014 02:26:38 +0200
 
 pybtex (0.15-1) unstable; urgency=low
 
@@ -14,7 +35,7 @@
     + removed GPL-2+ license for database/convert/__main__.py.
     + added BSD-3-clause license for custom_fixers/fix_alt_unicode.py
   * Bumped standards version to 3.9.2 (no changes needed).
-  * Uploaded to Unstable.
+  * Uploaded to unstable.
 
  -- Daniel Stender <daniel at danielstender.com>  Wed, 25 May 2011 13:00:53 +0200
 

Modified: packages/pybtex/trunk/debian/clean
===================================================================
--- packages/pybtex/trunk/debian/clean	2014-07-17 05:36:49 UTC (rev 11069)
+++ packages/pybtex/trunk/debian/clean	2014-07-19 00:28:31 UTC (rev 11070)
@@ -1,2 +1 @@
 *.egg-info/*
-docs/changelog

Modified: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control	2014-07-17 05:36:49 UTC (rev 11069)
+++ packages/pybtex/trunk/debian/control	2014-07-19 00:28:31 UTC (rev 11070)
@@ -1,34 +1,32 @@
 Source: pybtex
 Section: tex
 Priority: optional
-Maintainer: Daniel Stender <daniel at danielstender.com>
+Maintainer: Daniel Stender <debian at danielstender.com>
 Uploaders:
  Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~),
- elinks-lite | elinks,
- python-all (>= 2.6.5-13~),
+ python-all (>= 2.6.6-3~),
  python-docutils,
  python-jinja2,
  python-nose,
  python-pygments,
  python-pyparsing,
  python-setuptools,
- python-support (>= 0.90),
  python-yaml
 X-Python-Version: >= 2.6
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
 Homepage: http://pybtex.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybtex/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pybtex/trunk/
 
 Package: pybtex
 Architecture: all
-Depends: python-pyparsing, ${misc:Depends}, ${python:Depends}
-Conflicts:
- pybliographer (<< 1.2.12-3.1~),
- texlive-base-bin (<< 2009-5~),
- texlive-binaries (<< 2009-5~)
+Depends:
+ python-pkg-resources,
+ python-pyparsing,
+ ${misc:Depends},
+ ${python:Depends}
 Recommends: python-yaml
 Description: BibTeX-compatible bibliography processor
  Pybtex reads citation information from a file and produces a formatted

Modified: packages/pybtex/trunk/debian/copyright
===================================================================
--- packages/pybtex/trunk/debian/copyright	2014-07-17 05:36:49 UTC (rev 11069)
+++ packages/pybtex/trunk/debian/copyright	2014-07-19 00:28:31 UTC (rev 11070)
@@ -1,15 +1,16 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pybtex
 Upstream-Contact: Andrey Golovizin <golovizin at gmail.com>
-Source: http://pybtex.sourceforge.net/
+Source: https://code.launchpad.net/~pybtex-devs/pybtex/trunk
 
 Files: *
-Copyright: 2006-2011 Andrey Golovizin <golovizin at gmail.com>
+Copyright: 2006-2013 Andrey Golovizin <golovizin at gmail.com>
+           2014 Matthias C. M. Troffaes
 License: Expat
 
 Files: debian/*
 Copyright: 2009-2010 Jakub Wilk <jwilk at debian.org>
-           2011 Daniel Stender <daniel at danielstender.com>
+           2011-2014 Daniel Stender <debian at danielstender.com>
 License: Expat
 
 License: Expat
@@ -56,4 +57,3 @@
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Deleted: packages/pybtex/trunk/debian/lintian-overrides
===================================================================
--- packages/pybtex/trunk/debian/lintian-overrides	2014-07-17 05:36:49 UTC (rev 11069)
+++ packages/pybtex/trunk/debian/lintian-overrides	2014-07-19 00:28:31 UTC (rev 11070)
@@ -1,4 +0,0 @@
-# Breaks is not sufficient for pybtex.
-pybtex: conflicts-with-version pybliographer (<< 1.2.12-3.1~)
-pybtex: conflicts-with-version texlive-base-bin (<< 2009-5~)
-pybtex: conflicts-with-version texlive-binaries (<< 2009-5~)

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2014-07-17 05:36:49 UTC (rev 11069)
+++ packages/pybtex/trunk/debian/rules	2014-07-19 00:28:31 UTC (rev 11070)
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
 
+%:
+	dh $@ --with python2
+
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 	dh_auto_install
@@ -23,18 +28,3 @@
 	done
 endif
 
-.PHONY: override_dh_installchangelogs
-override_dh_installchangelogs:
-	elinks -config-file /dev/null -dump -no-numbering -no-references docs/html/history.html \
-	| grep -A1000 ^Version \
-	| sed -e '/ *-\{50,\}- *$$/ { s///; q }' \
-	> docs/changelog
-	dh_installchangelogs docs/changelog
-
-.PHONY: build build-arch build-indep binary binary-arch binary-indep clean
-build build-arch build-indep binary binary-indep clean:
-	dh $(@)
-# In order not to confuse lintian, binary-arch is a separate target:
-binary-arch:
-
-# vim:ts=4 sw=4 noet




More information about the Python-apps-commits mailing list