Your message dated Sun, 15 Sep 2013 12:48:10 +0000
with message-id <[email protected]>
and subject line Bug#671645: fixed in jesred 1.2pl1-18
has caused the Debian Bug report #671645,
regarding [PATCH] jesred: 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.)


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

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 20c0db2a1d80a804293d8e81ecfa374d4e0053aa Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 5 May 2012 17:47:31 +0300
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                               |   38 ---------
 debian/changelog                                   |   13 ++++
 debian/compat                                      |    2 +-
 debian/control                                     |   10 +--
 debian/copyright                                   |    2 +-
 debian/jesred.docs                                 |    1 -
 debian/patches/00list                              |    7 --
 .../{01_extregex.dpatch => 01-extregex.patch}      |    8 +-
 .../patches/{01_logfix.dpatch => 01-logfix.patch}  |    8 +-
 ...1_old-debdiffs.dpatch => 01-old-debdiffs.patch} |    8 +-
 .../{02_warnings.dpatch => 02-warnings.patch}      |   81 ++++++++++----------
 .../{03_allredir.dpatch => 03-allredir.patch}      |    8 +-
 .../{04_urlgroup.dpatch => 04-urlgroup.patch}      |    8 +-
 .../patches/{05_squid3.dpatch => 05-squid3.patch}  |    8 +-
 debian/patches/series                              |    7 ++
 debian/rules                                       |   12 +--
 debian/source/format                               |    1 +
 17 files changed, 86 insertions(+), 136 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/jesred.docs
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_extregex.dpatch => 01-extregex.patch} (87%)
 rename debian/patches/{01_logfix.dpatch => 01-logfix.patch} (72%)
 rename debian/patches/{01_old-debdiffs.dpatch => 01-old-debdiffs.patch} (98%)
 rename debian/patches/{02_warnings.dpatch => 02-warnings.patch} (79%)
 rename debian/patches/{03_allredir.dpatch => 03-allredir.patch} (79%)
 rename debian/patches/{04_urlgroup.dpatch => 04-urlgroup.patch} (98%)
 rename debian/patches/{05_squid3.dpatch => 05-squid3.patch} (91%)
 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 fc98b3d..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,38 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To get the fully patched source after unpacking the source package, cd
