diff -Nru wmmixer-1.7/COPYING wmmixer-1.7+20120605/COPYING --- wmmixer-1.7/COPYING 2011-09-25 13:33:37.000000000 +0000 +++ wmmixer-1.7+20120605/COPYING 2013-07-21 15:56:42.000000000 +0000 @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -15,7 +15,7 @@ General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -55,8 +55,8 @@ The precise terms and conditions for copying, distribution and modification follow. - - GNU GENERAL PUBLIC LICENSE + + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -110,7 +110,7 @@ License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -168,7 +168,7 @@ access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -225,7 +225,7 @@ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -255,7 +255,7 @@ of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,9 +277,9 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Programs + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -291,7 +291,7 @@ the "copyright" line and a pointer to where the full notice is found. - Copyright (C) 19yy + Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -303,16 +303,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. @@ -335,5 +335,5 @@ This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General +library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. diff -Nru wmmixer-1.7/README wmmixer-1.7+20120605/README --- wmmixer-1.7/README 2011-09-25 13:33:37.000000000 +0000 +++ wmmixer-1.7+20120605/README 2013-07-21 15:56:42.000000000 +0000 @@ -22,7 +22,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. AUTHORS: diff -Nru wmmixer-1.7/debian/changelog wmmixer-1.7+20120605/debian/changelog --- wmmixer-1.7/debian/changelog 2011-12-04 17:27:22.000000000 +0000 +++ wmmixer-1.7+20120605/debian/changelog 2013-07-21 17:04:30.000000000 +0000 @@ -1,3 +1,20 @@ +wmmixer (1.7+20120605-1) unstable; urgency=low + + * New upstream release (from git). + - Updates the FSF address only, no code changes. + * debian/control + - Updated maintainer email address from kix@kix.es to kix@debian.org. + - Bump Standards-Version to 3.9.4. + - Debhelper compatibility bumped to 9. + - Added Vcs-Git and Vcs-Browser fields. + * debian/copyright + - Removed the string "Upstream-Contact:" in the second upstream contact + name, to avoid lintian warnings. + * New patch debian/patches/03_Makefile_hardening.patch to include the Debian + Hardening flags in the compiler process. + + -- Rodolfo García Peñas (kix) Sun, 21 Jul 2013 18:03:00 +0200 + wmmixer (1.7-1) unstable; urgency=low * New upstream version 1.7 diff -Nru wmmixer-1.7/debian/compat wmmixer-1.7+20120605/debian/compat --- wmmixer-1.7/debian/compat 2011-09-25 13:32:15.000000000 +0000 +++ wmmixer-1.7+20120605/debian/compat 2013-07-21 16:05:39.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru wmmixer-1.7/debian/control wmmixer-1.7+20120605/debian/control --- wmmixer-1.7/debian/control 2011-09-25 13:32:15.000000000 +0000 +++ wmmixer-1.7+20120605/debian/control 2013-07-21 16:06:34.000000000 +0000 @@ -1,10 +1,12 @@ Source: wmmixer Section: x11 Priority: optional -Maintainer: Rodolfo García Peñas (kix) -Build-Depends: debhelper (>= 7), libx11-dev, libxext-dev, libxpm-dev -Standards-Version: 3.9.2 +Maintainer: Rodolfo García Peñas (kix) +Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev +Standards-Version: 3.9.4 Homepage: http://www.dockapps.org/ +Vcs-Git: git://repo.or.cz/dockapps.git +Vcs-Browser: http://repo.or.cz/r/dockapps.git Package: wmmixer Architecture: any diff -Nru wmmixer-1.7/debian/copyright wmmixer-1.7+20120605/debian/copyright --- wmmixer-1.7/debian/copyright 2011-09-25 13:32:15.000000000 +0000 +++ wmmixer-1.7+20120605/debian/copyright 2013-07-21 16:07:39.000000000 +0000 @@ -1,7 +1,7 @@ Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174 Upstream-Name: wmmixer Upstream-Contact: Sam Hawker -Upstream-Contact: Gordon Fraser + Gordon Fraser Source: http://repo.or.cz/w/dockapps.git Files: * diff -Nru wmmixer-1.7/debian/patches/03_Makefile_hardening.patch wmmixer-1.7+20120605/debian/patches/03_Makefile_hardening.patch --- wmmixer-1.7/debian/patches/03_Makefile_hardening.patch 1970-01-01 00:00:00.000000000 +0000 +++ wmmixer-1.7+20120605/debian/patches/03_Makefile_hardening.patch 2013-07-21 17:06:26.000000000 +0000 @@ -0,0 +1,38 @@ +Description: This patch renames the CXXFLAGS variable to CPPFLAGS and include extra "+" in CPPFLAGS and LDFLAGS to allow include the Debian Hardening compiler flags. +Author: Rodolfo García Peñas (kix) +Last-Update: 2013-07-21 +--- a/Makefile ++++ b/Makefile +@@ -6,19 +6,19 @@ + mandir = ${prefix}/share/man + + CXX = g++ +-CXXFLAGS = -Wall -g ++CPPFLAGS += -Wall -g + + ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +- CXXFLAGS += -O0 ++ CPPFLAGS += -O0 + else +- CXXFLAGS += -O2 ++ CPPFLAGS += -O2 + endif + + EXTRA_LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext + + + LD = g++ +-LDFLAGS = -o $(EXECUTABLE) $(CXXFLAGS) ++LDFLAGS += -o $(EXECUTABLE) $(CPPFLAGS) + + EXECUTABLE = wmmixer + OBJS = xhandler.o mixctl.o wmmixer.o exception.o +@@ -28,7 +28,7 @@ + INSTALL_PROGRAM = $(INSTALL) -D -p -o root -g root -m 755 + + .cc.o: +- $(CXX) $(CXXFLAGS) -c -o $@ $< ++ $(CXX) $(CPPFLAGS) -c -o $@ $< + + $(EXECUTABLE): $(OBJS) + $(LD) $(LDFLAGS) $(OBJS) $(EXTRA_LIBDIRS) $(EXTRA_LIBS) diff -Nru wmmixer-1.7/debian/patches/series wmmixer-1.7+20120605/debian/patches/series --- wmmixer-1.7/debian/patches/series 2011-09-25 13:32:15.000000000 +0000 +++ wmmixer-1.7+20120605/debian/patches/series 2013-07-21 16:40:40.000000000 +0000 @@ -1,2 +1,3 @@ 01_debian_paths.patch 02_Makefile_optimization.patch +03_Makefile_hardening.patch diff -Nru wmmixer-1.7/debian/rules wmmixer-1.7+20120605/debian/rules --- wmmixer-1.7/debian/rules 2011-12-04 17:26:44.000000000 +0000 +++ wmmixer-1.7+20120605/debian/rules 2013-07-21 17:04:02.000000000 +0000 @@ -3,4 +3,3 @@ %: dh $@ -