[Python-apps-commits] r9382 - in packages/mypaint/trunk/debian (changelog control)

achadwick-guest at users.alioth.debian.org achadwick-guest at users.alioth.debian.org
Sat Jan 26 22:42:44 UTC 2013


    Date: Saturday, January 26, 2013 @ 22:42:41
  Author: achadwick-guest
Revision: 9382

Colsolidate changelog, split deps lines in control

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

Modified: packages/mypaint/trunk/debian/changelog
===================================================================
--- packages/mypaint/trunk/debian/changelog	2013-01-25 20:14:11 UTC (rev 9381)
+++ packages/mypaint/trunk/debian/changelog	2013-01-26 22:42:41 UTC (rev 9382)
@@ -1,23 +1,6 @@
-mypaint (1.1.0-1~mentors3) unstable; urgency=low
+mypaint (1.1.0-1) UNRELEASED; urgency=low
 
-  * Fix incorrect VCS field.
-  * Echoing bugs closed by previous mentors-only uploads:
-    Closes: 685254, 660881, 691827, 545396.
-
- -- Andrew Chadwick <a.t.chadwick at gmail.com>  Sat, 19 Jan 2013 16:01:56 +0000
-
-mypaint (1.1.0-1~mentors2) unstable; urgency=low
-
-  * Fix missing python-matplotlib and python-tk in build-depends.
-  * Move development to Debian VCS (requirement of python apps team).
-  * Lowercase first letter of each short package description (best practice).
-  * Echoing bugs closed by previous mentors-only uploads:
-    Closes: 685254, 660881, 691827, 545396.
-
- -- Andrew Chadwick <a.t.chadwick at gmail.com>  Sat, 19 Jan 2013 14:20:21 +0000
-
-mypaint (1.1.0-1~mentors1) unstable; urgency=low
-
+  * NOT RELEASED YET
   * New upstream version.
   * New upstream contains updated ru_RU.UTF-8 translation (Closes: 685254).
   * Standards bump and check 3.9.2 -> 3.9.4.
@@ -35,8 +18,12 @@
   * Backport removal of deprecated Encoding key from upstream (lintian).
   * Build with hardening flags.
   * Patch in upstream test suite fixes, and run tests during build.
+  * (19 Jan) Move development to Debian VCS (requirement of python apps team).
+  * Add python-matplotlib and python-tk in build-depends (test suite reqs);
+  * Lowercase first letter of each short package description (best practice).
+  * Newlines for Build-Depends and Depends (sponsor preference).
 
- -- Andrew Chadwick <a.t.chadwick at gmail.com>  Tue, 15 Jan 2013 13:31:21 +0000
+ -- Andrew Chadwick <a.t.chadwick at gmail.com>  Sat, 26 Jan 2013 22:40:52 +0000
 
 mypaint (1.0.0-1) unstable; urgency=low
 

Modified: packages/mypaint/trunk/debian/control
===================================================================
--- packages/mypaint/trunk/debian/control	2013-01-25 20:14:11 UTC (rev 9381)
+++ packages/mypaint/trunk/debian/control	2013-01-26 22:42:41 UTC (rev 9382)
@@ -3,7 +3,9 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Andrew Chadwick <a.t.chadwick at gmail.com>
-Build-Depends: debhelper (>= 8), scons, python-gtk2-dev, python-numpy, swig, python (>= 2.6), liblcms2-dev, libjson0-dev, dpkg-dev (>= 1.16.1~), python-matplotlib, python-tk
+Build-Depends: debhelper (>= 8), scons, python-gtk2-dev, python-numpy, swig,
+ python (>= 2.6), liblcms2-dev, libjson0-dev, dpkg-dev (>= 1.16.1~),
+ python-matplotlib, python-tk
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 Homepage: http://mypaint.info/
@@ -12,7 +14,8 @@
 
 Package: mypaint
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mypaint-data (>= ${source:Version}), python-numpy, python-gtk2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ mypaint-data (>= ${source:Version}), python-numpy, python-gtk2
 Suggests: mypaint-data-extras
 Recommends: shared-mime-info
 Description: paint program for use with graphics tablets




More information about the Python-apps-commits mailing list