Your message dated Wed, 22 May 2013 21:33:50 +0000
with message-id <[email protected]>
and subject line Bug#670735: fixed in yaml-mode 0.0.9-1
has caused the Debian Bug report #670735,
regarding [PATCH] yaml-mode: 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.)


-- 
670735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: yaml-mode
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 a12338f81559379e19d5b9790059246a3eb28c4e Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 28 Apr 2012 18:13:14 +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                    |   12 -----------
 debian/changelog                        |   13 +++++++++++
 debian/compat                           |    2 +-
 debian/control                          |    4 ++--
 debian/copyright                        |    6 +++---
 debian/patches/00list                   |    2 --
 debian/patches/01-fix-makefile.dpatch   |   36 -------------------------------
 debian/patches/02-fix-regression.dpatch |   20 -----------------
 debian/rules                            |    1 -
 debian/source/format                    |    1 +
 debian/watch                            |    7 ------
 11 files changed, 20 insertions(+), 84 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 delete mode 100644 debian/patches/01-fix-makefile.dpatch
 delete mode 100644 debian/patches/02-fix-regression.dpatch
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index efe8409..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,12 +0,0 @@
-Note about the source package of yaml-mode.
-
-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.
-
-Note that, as of version 0.0.4-1, none of the patches are in use
-anymore.
-
- -- Vincent Fourmond <[email protected]>, Sat, 30 May 2009 19:08:30 +0200
-
-
diff --git a/debian/changelog b/debian/changelog
index 9de8405..2fe3281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+yaml-mode (0.0.7-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.
+  * rm debian/patches; according to deleted README.source: "as of version
+    0.0.4-1, none of the patches are in use anymore."
+  * 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 18:12:28 +0300
+
 yaml-mode (0.0.7-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 4d0c238..a943081 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: yaml-mode
 Section: editors
 Priority: optional
 Maintainer: Vincent Fourmond <[email protected]>
-Build-Depends: cdbs, debhelper (>= 5), dpatch
-Standards-Version: 3.9.1
+Build-Depends: cdbs, debhelper (>= 9)
+Standards-Version: 3.9.3
 Homepage: http://github.com/yoshiki/yaml-mode
 Vcs-Git: git://git.debian.org/git/users/fourmond/packages/yaml-mode.git
 Vcs-Browser: http://git.debian.org/?p=users/fourmond/packages/yaml-mode.git
diff --git a/debian/copyright b/debian/copyright
index 6e9fac4..1b5cc78 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,7 +24,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 7de8021..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-# 01-fix-makefile
-# 02-fix-regression
diff --git a/debian/patches/01-fix-makefile.dpatch b/debian/patches/01-fix-makefile.dpatch
deleted file mode 100644
index 8c14aee..0000000
--- a/debian/patches/01-fix-makefile.dpatch
+++ /dev/null
@@ -1,36 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01-fix-makefile.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad yaml-mode-0.0.3~/Makefile yaml-mode-0.0.3/Makefile
---- yaml-mode-0.0.3~/Makefile	2007-01-25 07:51:27.000000000 +0100
-+++ yaml-mode-0.0.3/Makefile	2007-04-21 00:53:22.000000000 +0200
-@@ -1,18 +1,20 @@
- VERSION=0.0.3
- EMACS = emacs
--PREFIX = /usr/local
--INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
-+PREFIX = /usr
-+INSTALLLIBDIR = $(DESTDIR)$(PREFIX)/share/emacs/site-lisp/yaml-mode
- FLAGS = -batch -L $(INSTALLLIBDIR) -q -f batch-byte-compile
- SRC = yaml-mode.el
- INSTALL = /usr/bin/install -c -m 444
- 
--all: bytecompile
-+all: install #bytecompile
- 
- bytecompile:
- 	$(EMACS) $(FLAGS) $(SRC)
- 
--install: bytecompile
--	$(INSTALL) yaml-mode.elc $(INSTALLLIBDIR)
-+$(INSTALLLIBDIR):
-+	install -d $(INSTALLLIBDIR) 
-+install: $(INSTALLLIBDIR) # bytecompile
-+	# $(INSTALL) yaml-mode.elc $(INSTALLLIBDIR)
- 	$(INSTALL) yaml-mode.el $(INSTALLLIBDIR)
- 
- uninstall:
diff --git a/debian/patches/02-fix-regression.dpatch b/debian/patches/02-fix-regression.dpatch
deleted file mode 100644
index 6489fcf..0000000
--- a/debian/patches/02-fix-regression.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02-fix-regression.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix a bad regression from 0.0.2. Failing to patch this
-## DP: will cause emacs to hang indefinitely...
-
-@DPATCH@
-diff -urNad yaml-mode-0.0.3~/yaml-mode.el yaml-mode-0.0.3/yaml-mode.el
---- yaml-mode-0.0.3~/yaml-mode.el	2007-01-25 07:51:27.000000000 +0100
-+++ yaml-mode-0.0.3/yaml-mode.el	2007-04-21 01:50:06.000000000 +0200
-@@ -112,7 +112,7 @@
- (defconst yaml-blank-line-re "^ *$"
-   "Regexp matching a line containing only (valid) whitespace.")
- 
--(defconst yaml-comment-re "\\(#*.*\\)"
-+(defconst yaml-comment-re "\\(?:^\\|\\s-+\\)\\(#.*\\)"
-   "Regexp matching a line containing a YAML comment or delimiter.")
- 
- (defconst yaml-directive-re "^\\(?:--- \\)? *%\\(\\w+\\)"
diff --git a/debian/rules b/debian/rules
index a128e56..7976634 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
   
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 # include /usr/share/cdbs/1/class/makefile.mk
 
 # Add here any variable or target overrides you need.
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 8b85c4d..973d196 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,11 +1,4 @@
-# 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://github.com/yoshiki/yaml-mode/downloads .*yaml-mode-(.*)\.tar\.gz
 
 
-- 
1.7.10


--- End Message ---
--- Begin Message ---
Source: yaml-mode
Source-Version: 0.0.9-1

We believe that the bug you reported is fixed in the latest version of
yaml-mode, 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.
Vincent Fourmond <[email protected]> (supplier of updated yaml-mode 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: Wed, 22 May 2013 22:56:18 +0200
Source: yaml-mode
Binary: yaml-mode
Architecture: source all
Version: 0.0.9-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Fourmond <[email protected]>
Changed-By: Vincent Fourmond <[email protected]>
Description: 
 yaml-mode  - emacs mode for YAML files
Closes: 670735 707819
Changes: 
 yaml-mode (0.0.9-1) unstable; urgency=low
 .
   [ Jari Aalto ]
   * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
   * rm debian/patches; according to deleted README.source: "as of version
     0.0.4-1, none of the patches are in use anymore."
   * Fix copyright-refers-to-symlink-license (Lintian).
   * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
   * Fix debian-watch-contains-dh_make-template (Lintian).
 .
   [ Vincent Fourmond ]
   * Incorporate Jari Alto's patch for switching to a more modern source
     format (closes: #670735)
   * Update watch file
   * Update to newer upstream release (fixes problems with emacs24,
     closes: #707819)
Checksums-Sha1: 
 15e5410d8a7bb9184a9ac4cea7774c1e936a7ec9 1230 yaml-mode_0.0.9-1.dsc
 d0259aa82365029d0b84fb663e82847f22f2fecb 6498 yaml-mode_0.0.9.orig.tar.gz
 89c78f566a28e128660aad5c2eb522b6c5179eaf 4202 yaml-mode_0.0.9-1.debian.tar.gz
 a1c5d03b873863c991de985b2ed4a85bcf465114 11118 yaml-mode_0.0.9-1_all.deb
Checksums-Sha256: 
 ba72939de8c3eb6d4fa8af6eb5fd3156abf8d29468a04c73dee2e6d46ee9ae80 1230 
yaml-mode_0.0.9-1.dsc
 5d65852d9d738fd1966125f8ae737760ae48e647030e1aa5a78fd703f54358fc 6498 
yaml-mode_0.0.9.orig.tar.gz
 93a30f5101a6460f9a6c277da77bbfbb84774959fb3e81f260cb5a2d15d09475 4202 
yaml-mode_0.0.9-1.debian.tar.gz
 503613bce130b3d2b713659052185744afd8466a17c0def63836e0327534410f 11118 
yaml-mode_0.0.9-1_all.deb
Files: 
 d81525b244524269fe696e4cc35786d1 1230 editors optional yaml-mode_0.0.9-1.dsc
 72f7280f6b71d0682ab06ce43a36e941 6498 editors optional 
yaml-mode_0.0.9.orig.tar.gz
 15347706a31783aa1a1ac2eecf709fef 4202 editors optional 
yaml-mode_0.0.9-1.debian.tar.gz
 b3b8024f867ae45b0f34d3ed09374864 11118 editors optional 
yaml-mode_0.0.9-1_all.deb

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

iEYEARECAAYFAlGdMjEACgkQx/UhwSKygsoDewCgoVHTBT7ZWBYTc79MpFmKTjEf
aGYAoLq9NTex4SITxfFGr7wBCKzxbTWT
=82DJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to