-to the root level of the source package and run:
-
-    debian/rules patch
-
-Removing a patch is as simple as removing its entry from the
-debian/patches/00list file, and please also remove the patch file
-itself.
-
-Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
-where you should replace XX with a new number and patchname with a
-descriptive shortname of the patch. You can then simply edit all the
-files your patch wants to edit, and then simply "exit 0" from the shell
-to actually create the patch file.
-
-To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
-and replace XX_patchname with the actual filename from debian/patches
-you want to use.
-
-To clean up afterwards again, "debian/rules unpatch" will do the
-work for you - or you can of course choose to call
-"fakeroot debian/rules clean" all together.
-
-
---- 
-
-this documentation is part of dpatch package, and may be used by
-packages using dpatch to comply with policy on README.source. This
-documentation is meant to be useful to users who are not proficient in
-dpatch in doing work with dpatch-based packages. Please send any
-improvements to the BTS of dpatch package.
-
-original text by Gerfried Fuchs, edited by Junichi Uekawa <[email protected]>
-10 Aug 2008.
diff --git a/debian/changelog b/debian/changelog
index 3bf7d15..f32fe38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+jesred (1.2pl1-17.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.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Patch 02: update with "quilt refresh" to make it apply cleanly.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix description-synopsis-starts-with-article (Lintian).
+  * Fix description-possibly-contains-homepage (Lintian).
+
+ -- Jari Aalto <[email protected]>  Sat, 05 May 2012 17:46:09 +0300
+
 jesred (1.2pl1-17) unstable; urgency=low
 
   * integrated some old, overlooked patches from the debian diff.
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index f2e049a..ebeeeb5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,16 @@
 Source: jesred
-Build-Depends: debhelper (>= 4), sharutils, dpatch
+Build-Depends: debhelper (>= 9), sharutils
 Section: web
 Priority: optional
 Maintainer: Alexander Zangerl <[email protected]>
-Standards-Version: 3.9.1
-
+Standards-Version: 3.9.3
+Homepage: http://www.linofee.org/~elkner/webtools/jesred
 
 Package: jesred
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, squid | squid3
 Recommends: dhttpd | httpd
-Description: A redirector for the Squid proxy
+Description: redirector for the Squid proxy
  Jesred is a very fast and highly configurable redirector for the Squid
  Internet Object Cache. Jesred needs little memory, can rewrite GET and
  ICP_QUERY requests and offers extensive logging.
- .
- Homepage:   http://www.linofee.org/~elkner/webtools/jesred/
diff --git a/debian/copyright b/debian/copyright
index fb6ef28..e25e2f7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -31,4 +31,4 @@ General Public License for more details.
 
 
 On a modern Debian system, a copy of the GPL is available under
-/usr/share/common-licenses/GPL.  See your system documentation.
+/usr/share/common-licenses/GPL-2.  See your system documentation.
diff --git a/debian/jesred.docs b/debian/jesred.docs
deleted file mode 100644
index 71839fd..0000000
--- a/debian/jesred.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/README.source
\ No newline at end of file
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 0907a76..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,7 +0,0 @@
-01_old-debdiffs.dpatch
-01_extregex.dpatch
-01_logfix.dpatch
-02_warnings.dpatch
-03_allredir.dpatch
-04_urlgroup.dpatch
-05_squid3.dpatch
diff --git a/debian/patches/01_extregex.dpatch b/debian/patches/01-extregex.patch
similarity index 87%
rename from debian/patches/01_extregex.dpatch
rename to debian/patches/01-extregex.patch
index 542a43e..52d1a51 100644
--- a/debian/patches/01_extregex.dpatch
+++ b/debian/patches/01-extregex.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_extregex.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: make all regexps extended ones
+From: <[email protected]>
+Subject: make all regexps extended ones
 
-@DPATCH@
 diff -urNad jesred-1.2pl1/pattern_list.c /tmp/dpep.Ef6aPo/jesred-1.2pl1/pattern_list.c
 --- jesred-1.2pl1/pattern_list.c	2005-09-17 18:20:57.000000000 +1000
 +++ /tmp/dpep.Ef6aPo/jesred-1.2pl1/pattern_list.c	2005-09-17 18:22:13.000000000 +1000
diff --git a/debian/patches/01_logfix.dpatch b/debian/patches/01-logfix.patch
similarity index 72%
rename from debian/patches/01_logfix.dpatch
rename to debian/patches/01-logfix.patch
index 0d780e1..d314e36 100644
--- a/debian/patches/01_logfix.dpatch
+++ b/debian/patches/01-logfix.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_logfix.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: #487976 fix logging safety
+From: <[email protected]>
+Subject: #487976 fix logging safety
 
-@DPATCH@
 diff -urNad jesred-1.2pl1~/log.c jesred-1.2pl1/log.c
 --- jesred-1.2pl1~/log.c	2008-06-13 21:12:56.000000000 +1000
 +++ jesred-1.2pl1/log.c	2008-06-27 13:06:29.474797809 +1000
diff --git a/debian/patches/01_old-debdiffs.dpatch b/debian/patches/01-old-debdiffs.patch
similarity index 98%
rename from debian/patches/01_old-debdiffs.dpatch
rename to debian/patches/01-old-debdiffs.patch
index 515a7bd..f5b7137 100644
--- a/debian/patches/01_old-debdiffs.dpatch
+++ b/debian/patches/01-old-debdiffs.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_old-debdiffs.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: properly integrate ancient patches that lingered in the debian diff
+From: <[email protected]>
+Subject: properly integrate ancient patches that lingered in the debian diff
 
-@DPATCH@
 diff -urNad jesred-1.2pl1~/Makefile jesred-1.2pl1/Makefile
 --- jesred-1.2pl1~/Makefile	1998-07-25 13:19:50.000000000 +1000
 +++ jesred-1.2pl1/Makefile	2010-09-20 19:20:03.996447288 +1000
diff --git a/debian/patches/02_warnings.dpatch b/debian/patches/02-warnings.patch
similarity index 79%
rename from debian/patches/02_warnings.dpatch
rename to debian/patches/02-warnings.patch
index 72663e0..2348f7a 100644
--- a/debian/patches/02_warnings.dpatch
+++ b/debian/patches/02-warnings.patch
@@ -1,13 +1,19 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_warnings.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fix warnings
+From: <[email protected]>
+Subject: fix warnings
 
-@DPATCH@
-diff -urNad jesred-1.2pl1/config.c /tmp/dpep.Grn4T0/jesred-1.2pl1/config.c
---- jesred-1.2pl1/config.c	2003-05-25 11:09:44.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/config.c	2005-09-17 18:00:33.000000000 +1000
+---
+ config.c       |    8 ++++----
+ ip_list.c      |    8 ++++----
+ log.c          |    2 +-
+ log.h          |    2 +-
+ main.c         |   10 +++++-----
+ pattern_list.c |   12 ++++++------
+ rewrite.c      |   16 ++++++++--------
+ util.c         |    7 ++++---
+ 8 files changed, 33 insertions(+), 32 deletions(-)
+
+--- a/config.c
++++ b/config.c
 @@ -58,13 +58,13 @@
      fd = fopen(*file, "r");
      if(fd == NULL) {
@@ -38,9 +44,8 @@ diff -urNad jesred-1.2pl1/config.c /tmp/dpep.Grn4T0/jesred-1.2pl1/config.c
      
      while(!echo_mode && (fgets(buff, BUFSIZE, fd) != NULL)) {
  	
-diff -urNad jesred-1.2pl1/ip_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/ip_list.c
---- jesred-1.2pl1/ip_list.c	2003-05-25 11:09:44.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/ip_list.c	2005-09-17 18:00:25.000000000 +1000
+--- a/ip_list.c
++++ b/ip_list.c
 @@ -136,17 +136,17 @@
  
  #ifdef DEBUG
@@ -71,9 +76,8 @@ diff -urNad jesred-1.2pl1/ip_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/ip_list.c
  	      ip_str);
  	return;
      }
-diff -urNad jesred-1.2pl1/log.c /tmp/dpep.Grn4T0/jesred-1.2pl1/log.c
---- jesred-1.2pl1/log.c	1998-05-18 01:24:54.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/log.c	2005-09-17 17:58:34.000000000 +1000
+--- a/log.c
++++ b/log.c
 @@ -63,7 +63,7 @@
  }
  
