From b4dea5d3f9b8356a3f864cc01782988c2f67bb58 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 1 Jul 2014 12:40:28 +0200 Subject: [PATCH 1/5] first commit in the debian branch --- changelog | 5 +++++ compat | 1 + control | 17 +++++++++++++++++ rules | 9 +++++++++ source/format | 1 + 5 files changed, 33 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100755 rules create mode 100644 source/format diff --git a/changelog b/changelog new file mode 100644 index 0000000..4ca1243 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +python-django-cmsplugin-blurp (1.3-1) unstable; urgency=low + + * source package initialized + + -- Benjamin Dauvergne Fri, 1 Jul 2014 12:39:52 +0200 diff --git a/compat b/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +7 diff --git a/control b/control new file mode 100644 index 0000000..4502e6c --- /dev/null +++ b/control @@ -0,0 +1,17 @@ +Source: python-django-cmsplugin-blurp +Maintainer: Benjamin Dauvergne +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3), + python-django (>= 1.5) +Standards-Version: 3.9.1 +X-Python-Version: >= 2.6 + +Package: python-django-cmsplugin-blurp +Architecture: all +Depends: ${misc:Depends}, + python (>= 2.6), + python-django-cms (>= 3), + python-django (>= 1.5) +Description: Django CMS plugin framework + diff --git a/rules b/rules new file mode 100755 index 0000000..447dee0 --- /dev/null +++ b/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Fri, 14 Jun 2013 17:33:52 +0200 + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) From 0cd8461942aae87b60dce22c198b50199adbbd52 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 1 Jul 2014 12:45:10 +0200 Subject: [PATCH 2/5] fix wrong version --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index 4ca1243..57fd7a3 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -python-django-cmsplugin-blurp (1.3-1) unstable; urgency=low +python-django-cmsplugin-blurp (1.0.0-1) unstable; urgency=low * source package initialized From 8f8a71eb4381616d2a9f40f0aa9b2c6c7d2281f6 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 1 Jul 2014 12:46:42 +0200 Subject: [PATCH 3/5] debian/changelog: fix version bis --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index 57fd7a3..e9e4ca0 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -python-django-cmsplugin-blurp (1.0.0-1) unstable; urgency=low +python-django-cmsplugin-blurp (1.0.0-0) unstable; urgency=low * source package initialized From b55c41bf544bda227269001b4dbc0fa337101f02 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 1 Jul 2014 16:43:25 +0200 Subject: [PATCH 4/5] control: add dependency upon python-django-classy-tags --- control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control b/control index 4502e6c..b10adc8 100644 --- a/control +++ b/control @@ -12,6 +12,7 @@ Architecture: all Depends: ${misc:Depends}, python (>= 2.6), python-django-cms (>= 3), - python-django (>= 1.5) + python-django (>= 1.5), + python-django-classy-tags Description: Django CMS plugin framework From 7e73983cf2bb97f37db1c2a5b7fc13cec2f3ef5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Sep 2015 23:28:16 +0200 Subject: [PATCH 5/5] debian: add missing python-feedparser dependency --- control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control b/control index b10adc8..41133c0 100644 --- a/control +++ b/control @@ -13,6 +13,7 @@ Depends: ${misc:Depends}, python (>= 2.6), python-django-cms (>= 3), python-django (>= 1.5), - python-django-classy-tags + python-django-classy-tags, + python-feedparser Description: Django CMS plugin framework