File: 21_fixversion.dpatch

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,064 kB
  • ctags: 560
  • sloc: sh: 13,357; ansic: 2,743; php: 1,235; yacc: 216; makefile: 160; lex: 36; sql: 27
file content (20 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh /usr/share/dpatch/dpatch-run
## 21_fixversion.dpatch by Andreas Henriksson <andreas@fatal.se>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Correct version number in Makefile

@DPATCH@
--- bandwidthd-2.0.1+cvs20050208.orig/configure.in
+++ bandwidthd-2.0.1+cvs20050208/configure.in
@@ -7,8 +7,8 @@
 
 MAJOR_VERSION=2
 MINOR_VERSION=0
-RELEASE_VERSION=0
-EXTRA_VERSION=""
+RELEASE_VERSION=1
+EXTRA_VERSION="+cvs20090917"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 # Checks for programs.