summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-18 19:04:50 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-18 19:04:50 +0100
commitcfebc04146e020c09ddf51fa82d74fc7f3881701 (patch)
tree5b45e2c38f1c3a3ca99337b967b0c980b8be39a2 /debian
parentd9ed28cdcf0193d2e4a423c35dbca0e7ae5b3ee5 (diff)
downloadttystatus-cfebc04146e020c09ddf51fa82d74fc7f3881701.tar.gz
* Debian packaging changed to be a non-native package.
* debian/rules and debian/control changed to use dh_python2. * debian/copyright converted to use DEP5.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control12
-rw-r--r--debian/copyright8
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format2
5 files changed, 17 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 629d517..42483f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-python-ttystatus (0.13-1) UNRELEASED; urgency=low
+python-ttystatus (0.13-1) unstable; urgency=low
* New upstream release.
* First upload to Debian. (Closes: #636443)
- * Debian packaging changed to be a native package.
+ * Debian packaging changed to be a non-native package.
+ * debian/rules and debian/control changed to use dh_python2.
+ * debian/copyright converted to use DEP5.
-- Lars Wirzenius <liw@liw.fi> Wed, 03 Aug 2011 08:09:57 +0100
diff --git a/debian/control b/debian/control
index 9534c52..280638a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: python-ttystatus
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
-Standards-Version: 3.9.0
-Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
- python (>= 2.5), python-coverage-test-runner, python-sphinx
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python (>= 2.6.6-3~),
+ python-coverage-test-runner, python-sphinx
+X-Python-Version: >= 2.6
Package: python-ttystatus
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Homepage: http://liw.fi/ttystatus/
Description: terminal progress bar and status output for Python
The ttystatus Python library provides a simple widget-based way to show
progress and current status in command line programs.
diff --git a/debian/copyright b/debian/copyright
index 1b9c8f8..820fde7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: ttystatus
-Maintainer: Lars Wirzenius <liw@liw.fi>
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: ttystatus
+Upstream-Contact: Lars Wirzenius <liw@liw.fi>
Source: http://code.liw.fi/ttystatus/bzr/trunk/
Files: *
-Copyright: 2010, Lars Wirzenius
+Copyright: 2010, 2011, Lars Wirzenius
License: GPL-3+
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
diff --git a/debian/rules b/debian/rules
index 958a8a1..d90a295 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with-buildsystem=python_distutils
+ dh $@ --with=python2 --with-buildsystem=python_distutils
override_dh_auto_install:
- python setup.py install --prefix=debian/python-ttystatus/usr
+ python setup.py install --prefix=debian/python-ttystatus/usr --layout=deb
diff --git a/debian/source/format b/debian/source/format
index 89ae9db..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)