From 6856ae58e0256afd6dd364403c80269dc7c14040 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 7 Jul 2006 23:33:02 +0000 Subject: [PATCH] Some minor style enhancements. Split "binary" target into "binary-indep" and "binary-arch". --- debian/changelog | 2 +- debian/control | 2 +- debian/copyright | 14 +++++++------- debian/rules | 10 +++++++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21de04d..f7825d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ liblingua-de-ascii-perl (0.11-1) unstable; urgency=low - * Initial Release (closes: #377220). + * Initial release (Closes: #377220). -- Sebastian Harl Fri, 7 Jul 2006 15:09:35 +0200 diff --git a/debian/control b/debian/control index 3383003..bf3983b 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: liblingua-de-ascii-perl Section: perl Priority: optional +Maintainer: Sebastian Harl Build-Depends: debhelper (>= 4.0.0) Build-Depends-Indep: perl (>= 5.8.0-7) -Maintainer: Sebastian Harl Standards-Version: 3.7.2 Package: liblingua-de-ascii-perl diff --git a/debian/copyright b/debian/copyright index 12b5e44..0ff4869 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,20 +1,20 @@ This package was debianized by Sebastian Harl on Fri, 7 Jul 2006 15:09:35 +0200. -It was downloaded from http://cpan.org/modules/by-module/Lingua/. +It was downloaded from . Copyright Holder: Janek Schleicher License: - This program is free software; you can redistribute it and/or modify - it under the terms of either: + This program is free software; you can redistribute it and/or modify + it under the terms of either: - a) the GNU General Public License as published by the Free Software - Foundation; either version 1, or (at your option) any later - version, or + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or - b) the "Artistic License" which comes with Perl. + b) the "Artistic License" which comes with Perl. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the diff --git a/debian/rules b/debian/rules index cd73e70..7a2922f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export PERL_MM_USE_DEFAULT=1 ifndef PERL -PERL = /usr/bin/perl + PERL = /usr/bin/perl endif build: build-stamp @@ -48,7 +48,7 @@ install-stamp: touch install-stamp -binary: build install +binary-indep: build install dh_testdir dh_testroot dh_installdocs README @@ -62,5 +62,9 @@ binary: build install dh_md5sums dh_builddeb -.PHONY: build clean install binary +binary-arch: + # nothing to do here + +binary: binary-indep binary-arch +.PHONY: build clean install binary binary-indep binary-arch -- 2.30.2