Your message dated Thu, 26 May 2016 11:23:47 +0000
with message-id <[email protected]>
and subject line Bug#793472: fixed in dvtm 0.15-1
has caused the Debian Bug report #793472,
regarding dvtm: New upstream version availiable
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.)


-- 
793472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793472
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dvtm
Version: 0.12-1
Severity: normal
Tags: patch

Dear Maintainer,

upstream released 0.14 version, which introduced important
feature -- workspaces. Please, consider applying following patch
to your debianization and uploading new version.

Also, please add VCS-* field into debian/control.
diff -U3 -r -N dvtm-0.12/debian/changelog ../dvtm-0.14/debian/changelog
--- dvtm-0.12/debian/changelog	2014-09-07 18:09:09.000000000 +0400
+++ ../dvtm-0.14/debian/changelog	2015-07-24 13:42:12.352022289 +0300
@@ -1,3 +1,9 @@
+dvtm (0.14-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Albin Tonnerre <[email protected]>  Fri, 24 Jul 2015 13:37:01 +0300
+
 dvtm (0.12-1) unstable; urgency=medium
 
   * New upstream release (Closes: #760607)
@@ -16,7 +22,7 @@
   * Bump Standards-Version to 3.9.1
   * debian/control:
     - Update Build-Depends debhelper (>= 7.0.50~)
-    - Add Depends on ${misc:Depends} 
+    - Add Depends on ${misc:Depends}
   * Update debian/rules with new dh format
 
  -- Xavier Oswald <[email protected]>  Mon, 18 Oct 2010 15:17:42 +0200
@@ -52,7 +58,7 @@
  -- Xavier Oswald <[email protected]>  Wed, 29 Apr 2009 00:27:18 +0200
 
 dvtm (0.5.1-1) unstable; urgency=low
-  
+
   * New upstream release
 
   [Albin Tonnerre]
diff -U3 -r -N dvtm-0.12/debian/patches/cflags_and_strip_fixes.diff ../dvtm-0.14/debian/patches/cflags_and_strip_fixes.diff
--- dvtm-0.12/debian/patches/cflags_and_strip_fixes.diff	2014-09-07 18:07:42.000000000 +0400
+++ ../dvtm-0.14/debian/patches/cflags_and_strip_fixes.diff	2015-07-24 13:41:01.880020870 +0300
@@ -1,35 +1,17 @@
-diff --git a/Makefile b/Makefile
-index abef9a9..2ecd2fc 100644
---- a/Makefile
-+++ b/Makefile
-@@ -43,8 +43,6 @@ dist: clean
- 	@rm -rf dvtm-${VERSION}
- 
- install: dvtm
--	@echo stripping executable
--	@strip -s dvtm
- 	@echo installing executable file to ${DESTDIR}${PREFIX}/bin
- 	@mkdir -p ${DESTDIR}${PREFIX}/bin
- 	@cp -f dvtm ${DESTDIR}${PREFIX}/bin
-diff --git a/config.mk b/config.mk
-index 05106e5..e957080 100644
 --- a/config.mk
 +++ b/config.mk
-@@ -3,7 +3,7 @@ VERSION = 0.12
+@@ -3,7 +3,7 @@ VERSION = 0.14
  
  # Customize below to fit your system
  
--PREFIX = /usr/local
-+PREFIX = /usr
+-PREFIX ?= /usr/local
++PREFIX ?= /usr
  MANPREFIX = ${PREFIX}/share/man
+ # specify your systems terminfo directory
+ # leave empty to install into your home folder
+@@ -18,4 +18,4 @@ LDFLAGS += ${LIBS}
+ DEBUG_CFLAGS = ${CFLAGS} -UNDEBUG -O0 -g -ggdb -Wall -Wextra -Wno-unused-parameter
  
- INCS = -I.
-@@ -13,7 +13,7 @@ LIBS = -lc -lutil -lncursesw
- # AIX
- #LIBS = -lc -lncursesw
- # Cygwin
--#INCS += -I/usr/include/ncurses
-+INCS += -I/usr/include/ncursesw
- 
- CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
- LDFLAGS += ${LIBS}
+ CC ?= cc
+-STRIP ?= strip
++STRIP ?= true

--- End Message ---
--- Begin Message ---
Source: dvtm
Source-Version: 0.15-1

We believe that the bug you reported is fixed in the latest version of
dvtm, 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.
Dmitry Bogatov <[email protected]> (supplier of updated dvtm 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: Thu, 28 Apr 2016 03:39:11 +0300
Source: dvtm
Binary: dvtm
Architecture: source
Version: 0.15-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Bogatov <[email protected]>
Changed-By: Dmitry Bogatov <[email protected]>
Description:
 dvtm       - Tiling window management for the console
Closes: 793472 824284 825269
Changes:
 dvtm (0.15-1) unstable; urgency=medium
 .
   * New maintainer (Closes: #824284, #825269)
   * New upstream release (Closes: #793472)
   * Bump debhelper compat level (9 -> 10), and add lintian override
     about wrong versioned debhelper dependency
   * Replace patch about stripping and PREFIX with environment variables,
     exported from debian/rules.
   * Adjust debian/docs to match upstream, renamed README to README.md
   * Convert debian/copyright into DEP-5 format
   * Remove `config.h' at clean stage
   * Bump standards version to 3.9.8 (no changes needed)
   * Enable hardening
   * Make copymode work out-of-box in most cases
   * Export every available command for fifo scripting
Checksums-Sha1:
 d64f52e08a2b9856fee05bd0d91eb46aebea6ea3 1688 dvtm_0.15-1.dsc
 9bcec7af79b2adfead88c5513fa19b53dad6e134 40511 dvtm_0.15.orig.tar.gz
 38df433525b5406800f8e54253dc3f4384fe8b5f 5040 dvtm_0.15-1.debian.tar.xz
Checksums-Sha256:
 ebecfb0d1f837120b99c71cd1bce2d4dacfa945123ddc287d63f38a194c8fb7c 1688 
dvtm_0.15-1.dsc
 8f2015c05e2ad82f12ae4cf12b363d34f527a4bbc8c369667f239e4542e1e510 40511 
dvtm_0.15.orig.tar.gz
 5881abdeb7511b49f8b6eb012689e1961ca4cabdb0989a839a826b56addafe57 5040 
dvtm_0.15-1.debian.tar.xz
Files:
 dbbaca61e7d731a5f95f2eb09438f63b 1688 utils extra dvtm_0.15-1.dsc
 887e162a3abe2ad8e86caefab20cdd63 40511 utils extra dvtm_0.15.orig.tar.gz
 9029e3c6b066bc894caf77b90d7e6220 5040 utils extra dvtm_0.15-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXRtf2AAoJEPNPCXROn13ZqGcQALlyB2ppubiqqt3OsAJ+Ysfr
8IjV09676euLO1TuOMgBmBarZjFF2S5dthJrn8kbFdy/9IHI2oYBlRH0r9gE64ZH
rRp8o8dGwuwHNSTkZT9RDspEdzi7WG1z7LKnsO1MslRzSg3grZLDcuTDLkPZtqim
bW5VPakDncQ7dAvaWKqLisVp6CP9ciYRW4YqKnQ+rWFy33xLC8KUwhqjWbvyRT+s
fV/QHXCbNxD9dOhy8dfylP9c19Q1jxgd+VU0kqyoQFBMA7mTHOKUM7mmkJHhYGcs
7dLbUBfREOzyL1/hO1yazO+JGWzUyR7ozfeObJY+P0qxmKJTQInm9xKVh3CvwMi4
SI0GALhEWeCZbm0m5cBR56d7Dy0Y06yHnHq5wqoxaQ97vecHN0aE4YcSQmwQlRg+
DKp1I3Wyw/Q1XyOotti89TsbScH9MQkONWbYVVbm7LCoO4Fgn3KS3u/XzlaK+Bac
GTCmVKb06ngeoqrabdlFQ72AP3M/PmCg/U5ttSTi+qewiZwrVWrkFLRxp6u0ulvx
F57WnmNWwJCzuA9dzP7KSSP7wle0Tw/CgsMO56rddorAD4Df+ffWh0vTIcHRDNf9
p31yt+Di5f4E5uGO/fdGcJWGdsUpEh7/GyeUT8XPRF6yzJ2bp3jZqNDZ/+bQpQmy
giQVRm3ApUzuNPBodXZ+
=hLCl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to