Merge pull request #62 from m-r-r/master

Lintian errors removed
This commit is contained in:
Martin Duquesnoy 2012-06-24 15:45:34 -07:00
commit 83a92da659
5 changed files with 30 additions and 7 deletions

8
configure vendored
View File

@ -75,6 +75,14 @@ fi
[ -n "$USE_XINERAMA" ] && CFLAGS="$CFLAGS -DHAVE_XINERAMA" [ -n "$USE_XINERAMA" ] && CFLAGS="$CFLAGS -DHAVE_XINERAMA"
[ -n "$USE_IMLIB2" ] && CFLAGS="$CFLAGS -DHAVE_IMLIB2" [ -n "$USE_IMLIB2" ] && CFLAGS="$CFLAGS -DHAVE_IMLIB2"
# Debian hardening options http://wiki.debian.org/Hardening
which dpkg-buildflags > /dev/null 2>&1
if [ $? -eq 0 ];
then
CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 `dpkg-buildflags --get CFLAGS`"
LDFLAGS="$LDFLAGS `dpkg-buildflags --get LDFLAGS`"
fi
cat > Makefile << EOF cat > Makefile << EOF
PREFIX=$PREFIX PREFIX=$PREFIX
XDG_CONFIG_DIR=$XDG_CONFIG_DIR XDG_CONFIG_DIR=$XDG_CONFIG_DIR

15
debian/changelog vendored
View File

@ -1,4 +1,17 @@
wmfs (2~beta201206) unstable; urgency=low wmfs (2~beta201206-3) unstable; urgency=low
* No hardening-related Lintiant warnings
-- Mickaël Raybaud-Roig <raybaudroigm@gmail.com> Sun, 24 Jun 2012 16:40:54 +0200
wmfs (2~beta201206-2) unstable; urgency=low
* Fixed some Lintian warnings
* New standards version
-- Mickaël Raybaud-Roig <raybaudroigm@gmail.com> Sun, 24 Jun 2012 15:19:38 +0200
wmfs (2~beta201206-1) unstable; urgency=low
* Updated changelog version * Updated changelog version
* Added build-depends to the control file * Added build-depends to the control file

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: x11
Priority: extra Priority: extra
Maintainer: Mickaël Raybaud-Roig <raybaudroigm@gmail.com> Maintainer: Mickaël Raybaud-Roig <raybaudroigm@gmail.com>
Build-Depends: debhelper (>= 8.0.0), libimlib2-dev, libxinerama-dev, libx11-dev Build-Depends: debhelper (>= 8.0.0), libimlib2-dev, libxinerama-dev, libx11-dev
Standards-Version: 3.9.2 Standards-Version: 3.9.3
Homepage: http://wmfs.info Homepage: http://wmfs.info
Vcs-Git: git://github.com/xorg62/wmfs.git Vcs-Git: git://github.com/xorg62/wmfs.git
Vcs-Browser: https://github.com/xorg62/wmfs Vcs-Browser: https://github.com/xorg62/wmfs

11
debian/copyright vendored
View File

@ -4,13 +4,16 @@ Source: http://wmfs.info
Files: * Files: *
Copyright: 2011-2012 Martin Duquesnoy <xorg62@gmail.com> Copyright: 2011-2012 Martin Duquesnoy <xorg62@gmail.com>
License: BSD-3-Clause License: BSD-3-Clauses
Files: debian/* Files: debian/*
Copyright: 2012 Mickaël Raybaud-Roig <raybaudroigm@gmail.com> Copyright: 2012 Mickaël Raybaud-Roig <raybaudroigm@gmail.com>
License: WTFPL-v2 License: WTFPL-2
License: BSD-3-Clause License: BSD-3-Clauses
Copyright (c) 1983 The Regents of the University of California.
All rights reserved.
.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
are met: are met:
@ -35,7 +38,7 @@ License: BSD-3-Clause
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE. SUCH DAMAGE.
Licence: WTFPL-v2 License: WTFPL-2
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004 Version 2, December 2004
. .

1
debian/docs vendored
View File

@ -1,2 +1 @@
README README
COPYING