Package: pelican
Severity: wishlist
Tags: patch

Hi,

There's a new upstream version available, 3.2.2
Attached is a diff against the debian/ dir, the only packaging changes
being the new upstream version entry and forcing the python version to
2.7 as upstream doesn't support 2.6 and older (there are syntax errors
on 2.6).

Cheers,
Simon

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-rc4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/pelican-3.2.1/debian/changelog b/pelican-3.2.2/debian/changelog
index 6697c93..09ae886 100644
--- a/pelican-3.2.1/debian/changelog
+++ b/pelican-3.2.2/debian/changelog
@@ -1,3 +1,11 @@
+pelican (3.2.2-1) UNRELEASED; urgency=low
+
+  [ Simon Chopin ]
+  * New upstream version
+  * Specify the supported Python versions
+
+ -- Simon Chopin <chopin.si...@gmail.com>  Mon, 10 Jun 2013 16:34:00 +0200
+
 pelican (3.2.1-1) unstable; urgency=low
 
   * Initial packaging (Closes: #702222)
diff --git a/pelican-3.2.2/debian/clean b/pelican-3.2.2/debian/clean
new file mode 100644
index 0000000..2c30002
--- /dev/null
+++ b/pelican-3.2.2/debian/clean
@@ -0,0 +1 @@
+pelican.egg-info/*
diff --git a/pelican-3.2.1/debian/control b/pelican-3.2.2/debian/control
index 0a47a40..77f97ac 100644
--- a/pelican-3.2.1/debian/control
+++ b/pelican-3.2.2/debian/control
@@ -4,10 +4,12 @@ Section: python
 Priority: optional
 Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
 Standards-Version: 3.9.4
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
 
 Package: python-pelican
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-argparse | python (>= 2.7)
+Depends: ${misc:Depends}, ${python:Depends}
 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

Reply via email to