diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-22 09:49:24 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-22 09:49:24 +0200 |
commit | c57f5519af5a87d5152db3dbedc6c3e25d3630d3 (patch) | |
tree | 0afa03408a02392a58c6751d14a0fce29aecb8a5 /debian | |
parent | e2201c972fe50baa8fbc2b562422954d6227b72a (diff) | |
download | weechat-c57f5519af5a87d5152db3dbedc6c3e25d3630d3.zip |
core: sync debian files with debian git repository
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3bd262c7b..6dc83983b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +weechat (0.3.8-1) unstable; urgency=low + + * New upstream release + + -- Emmanuel Bouthenot <kolter@debian.org> Sun, 03 Jun 2012 07:54:52 +0000 + weechat (0.3.7-1) unstable; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index ea5f22c9c..b94cae8b9 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ builddir/Makefile: cmake .. \ -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ - -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS)" \ + -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ -DCMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING="$(LDFLAGS)" \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON |