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 <lu...@debian.org>  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 <xosw...@debian.org>  Mon, 18 Oct 2010 15:17:42 +0200
@@ -52,7 +58,7 @@
  -- Xavier Oswald <xosw...@debian.org>  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

Reply via email to