diff --git a/wmmixer/debian/changelog b/wmmixer/debian/changelog index 7fd0fd4..1f64b65 100644 --- a/wmmixer/debian/changelog +++ b/wmmixer/debian/changelog @@ -1,3 +1,10 @@ +wmmixer (1.6-2) unstable; urgency=low + + * debian/copyright is now DEP-5 + * debian/patches/* are now DEP-3 + + -- Rodolfo Garc??a Pe??as (kix) Mon, 8 Aug 2011 17:28:42 +0200 + wmmixer (1.6-1) unstable; urgency=low * New upstream version 1.6 diff --git a/wmmixer/debian/copyright b/wmmixer/debian/copyright index 8912bb0..d1bd38d 100644 --- a/wmmixer/debian/copyright +++ b/wmmixer/debian/copyright @@ -1,38 +1,53 @@ -This package was first debianized by Marcelo E. Magallon - on Sun, 5 Mar 1998 23:00:00 -0600. -Additional modifications by Neale Pickett -and Gordon Fraser +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 +Source: http://repo.or.cz/w/dockapps.git -It is now maintained by Sandro Tosi +Files: * +Copyright: 1998, Sam Hawker + 2002, Gordon Fraser +License: GPL-2+ -It was downloaded from http://www.dockapps.org/ +Files: debian/* +Copyright: 1998, Marcelo E. Magallon + 1999, Neale Pickett + 1999, Sean E. Perry + 2000, Sean 'Shaleh' Perry + 2001, LaMont Jones + 2002, Gordon Fraser + 2003, Gordon Fraser + 2004, Gordon Fraser + 2005, Gordon Fraser + 2006, Gordon Fraser + 2006, Aurelien Jarno + 2007, Gordon Fraser + 2007, Matej Vela + 2007, Sandro Tosi + 2008, Sandro Tosi + 2009, Sandro Tosi + 2010, Sandro Tosi + 2011, Rodolfo Garc??a Pe??as (kix) +License: GPL-2+ -Upstream Authors: - - Sam Hawker - Gordon Fraser - -Copyright: - - 1998 Sam Hawker - 2002 Gordon Fraser - -License: - - 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - 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., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301, USA. - -On a Debian system the complete text of the GNU General Public License -can be found in the file `/usr/share/common-licenses/GPL-2' +License: GPL-2+ + 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 the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of 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 package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. diff --git a/wmmixer/debian/patches/01_debian_paths.patch b/wmmixer/debian/patches/01_debian_paths.patch index d2a94f1..f89d000 100644 --- a/wmmixer/debian/patches/01_debian_paths.patch +++ b/wmmixer/debian/patches/01_debian_paths.patch @@ -1,4 +1,6 @@ -This patch changes the installation path to /usr +Description: This patch changes the installation path to /usr +Author: Sandro Tosi +Last-Update: 2007-10-08 --- a/Makefile +++ b/Makefile @@ -1,12 +1,10 @@ diff --git a/wmmixer/debian/patches/02_Makefile_optimization.patch b/wmmixer/debian/patches/02_Makefile_optimization.patch index 330ac7a..260b175 100644 --- a/wmmixer/debian/patches/02_Makefile_optimization.patch +++ b/wmmixer/debian/patches/02_Makefile_optimization.patch @@ -1,4 +1,6 @@ -This patch includes the optimization parameters for g++ +Description: This patch includes the optimization parameters for g++ +Author: Sandro Tosi +Last-Update: 2007-10-08 --- a/Makefile +++ b/Makefile @@ -6,7 +6,14 @@