@@ -83,9 +87,8 @@ diff -urNad jesred-1.2pl1/log.c /tmp/dpep.Grn4T0/jesred-1.2pl1/log.c
      FILE *fd;
      
      char msg[BUFSIZE];
-diff -urNad jesred-1.2pl1/log.h /tmp/dpep.Grn4T0/jesred-1.2pl1/log.h
---- jesred-1.2pl1/log.h	1998-05-18 01:25:08.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/log.h	2005-09-17 17:58:17.000000000 +1000
+--- a/log.h
++++ b/log.h
 @@ -30,7 +30,7 @@
      INFO
  } log_code;
@@ -95,9 +98,8 @@ diff -urNad jesred-1.2pl1/log.h /tmp/dpep.Grn4T0/jesred-1.2pl1/log.h
  extern void closeLogs(void);
  extern void openLogs(char **, char **);
  
-diff -urNad jesred-1.2pl1/main.c /tmp/dpep.Grn4T0/jesred-1.2pl1/main.c
---- jesred-1.2pl1/main.c	2003-05-25 11:09:44.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/main.c	2005-09-17 18:00:15.000000000 +1000
+--- a/main.c
++++ b/main.c
 @@ -96,7 +96,7 @@
  	int val;
  	
@@ -136,10 +138,9 @@ diff -urNad jesred-1.2pl1/main.c /tmp/dpep.Grn4T0/jesred-1.2pl1/main.c
  			val);
  		}
  	    }
-diff -urNad jesred-1.2pl1/pattern_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/pattern_list.c
---- jesred-1.2pl1/pattern_list.c	2003-05-25 15:02:10.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/pattern_list.c	2005-09-17 18:00:06.000000000 +1000
-@@ -80,7 +80,7 @@
+--- a/pattern_list.c
++++ b/pattern_list.c
+@@ -79,7 +79,7 @@
      stored = sscanf(pattern, "%s %s %s", type, first, second);
  #endif
      if((stored < 2) || (stored > 4)) {
@@ -148,9 +149,9 @@ diff -urNad jesred-1.2pl1/pattern_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/pattern_
  	    "for [%s]\n", pattern);
  	echo_mode = 1;
  	return;
-@@ -118,21 +118,21 @@
+@@ -99,21 +99,21 @@
      }
-   
+     
      if(regcomp(&compiled, first, regex_flags)) {
 -	log(ERROR, "Invalid regex [%s] in pattern file\n", first);
 +	mylog(ERROR, "Invalid regex [%s] in pattern file\n", first);
@@ -173,7 +174,7 @@ diff -urNad jesred-1.2pl1/pattern_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/pattern_
  	echo_mode = 1;
  	return;
      }
-@@ -145,7 +145,7 @@
+@@ -126,7 +126,7 @@
  	rpattern.accel = get_accel(accel, &rpattern.accel_type, 
  				   rpattern.case_sensitive);
  	if(rpattern.accel == NULL) {
@@ -182,7 +183,7 @@ diff -urNad jesred-1.2pl1/pattern_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/pattern_
  	    echo_mode = 1;
  	    return;
  	}
