[pybtex] 62/108: * 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).

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository pybtex.

commit 5dc5cf32da4785b3457c3bdc1fa71c7b1c004884
Author: Daniel Stender <stender at debian.org>
Date:   Sat Jul 19 00:28:31 2014 +0000

    * 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).
---
 debian/changelog         | 31 ++++++++++++++++++++++++++-----
 debian/clean             |  1 -
 debian/control           | 18 ++++++++----------
 debian/copyright         | 10 +++++-----
 debian/lintian-overrides |  4 ----
 debian/rules             | 20 +++++---------------
 6 files changed, 44 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae3db06..5bdb6a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,29 @@
-pybtex (0.15-2) UNRELEASED; urgency=low
+pybtex (0.18-1) UNRELEASED; urgency=low
 
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:31 +0200
+  * 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).
+
+ -- 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 @@ pybtex (0.15-1) unstable; urgency=low
     + 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
 
diff --git a/debian/clean b/debian/clean
index f5d63ff..45149aa 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1 @@
 *.egg-info/*
-docs/changelog
diff --git a/debian/control b/debian/control
index cc98279..ef48ca2 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/copyright b/debian/copyright
index d6dd964..1773da9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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 @@ License: BSD-3-clause
  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.
-
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
deleted file mode 100644
index 3e15b25..0000000
--- a/debian/lintian-overrides
+++ /dev/null
@@ -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~)
diff --git a/debian/rules b/debian/rules
index 8f07b80..56ffe3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/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:
@@ -23,18 +28,3 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list