File: 00-fix-version-in-Makefile.patch

package info (click to toggle)
screen 4.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,848 kB
  • sloc: ansic: 40,015; sh: 1,791; makefile: 344; perl: 63
file content (17 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix wrong version in upstream Makefile
Author: Axel Beckert <abe@debian.org>
Forwarded: yes

Index: screen/Makefile
===================================================================
--- screen.orig/Makefile	2014-04-28 03:33:06.000000000 +0200
+++ screen/Makefile	2014-04-28 03:38:45.823006116 +0200
@@ -19,7 +19,7 @@
 # don't forget to change mandir and infodir in doc/Makefile.
 bindir  = $(exec_prefix)/bin
 
-VERSION = 4.2.0
+VERSION = 4.2.1
 SCREEN = screen-$(VERSION)
 
 GIT_REV = "`git describe --always 2>/dev/null`"