-@@ -238,7 +238,7 @@
+@@ -219,7 +219,7 @@
  	curr->next = new;
      }
      if(! new) {
@@ -191,10 +192,9 @@ diff -urNad jesred-1.2pl1/pattern_list.c /tmp/dpep.Grn4T0/jesred-1.2pl1/pattern_
  	/* exit(3); */
  	echo_mode = 1;
  	return;
-diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
---- jesred-1.2pl1/rewrite.c	2003-05-25 11:09:44.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c	2005-09-17 17:59:58.000000000 +1000
-@@ -102,11 +102,11 @@
+--- a/rewrite.c
++++ b/rewrite.c
+@@ -111,11 +111,11 @@
  	    if ( end[i] )
  		*end[i] = ' ';
  	}
@@ -208,7 +208,7 @@ diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
  #endif    
      
      /* all methods must be GET or ICP_QUERY */
-@@ -121,14 +121,14 @@
+@@ -130,14 +130,14 @@
  	    if ( end[c] )
  		*end[c] = ' ';
  	}
@@ -225,7 +225,7 @@ diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
  	return 1;
      }
  
-@@ -141,7 +141,7 @@
+@@ -150,7 +150,7 @@
         it is already loaded, when squid runs - so not much waste of
         memory ;-) */
      if ( (address.s_addr = inet_addr(*src_addr)) == -1 ) {
@@ -234,7 +234,7 @@ diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
  	    *src_addr ? *src_addr : "");
  	if ( token )
  	    *token = '/';
-@@ -153,7 +153,7 @@
+@@ -162,7 +162,7 @@
      /* make sure the IP source address matches that of the ones in our list */
      if( ip_access_check(address, ip) == IP_DENY ) {
  #ifdef DEBUG
@@ -243,7 +243,7 @@ diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
  #endif  
  	return 1;
      }
-@@ -190,7 +190,7 @@
+@@ -199,7 +199,7 @@
  	    }
  	    if(matched) {
  #ifdef DEBUG
@@ -252,7 +252,7 @@ diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
  		    url, pattern_no);
  #endif		
  		return (0 - pattern_no); /* URL matches abort file extension */
-@@ -206,7 +206,7 @@
+@@ -215,7 +215,7 @@
  			       curr->accel_type, 
  			       curr->case_sensitive)) {
  #ifdef DEBUG
@@ -261,9 +261,8 @@ diff -urNad jesred-1.2pl1/rewrite.c /tmp/dpep.Grn4T0/jesred-1.2pl1/rewrite.c
  			url, curr->accel, pattern_no);
  #endif		    
  		    /* Now we must test for normal or extended */
-diff -urNad jesred-1.2pl1/util.c /tmp/dpep.Grn4T0/jesred-1.2pl1/util.c
---- jesred-1.2pl1/util.c	1998-05-18 01:27:29.000000000 +1000
-+++ /tmp/dpep.Grn4T0/jesred-1.2pl1/util.c	2005-09-17 17:58:04.000000000 +1000
+--- a/util.c
++++ b/util.c
 @@ -100,6 +100,7 @@
  #include <stdio.h>
  #include <errno.h>
diff --git a/debian/patches/03_allredir.dpatch b/debian/patches/03-allredir.patch
similarity index 79%
rename from debian/patches/03_allredir.dpatch
rename to debian/patches/03-allredir.patch
index e4e9346..5107e95 100644
--- a/debian/patches/03_allredir.dpatch
+++ b/debian/patches/03-allredir.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_allredir.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: #487978 redir any method, not just GET
+From: <[email protected]>
+Subject: #487978 redir any method, not just GET
 
-@DPATCH@
 diff -urNad jesred-1.2pl1~/rewrite.c jesred-1.2pl1/rewrite.c
 --- jesred-1.2pl1~/rewrite.c	2008-06-27 13:05:30.664219081 +1000
 +++ jesred-1.2pl1/rewrite.c	2008-06-27 13:05:45.767853094 +1000
diff --git a/debian/patches/04_urlgroup.dpatch b/debian/patches/04-urlgroup.patch
similarity index 98%
rename from debian/patches/04_urlgroup.dpatch
rename to debian/patches/04-urlgroup.patch
index d93cf5f..ef69d74 100644
--- a/debian/patches/04_urlgroup.dpatch
+++ b/debian/patches/04-urlgroup.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_urlgroup.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: #487980 add support for urlgroups (squid 2.6)
+From: <[email protected]>
+Subject: #487980 add support for urlgroups (squid 2.6)
 
