[Python-apps-commits] r12927 - in packages/pybtex/trunk/debian (changelog control)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Mar 14 13:26:41 UTC 2016


    Date: Monday, March 14, 2016 @ 13:26:40
  Author: danstender-guest
Revision: 12927

deb/control: dropped deps on pyparsing

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/control

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2016-03-14 13:18:23 UTC (rev 12926)
+++ packages/pybtex/trunk/debian/changelog	2016-03-14 13:26:40 UTC (rev 12927)
@@ -4,8 +4,11 @@
   * Set up DEP-8 testing.
   * deb/control:
     + put group into Maintainer field (unconfirmed group uploads).
-    + bumped Debhelper version to 9 (changed also deb/compat).
-    + added dh-python to build deps, don't depend on python-all (not needed).
+    + deps:
+      * bumped Debhelper version to 9 (changed also deb/compat).
+      * added dh-python to build deps.
+      * don't depend on python-all (not needed).
+      * dropped dep on pyparsing (obsolete).
     + removed X-Python-Version (not needed).
     + bumped Standards-Version to 3.9.7 (no changes needed).
     + updated Homepage, uploader email address.
@@ -19,7 +22,7 @@
     + use Pybuild customization for dh_auto_test.
   * deb/watch: watch pypi.debian.net.
 
- -- Daniel Stender <stender at debian.org>  Mon, 14 Mar 2016 14:17:43 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 14 Mar 2016 14:24:44 +0100
 
 pybtex (0.18-1) unstable; urgency=low
 

Modified: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control	2016-03-14 13:18:23 UTC (rev 12926)
+++ packages/pybtex/trunk/debian/control	2016-03-14 13:26:40 UTC (rev 12927)
@@ -11,7 +11,6 @@
  python-jinja2,
  python-nose,
  python-pygments,
- python-pyparsing,
  python-setuptools,
  python-yaml
 Standards-Version: 3.9.7
@@ -23,7 +22,6 @@
 Architecture: all
 Depends:
  python-pkg-resources,
- python-pyparsing,
  ${misc:Depends},
  ${python:Depends}
 Recommends:




More information about the Python-apps-commits mailing list