Your message dated Sun, 06 Sep 2009 10:05:29 +0000
with message-id <[email protected]>
and subject line Bug#522363: fixed in dh-make 0.49
has caused the Debian Bug report #522363,
regarding dh-make: clarify jargon term “Debianize”
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
522363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522363
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
=== 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 <[email protected]>
 

=== 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 <[email protected]>\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


--- End Message ---
--- Begin Message ---
Source: dh-make
Source-Version: 0.49

We believe that the bug you reported is fixed in the latest version of
dh-make, which is due to be installed in the Debian FTP archive:

dh-make_0.49.dsc
  to pool/main/d/dh-make/dh-make_0.49.dsc
dh-make_0.49.tar.gz
  to pool/main/d/dh-make/dh-make_0.49.tar.gz
dh-make_0.49_all.deb
  to pool/main/d/dh-make/dh-make_0.49_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Craig Small <[email protected]> (supplier of updated dh-make package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 06 Sep 2009 18:36:14 +1000
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 0.49
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[email protected]>
Changed-By: Craig Small <[email protected]>
Description: 
 dh-make    - tool that converts source archives into Debian package source
Closes: 446381 493888 522363 531092 531602 540370 540740 543395
Changes: 
 dh-make (0.49) unstable; urgency=low
 .
   [ Bernd Zeimetz ]
   * Fixing dhusername comment in manpage.xml.ex to use existing
     entities.
 .
   [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
   * Standards version now 3.8.3
   * Simplified debhelper rules files.
   * Added DH7_ADDON substitution variable
   * For quilt patch system, BUILD_DEP on version 0.46-7~ to support debhelper
     7 addon system.
 .
   [ Craig Small ]
   * Removed example dirs file Closes: #540370
   * LSB example init.d exits 0 Closes: #531602
   * Applied Ben's 'Debianize' patches Closes: #522363
   * Removed dh_python from debiank rules, others gone already due to
     simple rules Closes: #493888
   * Fixed #PACKAGE typo in init.d.lsb.ex Closes: #531092
   * SOURCE_FILE_BASE defined Closes: #446381
   * Adjusted the notes in the license files and added README about it
     Closes: #540740
   * Added README.source example Closes: #543395
Checksums-Sha1: 
 19fc63776acce50c872a15c663b730dc7770ca07 807 dh-make_0.49.dsc
 9b89f232d37fd7d4e130b98486e49273dfca3868 40887 dh-make_0.49.tar.gz
 f7ec4bbb5a50f85de4da9639566fbc2b2c4ada56 43784 dh-make_0.49_all.deb
Checksums-Sha256: 
 090b5403ea0841380923cecc2ea21decf83350035ec383a5bc5a4953ff1a9e74 807 
dh-make_0.49.dsc
 0b4d9b26fb5f81525fd7d3fc25e633cd829f0019c9fc710fdcfe4116612558a4 40887 
dh-make_0.49.tar.gz
 eef48717f84c79f7821b92364c24a178512e8e071da2851fcf5f812087849c2f 43784 
dh-make_0.49_all.deb
Files: 
 165fb4e3a8dbdd8c17113e34dd648cca 807 devel optional dh-make_0.49.dsc
 5d6028137f1bc680ff4de21b8982c2b8 40887 devel optional dh-make_0.49.tar.gz
 1887ce94cf14841486382fc3789321b4 43784 devel optional dh-make_0.49_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKo3o4x2zlrBLK36URAqg5AJ9U5hq1xJ+DRIDGsbri0uQeMbxETgCfTx93
VGTILzC4pbX2CYO50SevR3Y=
=oZX2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to