-@DPATCH@
 diff -urNad jesred-1.2pl1~/etc/redirect.rules jesred-1.2pl1/etc/redirect.rules
 --- jesred-1.2pl1~/etc/redirect.rules	2008-11-11 09:40:43.000000000 +1000
 +++ jesred-1.2pl1/etc/redirect.rules	2008-11-11 09:40:44.859846283 +1000
diff --git a/debian/patches/05_squid3.dpatch b/debian/patches/05-squid3.patch
similarity index 91%
rename from debian/patches/05_squid3.dpatch
rename to debian/patches/05-squid3.patch
index aefb198..85014b6 100644
--- a/debian/patches/05_squid3.dpatch
+++ b/debian/patches/05-squid3.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 05_squid3.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+From: <[email protected]>
+Subject: No description.
 
-@DPATCH@
 diff -urNad jesred-1.2pl1~/rewrite.c jesred-1.2pl1/rewrite.c
 --- jesred-1.2pl1~/rewrite.c	2008-11-11 09:50:39.000000000 +1000
 +++ jesred-1.2pl1/rewrite.c	2008-11-11 09:57:05.392611166 +1000
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9feb08a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,7 @@
+01-old-debdiffs.patch
+01-extregex.patch
+01-logfix.patch
+02-warnings.patch
+03-allredir.patch
+04-urlgroup.patch
+05-squid3.patch
diff --git a/debian/rules b/debian/rules
index c5a2b19..504aba9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,17 +3,19 @@
 PACKAGE=jesred
 DEST=$(CURDIR)/debian/$(PACKAGE)
 
-# to get the patch application targets
-include /usr/share/dpatch/dpatch.make
+# to get the application targets
+
+build-arch: build
+build-indep: build
 
 build: build-stamp 
 
-build-stamp: patch
+build-stamp:
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -23,7 +25,7 @@ clean: unpatch
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	install -d -m 0755 $(DEST)/etc/ $(DEST)/usr/lib/squid/ $(DEST)/usr/share/doc/$(PACKAGE)/redir
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.10


--- End Message ---
--- Begin Message ---
Source: jesred
Source-Version: 1.2pl1-18

We believe that the bug you reported is fixed in the latest version of
jesred, 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.
Alexander Zangerl <[email protected]> (supplier of updated jesred 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: Sun, 15 Sep 2013 21:38:30 +1000
Source: jesred
Binary: jesred
Architecture: source amd64
Version: 1.2pl1-18
Distribution: unstable
Urgency: low
Maintainer: Alexander Zangerl <[email protected]>
Changed-By: Alexander Zangerl <[email protected]>
Description: 
 jesred     - Redirector for the Squid proxy
Closes: 671645
Changes: 
 jesred (1.2pl1-18) unstable; urgency=low
 .
   * lifted standards version, dh compat version
   * migrated to 3.0 quilt source format (closes: #671645)
   * enabled hardening build options
   * removed very old example files, updated README.Debian
Checksums-Sha1: 
 02f00b2905854a33e262dddffc77e14975eab34d 1072 jesred_1.2pl1-18.dsc
 8bb932aef04b6baeaa32dc7cfcc59a7c1168e77c 15155 jesred_1.2pl1-18.debian.tar.gz
 fe8282d377a867f4f0285d3815388c4ae9eeedf1 19356 jesred_1.2pl1-18_amd64.deb
Checksums-Sha256: 
 7652305856ad769e0010f00921e97cc0b8bcd7d295e8979acdde05958cd179b0 1072 
jesred_1.2pl1-18.dsc
 1f69124860cbac47a57bf8006d2407d5c0a712d44f684db7da00ff16f49f059d 15155 
jesred_1.2pl1-18.debian.tar.gz
 c75bb7281bf903a569747b67410ed569a474c4b8432d6d3c9f657507d38527f8 19356 
jesred_1.2pl1-18_amd64.deb
Files: 
 bee3a420e1df1eff109510630c536a86 1072 web optional jesred_1.2pl1-18.dsc
 9466cc886b11e25bcab6da7dc7dda95e 15155 web optional 
jesred_1.2pl1-18.debian.tar.gz
 95ce9f2e97068c0b51d1d1343b3e1e4c 19356 web optional jesred_1.2pl1-18_amd64.deb

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

iF4EAREIAAYFAlI1qjcACgkQ+bKELRvb2DzGvAEArB6GPwLRk0wkeDSdSFnr5dWf
ANdoWBgYEhhNfjZ4e3ABAMoud4PJ4m8D82FW48/K5kJZO7SwasfNT1QrUxHWzOP9
=BSN2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to