Package: dh-make
Version: 0.48
Severity: minor
Tags: patch

The term “Debianize” is a neologism that is awkward in the prose, and
is used ambiguously in the various places it appears.

The attached patches address this:

dh-make.packaged-for-debian.r52.patch
    Refer uniformly to “package for Debian” in ‘copyright’ templates.

dh-make.prepare-debian-packaging.r53.patch
    Refer uniformly to “prepare Debian packaging for an original
    source archive”.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.26-1-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_AU.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dh-make depends on:
ii  debhelper                     7.2.6      helper programs for debian/rules
ii  dpkg-dev                      1.14.25    Debian package development tools
ii  make                          3.81-5     The GNU version of the "make" util
ii  perl                          5.10.0-19  Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential               11.4       Informational list of build-essent

-- no debconf information

-- 
 \                              “Holy rising hemlines, Batman!” —Robin |
  `\                                                                   |
_o__)                                                                  |
Ben Finney <b...@benfinney.id.au>
=== modified file 'lib/licenses/apache'
--- lib/licenses/apache	2009-03-14 21:32:39 +0000
+++ lib/licenses/apache	2009-04-03 04:28:09 +0000
@@ -1,5 +1,6 @@
-This package was debianized by #USERNAME# <#EMAIL#> on
-#DATE#.
+This work was packaged for Debian by:
+
+    #USERNAME# <#EMAIL#> on #DATE#
 
 It was downloaded from <url://example.com>
 

=== modified file 'lib/licenses/artistic'
--- lib/licenses/artistic	2009-03-14 21:32:39 +0000
+++ lib/licenses/artistic	2009-04-03 04:28:09 +0000
@@ -1,5 +1,6 @@
-This package was debianized by #USERNAME# <#EMAIL#> on
-#DATE#.
+This work was packaged for Debian by:
+
+    #USERNAME# <#EMAIL#> on #DATE#
 
 It was downloaded from <url://example.com>
 

=== modified file 'lib/licenses/blank'
--- lib/licenses/blank	2009-03-14 21:32:39 +0000
+++ lib/licenses/blank	2009-04-03 04:28:09 +0000
@@ -1,5 +1,6 @@
-This package was debianized by #USERNAME# <#EMAIL#> on
-#DATE#.
+This work was packaged for Debian by:
+
+    #USERNAME# <#EMAIL#> on #DATE#
 
 It was downloaded from <url://example.com>
 

=== modified file 'lib/licenses/bsd'
--- lib/licenses/bsd	2009-03-14 21:32:39 +0000
+++ lib/licenses/bsd	2009-04-03 04:28:09 +0000
@@ -1,5 +1,6 @@
-This package was debianized by #USERNAME# <#EMAIL#> on
-#DATE#.
+This work was packaged for Debian by:
+
+    #USERNAME# <#EMAIL#> on #DATE#
 
 It was downloaded from <url://example.com>
 

=== modified file 'lib/licenses/gpl2'
--- lib/licenses/gpl2	2009-03-14 21:32:39 +0000
+++ lib/licenses/gpl2	2009-04-03 04:28:09 +0000
@@ -1,4 +1,4 @@
-This package was debianized by:
+This work was packaged for Debian by:
 
     #USERNAME# <#EMAIL#> on #DATE#
 

=== modified file 'lib/licenses/gpl3'
--- lib/licenses/gpl3	2009-03-14 21:32:39 +0000
+++ lib/licenses/gpl3	2009-04-03 04:28:09 +0000
@@ -1,4 +1,4 @@
-This package was debianized by:
+This work was packaged for Debian by:
 
     #USERNAME# <#EMAIL#> on #DATE#
 

=== modified file 'lib/licenses/lgpl2'
--- lib/licenses/lgpl2	2009-03-14 21:32:39 +0000
+++ lib/licenses/lgpl2	2009-04-03 04:28:09 +0000
@@ -1,5 +1,6 @@
-This package was debianized by #USERNAME# <#EMAIL#> on
-#DATE#.
+This work was packaged for Debian by:
+
+    #USERNAME# <#EMAIL#> on #DATE#
 
 It was downloaded from <url://example.com>
 

=== modified file 'lib/licenses/lgpl3'
--- lib/licenses/lgpl3	2009-03-14 21:32:39 +0000
+++ lib/licenses/lgpl3	2009-04-03 04:28:09 +0000
@@ -1,5 +1,6 @@
-This package was debianized by #USERNAME# <#EMAIL#> on
-#DATE#.
+This work was packaged for Debian by:
+
+    #USERNAME# <#EMAIL#> on #DATE#
 
 It was downloaded from <url://example.com>
 

=== modified file 'debian/copyright'
--- debian/copyright	2009-03-14 21:32:39 +0000
+++ debian/copyright	2009-04-03 04:35:12 +0000
@@ -1,4 +1,4 @@
-dh-make: A program to help Debian developers Debianize source trees
+dh-make: A program to prepare Debian packaging for an original source archive
 
 Copyright (C) 1998-2009 Craig Small <csm...@debian.org>
 

=== modified file 'dh_make'
--- dh_make	2009-03-14 21:38:46 +0000
+++ dh_make	2009-04-03 04:35:12 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/perl 
 #
-# dh_make - Script to Debianize a source archive
+# dh_make - Script to prepare Debian packaging for an original source archive
 #
 use Getopt::Long;
 use Cwd;
@@ -94,7 +94,7 @@
 
 sub show_version
 {
-  print "dh_make - Script to Debianize a regular source archive, version $main::DH_MAKE_VERSION\n\n";
+  print "dh_make - prepare Debian packaging for an original source archive, version $main::DH_MAKE_VERSION\n\n";
   print "Copyright (C) 1998-2009 Craig Small <csma...@debian.org>\n";
   print "This is free software; see the source for copying conditions.  There is NO\n";
   print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";

=== modified file 'dh_make.1'
--- dh_make.1	2009-03-14 21:32:39 +0000
+++ dh_make.1	2009-04-03 04:35:12 +0000
@@ -1,6 +1,6 @@
 .TH DH_MAKE 8 "12 March 2009" "Debian Project" \" -*- nroff -*-
 .SH NAME
-dh_make \- Debianize a regular source archive
+dh_make \- prepare Debian packaging for an original source archive
 .SH SYNOPSIS
 .B dh_make
 [\-bnlsmiadh] [\-c license] [\-e address] [\-f file] [\-t directory]

Attachment: signature.asc
Description: Digital signature

Reply via email to