[SCM] dvblast/master: Refresh patches.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Apr 12 00:07:37 UTC 2012
The following commit has been merged in the master branch:
commit ffbf2e3cf7f39067a67dd7dbc4ee680edef52350
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Apr 12 02:04:13 2012 +0200
Refresh patches.
diff --git a/debian/patches/01_remove_bad_cflags.diff b/debian/patches/01_remove_bad_cflags.diff
index 9ec8e5a..1aeebc7 100644
--- a/debian/patches/01_remove_bad_cflags.diff
+++ b/debian/patches/01_remove_bad_cflags.diff
@@ -6,11 +6,11 @@ Remove some unneeded CFLAGS.
--- dvblast.orig/Makefile
+++ dvblast/Makefile
-@@ -6,7 +6,6 @@ TOPDIR = `basename ${PWD}`
+@@ -4,7 +4,6 @@ TOPDIR = `basename ${PWD}`
GIT_VER = $(shell git describe --tags --dirty --always 2>/dev/null)
CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer
-CFLAGS += -g
- ifneq "$(GIT_VER)" ""
- CFLAGS += -DVERSION_EXTRA=\"git-$(GIT_VER)\"
- else
+ CFLAGS += -DVERSION=\"$(VERSION_MAJOR).$(VERSION_MINOR)\"
+ CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR)
+ CFLAGS += -DVERSION_MINOR=$(VERSION_MINOR)
--
dvblast packaging
More information about the pkg-multimedia-commits
mailing list