summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2012-01-02 17:25:25 +1100
committerBrendan O'Dea <bod@debian.org>2012-01-02 17:25:25 +1100
commit6a273b8847b2d61fbf9f9c66bb237c4396636ad8 (patch)
tree78f8f4ef4e7f3c217984c58e8c799a7eceeea86d
parent8cfa708ae5fd517f54b6ed88923677ec8b228c90 (diff)
downloadhelp2man-6a273b8847b2d61fbf9f9c66bb237c4396636ad8.tar.gz
CLean up some lintian warnings
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/source/format1
4 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 951ae2d..5c6bc49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+help2man (1.40.5) unstable; urgency=low
+
+ * Clean up some lintian warnings: build-targets, source format and
+ standards version.
+
+ -- Brendan O'Dea <bod@debian.org> Mon, 02 Jan 2012 17:24:19 +1100
+
help2man (1.40.4) unstable; urgency=low
* Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro
diff --git a/debian/control b/debian/control
index e5f50da..14cf5f1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: help2man
Section: devel
Priority: optional
Maintainer: Brendan O'Dea <bod@debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Build-Depends: perl (>= 5.8.0-7), debhelper (>= 8), gettext (>= 0.12.1), liblocale-gettext-perl
Vcs-Git: git://anonscm.debian.org/users/bod/help2man.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/bod/help2man.git
diff --git a/debian/rules b/debian/rules
index 5a2d1ca..4ac59c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
CONFARGS = --host=$(DEB_HOST_GNU_TYPE)
endif
-build: build-stamp
+build: build-arch build-indep
+build-arch build-indep: build-stamp
build-stamp:
dh_testdir
./configure --prefix=/usr --enable-nls --mandir='$${prefix}/share/man' \
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)