Your message dated Sat, 20 Dec 2025 15:36:41 -0500
with message-id <[email protected]>
and subject line Re: ssed: diff for NMU version 3.62-6.3
has caused the Debian Bug report #460960,
regarding ssed: diff for NMU version 3.62-6.3
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.)


-- 
460960: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460960
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ssed
Version: 3.62-6.2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my ssed 3.62-6.3 NMU.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |
diff -u ssed-3.62/debian/changelog ssed-3.62/debian/changelog
--- ssed-3.62/debian/changelog
+++ ssed-3.62/debian/changelog
@@ -1,3 +1,18 @@
+ssed (3.62-6.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix bashisms in debian/rules (Closes: #379587).
+  * Fix race-condition in debian/rules (Closes: #437914). Thanks go to Jachim
+    Reichel for the patch.
+  * Updated debian/watch to version 3 watchfile. The homepage of ssed wasn't
+    available anymore, and the best reference I could find for it was
+    http://sed.sourceforge.net/grabbag/ssed/ , which I used in the watch
+    file (Closes: #450299)
+  * Updated german PO file (Closes: #313874)
+  * pcre/pcregrep.c: fixed spelling mistake (Closes: #416510)
+
+ -- Lucas Nussbaum <[email protected]>  Tue, 15 Jan 2008 21:52:11 +0100
+
 ssed (3.62-6.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u ssed-3.62/debian/watch ssed-3.62/debian/watch
--- ssed-3.62/debian/watch
+++ ssed-3.62/debian/watch
@@ -1,5 +1,3 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site		Directory		Pattern			Version	Script
-http://spazioweb.inwind.it seders/ssed  sed-(.*)\.tar\.gz       debian  uupdate
+version=3
+
+http://sed.sourceforge.net/grabbag/ssed/ sed-(.*)\.tar\.gz
diff -u ssed-3.62/debian/rules ssed-3.62/debian/rules
--- ssed-3.62/debian/rules
+++ ssed-3.62/debian/rules
@@ -9,13 +9,13 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	cp -f /usr/share/misc/config.{guess,sub} .
+	cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub .
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --program-prefix=s CC=gcc-4.1
 
 	touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
 	dh_testdir
 
 	$(MAKE)
only in patch2:
unchanged:
--- ssed-3.62.orig/po/de.po
+++ ssed-3.62/po/de.po
@@ -543,7 +543,7 @@
 " Information dient;  in rechtlichen Fragen ist immer das englische\n"
 " Original ausschlaggebend)\n"
 "\n"
-"Dieses Program ist freie Software; In den Quelldateien k�nnen Sie die\n"
+"Dieses Programm ist freie Software; In den Quelldateien k�nnen Sie die\n"
 "Bedingungen f�r die Weitergabe nachlesen.\n"
 "Es gibt KEINE GARANTIE; nicht einmal die implizite Garantie der\n"
 "MARKTF�HIGKEIT oder der ERF�LLUNG EINES BESTIMMTEN ZWECKES.\n"
only in patch2:
unchanged:
--- ssed-3.62.orig/pcre/pcregrep.c
+++ ssed-3.62/pcre/pcregrep.c
@@ -245,7 +245,7 @@
   hints = pcre_study (pattern, 0, &error);
   if (error != NULL)
     {
-      fprintf (stderr, _("pcregrep: error while studing regex: %s\n"), error);
+      fprintf (stderr, _("pcregrep: error while studying regex: %s\n"), error);
       return 2;
     }
 

--- End Message ---
--- Begin Message ---
Version: 3.62-7

On Tue, 15 Jan 2008 21:59:32 +0100 Lucas Nussbaum <[email protected]> 
wrote:
Package: ssed
Version: 3.62-6.2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my ssed 3.62-6.3 NMU.
The NMU was uploaded long ago. Closing this bug.

Thanks,
Boyuan

--- End Message ---

Reply via email to