Your message dated Fri, 25 May 2012 15:05:33 +0000
with message-id <[email protected]>
and subject line Bug#673866: Removed package(s) from unstable
has caused the Debian Bug report #670742,
regarding [PATCH] ctioga: 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.)


-- 
670742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670742
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ctioga
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 eb674415bd916062275246b246dd2fd4b451876c Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 28 Apr 2012 19:20:56 +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                                     |    9 ---------
 debian/changelog                                         |   14 ++++++++++++++
 debian/compat                                            |    2 +-
 debian/control                                           |    5 ++---
 debian/copyright                                         |   10 ++++++----
 debian/patches/00list                                    |    2 --
 debian/patches/04-fixperms.dpatch                        |   12 ------------
 debian/patches/{10-manpages.dpatch => 10-manpages.patch} |    7 ++-----
 debian/patches/series                                    |    1 +
 .../{05-mkmf2.rb.dpatch => unused/05-mkmf2.rb.patch}     |    8 ++------
 debian/rules                                             |   11 +++++++++--
 debian/source/format                                     |    1 +
 debian/watch                                             |    6 ------
 13 files changed, 38 insertions(+), 50 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 delete mode 100644 debian/patches/04-fixperms.dpatch
 rename debian/patches/{10-manpages.dpatch => 10-manpages.patch} (88%)
 create mode 100644 debian/patches/series
 rename debian/patches/{05-mkmf2.rb.dpatch => unused/05-mkmf2.rb.patch} (71%)
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index ec2e6b7..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-Note about the source package of ctioga.
-
-This package uses dpatch to manage all modifications to the upstream
-source. See /usr/share/doc/dpatch/README.source.gz to get more information
-on how to use it.
-
- -- Vincent Fourmond <[email protected]>, Sun, 22 Feb 2009 00:33:37 +0100
-
-
diff --git a/debian/changelog b/debian/changelog
index a0710db..ac47724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ctioga (1.10-1.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.
+  * Patches
+    - (04): Delete; permission changes are handled in rules file.
+    - (05): Move disregarded patch to debian/patches/unused directory.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
+  * Fix debian-watch-contains-dh_make-template (Lintian).
+
+ -- Jari Aalto <[email protected]>  Sat, 28 Apr 2012 19:18:27 +0300
+
 ctioga (1.10-1) unstable; urgency=low
 
   * New upstream release
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 ac0bb6b..9f414c4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: graphics
 Priority: optional
 Maintainer: Vincent Fourmond <[email protected]>
 Uploaders: Debian Ruby Extras Maintainers <[email protected]>
-Build-Depends: cdbs, debhelper (>= 5), ruby, ruby-pkg-tools,
- dpatch
-Standards-Version: 3.8.0
+Build-Depends: cdbs, debhelper (>= 9), ruby, ruby-pkg-tools
+Standards-Version: 3.9.3
 Homepage: http://sciyag.rubyforge.org/ctioga/
 
 Package: ctioga
diff --git a/debian/copyright b/debian/copyright
index 463d496..2200cb3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,9 @@ It was downloaded from http://rubyforge.org/frs/?group_id=1477
 
 Upstream Author: Vincent Fourmond <[email protected]>
 
-Copyright: 2006-2007 by Vincent Fourmond and Jean-Julien Fleck
+Copyright:
+
+  Copyright (C) 2006-2007 by Vincent Fourmond and Jean-Julien Fleck
 
 License:
 
@@ -24,7 +26,7 @@ License:
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-The Debian packaging is (C) 2007, Vincent Fourmond <[email protected]> and
-is licensed under the GPL, see above.
+The Debian packaging is Copyright (C) 2007, Vincent Fourmond
+<[email protected]> and is licensed under the GPL, see above.
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 5c84f94..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-04-fixperms
-10-manpages
diff --git a/debian/patches/04-fixperms.dpatch b/debian/patches/04-fixperms.dpatch
deleted file mode 100644
index 1d2bb3a..0000000
--- a/debian/patches/04-fixperms.dpatch
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh 
-
-case "$1" in 
-    "-patch")
-        chmod 644 lib/ctable.rb
-        chmod 644 examples/tutorial.sh
-        ;;
-    "-unpatch")
-        ;;
-    *)
-        ;;
-esac
diff --git a/debian/patches/10-manpages.dpatch b/debian/patches/10-manpages.patch
similarity index 88%
rename from debian/patches/10-manpages.dpatch
rename to debian/patches/10-manpages.patch
index 544e285..037c85c 100644
--- a/debian/patches/10-manpages.dpatch
+++ b/debian/patches/10-manpages.patch
@@ -1,9 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-manpages.dpatch by  <[email protected]>
-##
-## DP: Debian-specific modifications to the manual page
+From: Vincent Fourmond <[email protected]>
+Subject: Manual page updates
 
-@DPATCH@
 diff -urNad ctioga-1.8~/doc/ctioga.1 ctioga-1.8/doc/ctioga.1
 --- ctioga-1.8~/doc/ctioga.1	2008-06-08 01:07:19.000000000 +0200
 +++ ctioga-1.8/doc/ctioga.1	2008-06-08 10:48:25.000000000 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b8689d4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10-manpages.patch
diff --git a/debian/patches/05-mkmf2.rb.dpatch b/debian/patches/unused/05-mkmf2.rb.patch
similarity index 71%
rename from debian/patches/05-mkmf2.rb.dpatch
rename to debian/patches/unused/05-mkmf2.rb.patch
index 787eb75..360a9fc 100644
--- a/debian/patches/05-mkmf2.rb.dpatch
+++ b/debian/patches/unused/05-mkmf2.rb.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 05-mkmf2.rb.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+From: Vincent Fourmond <[email protected]>
+Subject: Add DESTDIR support
 
-@DPATCH@
 diff -urNad ctioga-1.3.2~/mkmf2.rb ctioga-1.3.2/mkmf2.rb
 --- ctioga-1.3.2~/mkmf2.rb	2007-04-16 22:13:36.000000000 +0200
 +++ ctioga-1.3.2/mkmf2.rb	2007-04-16 23:15:12.000000000 +0200
diff --git a/debian/rules b/debian/rules
index d2a1ecf..74c1a40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
 
 # Do not compress the tutorial.sh file.
@@ -11,4 +10,12 @@ DEB_COMPRESS_EXCLUDE += .sh
 
 # Add here any variable or target overrides you need.
 DEB_RUBY_SETUP_CMD = extconf2.rb
-DEB_RUBY_SETUP_ARGS = --dist
\ No newline at end of file
+DEB_RUBY_SETUP_ARGS = --dist
+
+common-install-prehook-indep::
+	cp -a examples/tutorial.sh examples/tutorial.sh.save
+	chmod 644 examples/tutorial.sh lib/ctable.rb
+
+common-install-indep::
+	mv examples/tutorial.sh.save examples/tutorial.sh
+
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)
diff --git a/debian/watch b/debian/watch
index 75d35fe..e7a4d9b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,2 @@
-# 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.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
 http://rubyforge.org/frs/?group_id=1477 .*ctioga-([\d.-]*)\.t.*
-- 
1.7.10


--- End Message ---
--- Begin Message ---
Version: 1.10-1+rm

Dear submitter,

as the package ctioga has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/673866

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to