From ee6e9e6a999ad5477fa2f4798036274e9c668660 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Aug 2011 16:15:21 +0100 Subject: Bump version number. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index d5e979e..1e4ea0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +extrautils (1.16.1) squeeze; urgency=low + + * Bug fixes. + + -- Lars Wirzenius Fri, 19 Aug 2011 16:15:13 +0100 + extrautils (1.16) squeeze; urgency=low * Add benchmark-cmd. -- cgit v1.2.1 From 9ad369f9c868bfa9fdedbe24d4f33b08993c71b6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Aug 2011 16:21:34 +0100 Subject: Add project.meta file for unperish. --- project.meta | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 project.meta diff --git a/project.meta b/project.meta new file mode 100644 index 0000000..2398d5a --- /dev/null +++ b/project.meta @@ -0,0 +1,3 @@ +[meta] +project = extrautils +version = 1.16.1 -- cgit v1.2.1 From 946278d2eec0dc5f8578b3e0e7d3c7492edfec9f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Aug 2011 16:22:09 +0100 Subject: Fix project.meta. --- project.meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.meta b/project.meta index 2398d5a..ca5290e 100644 --- a/project.meta +++ b/project.meta @@ -1,3 +1,3 @@ -[meta] -project = extrautils +[project] +name = extrautils version = 1.16.1 -- cgit v1.2.1 From 8a71d2a1b430c4cc009f5fa223ba3f9a9b2dd998 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Aug 2011 16:25:48 +0100 Subject: Start fixes for dh_python2 building and build-deps. --- debian/control | 6 ++++-- debian/rules | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index a39ff5d..51e0cc4 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,14 @@ Maintainer: Lars Wirzenius Section: misc Priority: optional Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 7.3.15) +Build-Depends: debhelper (>= 7.3.15), python (>= 2.6.6-3~), + python-cliapp Homepage: http://liw.fi/extrautils/ +X-Python-Version: >= 2.6 Package: extrautils Architecture: any -Depends: python (>= 2.5), ${shlibs:Depends}, ${misc:Depends}, +Depends: python (>= 2.6), ${shlibs:Depends}, ${misc:Depends}, python-cliapp Description: collection of miscellaneous Unix command line utilities This is a collection of miscellaneous utilities for the Unix command diff --git a/debian/rules b/debian/rules index dcc9953..f9d3eb3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with=python2 --with-buildsystem=python_distutils override_dh_auto_install: $(MAKE) install prefix=debian/extrautils/usr -- cgit v1.2.1 From 163de4cb316dc5352dfa6c6a8dfec8b854634fe6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Aug 2011 16:28:54 +0100 Subject: Fix standards-version. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 51e0cc4..c09f4db 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: extrautils Maintainer: Lars Wirzenius Section: misc Priority: optional -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.3.15), python (>= 2.6.6-3~), python-cliapp Homepage: http://liw.fi/extrautils/ -- cgit v1.2.1 From b9e5ce16d04c0318658ab7483002022be0adde9f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Aug 2011 16:34:09 +0100 Subject: Use default python, not 2.5. I _think_ 2.5 was hardcoded because the script was written when 2.4 was default, but the script used 2.5 features. --- splitmboxdaily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splitmboxdaily b/splitmboxdaily index d337cd2..d573cae 100755 --- a/splitmboxdaily +++ b/splitmboxdaily @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 +#!/usr/bin/python # splitmboxdaily - split an mbox into new ones, one per day # Copyright 2008-2010 Lars Wirzenius # -- cgit v1.2.1