Your message dated Mon, 27 May 2013 21:21:42 +0000
with message-id <[email protected]>
and subject line Bug#664439: fixed in nedit 1:5.6~cvs20081118-8
has caused the Debian Bug report #664439,
regarding [PATCH] nedit: Helping to update to packaging format 3.0
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.)


-- 
664439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nedit
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

    http://wiki.debian.org/Projects/DebSrc3.0

Paul, as we spoke before, here is the proposed NMU patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload  with these changes.

Thanks,
Jari

>From 89d6b683ca57dab6ae147aaa3abfde0faafed693 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 29 Feb 2012 06:07:43 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <[email protected]>
---
 debian/README.source                               |    2 --
 debian/changelog                                   |    8 ++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    5 ++---
 debian/patches/00list                              |    7 -------
 ...rser_error.dpatch => 10_EOF_Parser_error.patch} |    7 ++-----
 ...le.dpatch => 20_ChangeFlagsLinuxMakefile.patch} |    7 ++-----
 .../{30_off_by_one.dpatch => 30_off_by_one.patch}  |    9 ++-------
 ..._Integer.dpatch => 40_Pointer_to_Integer.patch} |    8 ++------
 ...ChangeNCinMan.dpatch => 50_ChangeNCinMan.patch} |    7 ++-----
 ...VersionText.dpatch => 70_EditVersionText.patch} |    9 ++-------
 ....dpatch => 80_Update_version_description.patch} |    7 ++-----
 debian/patches/series                              |    7 +++++++
 debian/rules                                       |    5 ++---
 debian/source/format                               |    1 +
 15 files changed, 35 insertions(+), 56 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{10_EOF_Parser_error.dpatch => 10_EOF_Parser_error.patch} (86%)
 rename debian/patches/{20_ChangeFlagsLinuxMakefile.dpatch => 20_ChangeFlagsLinuxMakefile.patch} (75%)
 rename debian/patches/{30_off_by_one.dpatch => 30_off_by_one.patch} (79%)
 rename debian/patches/{40_Pointer_to_Integer.dpatch => 40_Pointer_to_Integer.patch} (96%)
 rename debian/patches/{50_ChangeNCinMan.dpatch => 50_ChangeNCinMan.patch} (96%)
 rename debian/patches/{70_EditVersionText.dpatch => 70_EditVersionText.patch} (87%)
 rename debian/patches/{80_Update_version_description.dpatch => 80_Update_version_description.patch} (73%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index b28c590..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,2 +0,0 @@
-The source of this package is patched using dpatch. For a information, see the 
-/usr/share/doc/dpatch/README.source.gz file provided in the dpatch package.
diff --git a/debian/changelog b/debian/changelog
index 2923e32..99f7c90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nedit (1:5.6~cvs20081118-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <[email protected]>  Wed, 29 Feb 2012 05:33:04 -0500
+
 nedit (1:5.6~cvs20081118-7) unstable; urgency=low
 
   * Fixed the debian/rules to really create the debugging package
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 51f819a..e1b60f3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: nedit
 Section: editors
 Priority: optional
 Maintainer: Paul Gevers <[email protected]>
-Build-Depends: debhelper (>= 5),
-               dpatch,
+Build-Depends: debhelper (>= 9),
                lesstif2-dev (>= 1:0.95.0-2.3),
                libx11-dev,
                libxt-dev,
@@ -12,7 +11,7 @@ Build-Depends: debhelper (>= 5),
                bison,
                perl
 Homepage: http://www.nedit.org/
-Standards-Version: 3.8.3
+Standards-Version: 3.9.3
 
 Package: nedit
 Architecture: any
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 277847c..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,7 +0,0 @@
-10_EOF_Parser_error
-20_ChangeFlagsLinuxMakefile
-30_off_by_one
-40_Pointer_to_Integer
-50_ChangeNCinMan
-70_EditVersionText
-80_Update_version_description
diff --git a/debian/patches/10_EOF_Parser_error.dpatch b/debian/patches/10_EOF_Parser_error.patch
similarity index 86%
rename from debian/patches/10_EOF_Parser_error.dpatch
rename to debian/patches/10_EOF_Parser_error.patch
index 85df352..208c256 100644
--- a/debian/patches/10_EOF_Parser_error.dpatch
+++ b/debian/patches/10_EOF_Parser_error.patch
@@ -1,9 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: fix source/tags.c to properly parse EOF
-# Origin: upstream, http://nedit.cvs.sourceforge.net/viewvc/nedit/nedit/source/tags.c?r1=1.70&r2=1.71
-# Bug: https://sourceforge.net/tracker/index.php?func=detail&aid=2687525&group_id=11005&atid=111005
+From: Paul Gevers <[email protected]>
+Subject: Fix for SF bug #2687525: tipsfile parser error wrt to eof
 
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/ReleaseNotes nedit-5.6~cvs20081118/ReleaseNotes
 --- nedit-5.6~cvs20081118~/ReleaseNotes	2008-11-18 07:10:07.000000000 +0100
 +++ nedit-5.6~cvs20081118/ReleaseNotes	2009-09-03 22:47:09.000000000 +0200
diff --git a/debian/patches/20_ChangeFlagsLinuxMakefile.dpatch b/debian/patches/20_ChangeFlagsLinuxMakefile.patch
similarity index 75%
rename from debian/patches/20_ChangeFlagsLinuxMakefile.dpatch
rename to debian/patches/20_ChangeFlagsLinuxMakefile.patch
index 5e069ba..35ae7f0 100644
--- a/debian/patches/20_ChangeFlagsLinuxMakefile.dpatch
+++ b/debian/patches/20_ChangeFlagsLinuxMakefile.patch
@@ -1,9 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: Add the debian build CFLAGS to the building CFLAGS
-# Author: Paul Gevers <[email protected]>
-# Upstream: not-needed
+From: Paul Gevers <[email protected]>
+Subject: Change flags in Makefile
 
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/makefiles/Makefile.linux nedit-5.6~cvs20081118/makefiles/Makefile.linux
 --- nedit-5.6~cvs20081118~/makefiles/Makefile.linux	2009-09-15 22:13:50.000000000 +0200
 +++ nedit-5.6~cvs20081118/makefiles/Makefile.linux	2009-09-28 18:20:46.000000000 +0200
diff --git a/debian/patches/30_off_by_one.dpatch b/debian/patches/30_off_by_one.patch
similarity index 79%
rename from debian/patches/30_off_by_one.dpatch
rename to debian/patches/30_off_by_one.patch
index f3498b1..76e332f 100644
--- a/debian/patches/30_off_by_one.dpatch
+++ b/debian/patches/30_off_by_one.patch
@@ -1,11 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: Fix for off-by-one error, potentially causing a crash
-# Origin: upstream, http://nedit.cvs.sourceforge.net/viewvc/nedit/nedit/source/regularExp.c?r1=1.33&r2=1.34&view=patch
-# Author: Evan Teran
-# Bug: https://sourceforge.net/tracker/index.php?func=detail&aid=2858723&group_id=11005&atid=111005
+From: Paul Gevers <[email protected]>
+Subject: Fix off-by-one error, potentially causing a crash '(SF #2858723)
 
-
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/ReleaseNotes nedit-5.6~cvs20081118/ReleaseNotes
 --- nedit-5.6~cvs20081118~/ReleaseNotes	2009-09-15 21:24:31.000000000 +0200
 +++ nedit-5.6~cvs20081118/ReleaseNotes	2009-09-15 21:25:24.000000000 +0200
diff --git a/debian/patches/40_Pointer_to_Integer.dpatch b/debian/patches/40_Pointer_to_Integer.patch
similarity index 96%
rename from debian/patches/40_Pointer_to_Integer.dpatch
rename to debian/patches/40_Pointer_to_Integer.patch
index 9081ea3..4934ede 100644
--- a/debian/patches/40_Pointer_to_Integer.dpatch
+++ b/debian/patches/40_Pointer_to_Integer.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: fix warning: cast from pointer to integer of different size
-# Origin: https://sourceforge.net/tracker/download.php?group_id=11005&atid=311005&file_id=340993&aid=2846694
-# Bug: https://sourceforge.net/tracker/?func=detail&atid=311005&aid=2846694&group_id=11005
-# Author: Jack Howarth <[email protected]>
+From: Paul Gevers <[email protected]>
+Subject: fix compiler warning on 64 bit (SF #2846694)
 
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/Xlt/SlideC.c nedit-5.6~cvs20081118/Xlt/SlideC.c
 --- nedit-5.6~cvs20081118~/Xlt/SlideC.c	2009-09-15 21:27:12.000000000 +0200
 +++ nedit-5.6~cvs20081118/Xlt/SlideC.c	2009-09-15 22:05:42.000000000 +0200
diff --git a/debian/patches/50_ChangeNCinMan.dpatch b/debian/patches/50_ChangeNCinMan.patch
similarity index 96%
rename from debian/patches/50_ChangeNCinMan.dpatch
rename to debian/patches/50_ChangeNCinMan.patch
index 4f61f34..544980a 100644
--- a/debian/patches/50_ChangeNCinMan.dpatch
+++ b/debian/patches/50_ChangeNCinMan.patch
@@ -1,9 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: nedit-nc is upstream called nc, adjusted the man
-# Author: Paul Gevers <[email protected]>
-# Upstream: not-needed
+From: Paul Gevers <[email protected]>
+Subject: update manpage to change name of NC in Nedit-NC
 
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/doc/nc.pod nedit-5.6~cvs20081118/doc/nc.pod
 --- nedit-5.6~cvs20081118~/doc/nc.pod	2005-03-03 08:49:37.000000000 -0600
 +++ nedit-5.6~cvs20081118/doc/nc.pod	2008-11-29 21:02:42.000000000 -0600
diff --git a/debian/patches/70_EditVersionText.dpatch b/debian/patches/70_EditVersionText.patch
similarity index 87%
rename from debian/patches/70_EditVersionText.dpatch
rename to debian/patches/70_EditVersionText.patch
index be66e10..edd6052 100644
--- a/debian/patches/70_EditVersionText.dpatch
+++ b/debian/patches/70_EditVersionText.patch
@@ -1,11 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: When nedit is started with the --version option it
-#  outputs that the lesstif version in Debian is known to be bad, but
-#  the bug (#356017) is fixed.
-# Author: Paul Gevers <[email protected]>
-# Upstream: not-needed
+From: Paul Gevers <[email protected]>
+Subject: improve warning string
 
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/source/help.c nedit-5.6~cvs20081118/source/help.c
 --- nedit-5.6~cvs20081118~/source/help.c	2008-08-20 00:24:41.000000000 +0200
 +++ nedit-5.6~cvs20081118/source/help.c	2009-05-08 19:25:01.000000000 +0200
diff --git a/debian/patches/80_Update_version_description.dpatch b/debian/patches/80_Update_version_description.patch
similarity index 73%
rename from debian/patches/80_Update_version_description.dpatch
rename to debian/patches/80_Update_version_description.patch
index 30aeb43..354d8ac 100644
--- a/debian/patches/80_Update_version_description.dpatch
+++ b/debian/patches/80_Update_version_description.patch
@@ -1,9 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: Create a version string which is reconizable as Debian.
-# Author: Paul Gevers <[email protected]>
-# Upstream: not-needed
+From: Paul Gevers <[email protected]>
+Subject: Use string reflecting the real version
 
-@DPATCH@
 diff -urNad nedit-5.6~cvs20081118~/source/help_data.h nedit-5.6~cvs20081118/source/help_data.h
 --- nedit-5.6~cvs20081118~/source/help_data.h	2008-01-04 23:11:03.000000000 +0100
 +++ nedit-5.6~cvs20081118/source/help_data.h	2009-09-04 19:38:44.000000000 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..35641fd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,7 @@
+10_EOF_Parser_error.patch
+20_ChangeFlagsLinuxMakefile.patch
+30_off_by_one.patch
+40_Pointer_to_Integer.patch
+50_ChangeNCinMan.patch
+70_EditVersionText.patch
+80_Update_version_description.patch
diff --git a/debian/rules b/debian/rules
index d89c89c..54950fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 # define installation dir
 export INSTALLDIR=$(shell pwd)/debian/nedit
-include /usr/share/dpatch/dpatch.make
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -20,7 +19,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 	$(MAKE) CFLAGSD="$(CFLAGS)" linux
 	(cd doc; $(MAKE) VERSION="NEdit $(VERSION)" all)
@@ -28,7 +27,7 @@ build-stamp: patch-stamp
 	mv doc/nedit.man doc/nedit.1
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testdir
 	rm -f doc/nedit.1 doc/nedit-nc.1 source/nedit-nc
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
-- 
1.7.9


--- End Message ---
--- Begin Message ---
Source: nedit
Source-Version: 1:5.6~cvs20081118-8

We believe that the bug you reported is fixed in the latest version of
nedit, which is due to be installed in the Debian FTP archive.

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.
Paul Gevers <[email protected]> (supplier of updated nedit 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: SHA256

Format: 1.8
Date: Mon, 27 May 2013 21:22:21 +0200
Source: nedit
Binary: nedit nedit-dbg
Architecture: source amd64
Version: 1:5.6~cvs20081118-8
Distribution: unstable
Urgency: low
Maintainer: Paul Gevers <[email protected]>
Changed-By: Paul Gevers <[email protected]>
Description: 
 nedit      - powerful, customizable, Motif based text editor
 nedit-dbg  - debugging symbols for nedit
Closes: 623662 664439 694644
Changes: 
 nedit (1:5.6~cvs20081118-8) unstable; urgency=low
 .
   [ Jari Aalto ]
   * Removed deprecated dpatch and upgrade to packaging format "3.0 quilt"
     (Closes: #664439).
   * Standards-Version bumped to 3.9.4 (no changes needed).
   * Updated debhelper to 9 due to moving rules to dh(1) format. The dh(1)
     format makes it possible to utilize hardened build flags easily in the
     build process.
   * Added ${misc:Depends} to control files (Lintian).
   * Removed 80_Update_version_description.patch and moved version update
     to rules file. The version string cannot be set from a patch because it is
     modified during the build dynamically from the current date.
     (Closes: #694644)
   * Added 90_build_no_ask.patch to build unattended. CFLAGS
     option -DBUILD_UNTESTED_NEDIT would otherwise display
     "HIT ENTER TO CONTINUE" question.
   * Use hardened build flags; for this the sources also needed a new
     92_format_string.patch.
     http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
   * Update d/copyright to the machine-readable format v1.0
   * Remove spurious whitespaces from debian files
 .
   [ Paul Gevers ]
   * Update my e-mail address
   * Remove 70_EditVersionText.dpatch as the current version of the library
     is not known-bad
   * Add Vcs-* fields to d/control
   * Set package to Multi-arch: foreign
   * Remove build-depends on libxp-dev (Closes: #623662)
   * Build against libmotif-dev instead of lesstif2-dev now it finaly entered
     main (should get rid of quite some old bugs).
   * Create all CFLAGS in d/rules, thus 20_ChangeFlagsLinuxMakefile.patch is
     obsolete. Now build with BUILD_UNTESTED_NEDIT and HAVE__XMVERSIONSTRING, 
and
     without USE_DIRENT and USE_LPR_PRINT_CMD. The later means the default for
     the print command is now lp i.s.o. lpr.
Checksums-Sha1: 
 26e1125ffe129f7b21753ee88c270cc4b9033b56 1633 nedit_5.6~cvs20081118-8.dsc
 0b2c8129b4185b937da6c8a4eca5e35092eafdbf 19915 
nedit_5.6~cvs20081118-8.debian.tar.gz
 bca5147e300c97a663838430327bba9020985cb5 995112 
nedit_5.6~cvs20081118-8_amd64.deb
 70cc97a610248a66d76c8f272f3b0d7b1d100169 1297330 
nedit-dbg_5.6~cvs20081118-8_amd64.deb
Checksums-Sha256: 
 1dfeaf990c100b635dc76ad99272387e59350e5c235e0bdc7be93594f2531fa6 1633 
nedit_5.6~cvs20081118-8.dsc
 679dd5446ad76332b486abd95d3cdeb4d658960c62625e3dcbfab481ca90ad15 19915 
nedit_5.6~cvs20081118-8.debian.tar.gz
 8a4eedd8a8adf547cab655992963fc9216b1489d7cb1179f49484aa5f33b88f2 995112 
nedit_5.6~cvs20081118-8_amd64.deb
 acc75f3f68dd4ba0a3b2327332844c2a5a853d10373898e2593491150a11cbc6 1297330 
nedit-dbg_5.6~cvs20081118-8_amd64.deb
Files: 
 f7c008b97d4feada103f013a0afaf07f 1633 editors optional 
nedit_5.6~cvs20081118-8.dsc
 475581d54f8ca8f741bd9ffaada2b665 19915 editors optional 
nedit_5.6~cvs20081118-8.debian.tar.gz
 786e8cc595ae161bd51978d51a38dbae 995112 editors optional 
nedit_5.6~cvs20081118-8_amd64.deb
 0561a0c026a9cd33c6fa0bf49da113bc 1297330 debug extra 
nedit-dbg_5.6~cvs20081118-8_amd64.deb

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

iQEcBAEBCAAGBQJRo8EgAAoJEJxcmesFvXUK1ZwH/1cPiB6uBeoXtHX0W8Z5zbF6
hxIHlSHp4gWqlhko2DIkO8iQ6ik9zrGrhvaQMZ9vE7IToJi/2a45Gy4nMyjEOvnL
+hTBv5G8xJ8KnlgojWgC1FdVAz96XWAUzEKWwbZzveoG4wsMF0ta/G5HPnNLqth9
sxTEUVWetUA1yDpCnDLsbUcDgoaYRg2zhGrUoSDZ5YXC5zee77QJ0/D/QRSF8b0D
JHWhRkkuExqkeXAz7PL25vGO/KkM/Se6k0AlMOTq2fKWBEHDuO8sSScp7SnvxjuO
uPKRDm6+XJXKRyP1gnrKPlA79TcJ4ao//+47ZYvQx72dN3lSs6GRKO1jjdrJKiI=
=cf43
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to