summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control33
-rw-r--r--debian/copyright42
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/source/format1
6 files changed, 0 insertions, 100 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 385a7355c..000000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-python-django-ishtar (0.9-1) UNRELEASED; urgency=low
-
- * Initial release.
-
- -- Étienne Loks <etienne.loks@peacefrogs.net> Thu, 24 Apr 2014 17:14:29 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec635144f..000000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index eaa0d9fc8..000000000
--- a/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-Source: python-django-ishtar
-Section: python
-Priority: optional
-Maintainer: Étienne Loks <etienne.loks@peacefrogs.net>
-Build-Depends: debhelper (>= 9.0.0),
- python | python-all | python-dev | python-all-dev,
- python-setuptools
-Standards-Version: 3.9.3
-Homepage: http://pypi.python.org/pypi/ishtar
-
-Package: python-django-ishtar
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-django (>= 1.4),
- python-django (<< 1.5),
- python-psycopg2,
- python-imaging,
- python-django-registration,
- python-django-south,
- python-pisa,
- python-reportlab,
- python-dbf,
- python-tidylib,
- python-lxml,
- python-html5lib,
- python-memcache
-Recommends: javascript-common,
- libjs-jquery,
- libjs-jquery-ui,
- libjs-jquery-ui-theme-base,
- memcached
-Description: TBD
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 6297d8604..000000000
--- a/debian/copyright
+++ /dev/null
@@ -1,42 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ishtar
-Source: git://lysithea.proxience.com/git/ishtar.git
-
-Files: *
-Copyright: 2013 Étienne Loks <etienne.loks@peacefrogs.net>
-License: AGPL-3.0+
-
-Files: debian/*
-Copyright: 2013 Étienne Loks <etienne.loks@peacefrogs.net>
-License: GPL-3.0+
-
-License: GPL-3.0+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
-License: AGPL-3.0
- This program is free software: you can use, redistribute, and/or modify
- this code under the terms of the GNU Affero General Public License
- version 3.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
- .
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index dd12cc51f..000000000
--- a/debian/rules
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PYTHON2=$(shell pyversions -vr)
-
-# Prevent setuptools/distribute from accessing the internet.
-export http_proxy = http://127.0.9.1:9
-
-%:
- dh $@ --with python2
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf build
- rm -rf *.egg-info
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)