[Python-apps-commits] r12017 - in packages/pelican/trunk/debian (changelog control install)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Wed Jun 17 05:36:42 UTC 2015


    Date: Wednesday, June 17, 2015 @ 05:36:41
  Author: vcheng
Revision: 12017

rename python-pelican -> pelican

Added:
  packages/pelican/trunk/debian/install
Modified:
  packages/pelican/trunk/debian/changelog
  packages/pelican/trunk/debian/control

Modified: packages/pelican/trunk/debian/changelog
===================================================================
--- packages/pelican/trunk/debian/changelog	2015-06-16 10:25:39 UTC (rev 12016)
+++ packages/pelican/trunk/debian/changelog	2015-06-17 05:36:41 UTC (rev 12017)
@@ -1,3 +1,9 @@
+pelican (3.6.0-2) UNRELEASED; urgency=medium
+
+  * Rename binary package from python-pelican -> pelican.
+
+ -- Vincent Cheng <vcheng at debian.org>  Tue, 16 Jun 2015 22:27:08 -0700
+
 pelican (3.6.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/pelican/trunk/debian/control
===================================================================
--- packages/pelican/trunk/debian/control	2015-06-16 10:25:39 UTC (rev 12016)
+++ packages/pelican/trunk/debian/control	2015-06-17 05:36:41 UTC (rev 12017)
@@ -13,7 +13,7 @@
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pelican/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pelican/trunk/
 
-Package: python-pelican
+Package: pelican
 Architecture: all
 Depends:
  python-argparse | python (>= 2.7),
@@ -24,6 +24,10 @@
 Suggests:
  pandoc,
  python-bs4
+Breaks:
+ python-pelican (<< 3.6.0-1)
+Replaces:
+ python-pelican (<< 3.6.0-1)
 Description: blog aware, static website generator
  Pelican is a static site generator, written in Python.  It allows you
  to write your weblog entries directly with your editor of choice in
@@ -31,3 +35,13 @@
  that is easy to host anywhere.  Pelican includes a simple CLI tool to
  (re)generate the weblog and it is easy to interface with DVCSes and web
  hooks.
+
+Package: python-pelican
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends:
+ pelican,
+ ${misc:Depends}
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.

Added: packages/pelican/trunk/debian/install
===================================================================
--- packages/pelican/trunk/debian/install	                        (rev 0)
+++ packages/pelican/trunk/debian/install	2015-06-17 05:36:41 UTC (rev 12017)
@@ -0,0 +1,2 @@
+usr/bin/
+usr/lib/python*/




More information about the Python-apps-commits mailing list