wmmixer: Debian copyright and patches in format DEP-3 and DEP-5
This commit is contained in:
parent
c3ca024d89
commit
a3bf2a318c
|
@ -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) <kix@kix.es> Mon, 8 Aug 2011 17:28:42 +0200
|
||||||
|
|
||||||
wmmixer (1.6-1) unstable; urgency=low
|
wmmixer (1.6-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream version 1.6
|
* New upstream version 1.6
|
||||||
|
|
|
@ -1,38 +1,53 @@
|
||||||
This package was first debianized by Marcelo E. Magallon
|
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174
|
||||||
<mmagallo@debian.org> on Sun, 5 Mar 1998 23:00:00 -0600.
|
Upstream-Name: wmmixer
|
||||||
Additional modifications by Neale Pickett <neale@debian.org>
|
Upstream-Contact: Sam Hawker <shawkie@geocities.com>
|
||||||
and Gordon Fraser <gordon@debian.org>
|
Upstream-Contact: Gordon Fraser <gordon@freakzone.net>
|
||||||
|
Source: http://repo.or.cz/w/dockapps.git
|
||||||
|
|
||||||
It is now maintained by Sandro Tosi <matrixhasu@gmail.com>
|
Files: *
|
||||||
|
Copyright: 1998, Sam Hawker <shawkie@geocities.com>
|
||||||
|
2002, Gordon Fraser <gordon@debian.org>
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
It was downloaded from http://www.dockapps.org/
|
Files: debian/*
|
||||||
|
Copyright: 1998, Marcelo E. Magallon <mmagallo@debian.org>
|
||||||
|
1999, Neale Pickett <neale@debian.org>
|
||||||
|
1999, Sean E. Perry <shaleh@debian.org>
|
||||||
|
2000, Sean 'Shaleh' Perry <shaleh@debian.org>
|
||||||
|
2001, LaMont Jones <lamont@smallone.fc.hp.com>
|
||||||
|
2002, Gordon Fraser <gordon@debian.org>
|
||||||
|
2003, Gordon Fraser <gordon@debian.org>
|
||||||
|
2004, Gordon Fraser <gordon@debian.org>
|
||||||
|
2005, Gordon Fraser <gordon@debian.org>
|
||||||
|
2006, Gordon Fraser <gordon@debian.org>
|
||||||
|
2006, Aurelien Jarno <aurel32@debian.org>
|
||||||
|
2007, Gordon Fraser <gordon@debian.org>
|
||||||
|
2007, Matej Vela <vela@debian.org>
|
||||||
|
2007, Sandro Tosi <matrixhasu@gmail.com>
|
||||||
|
2008, Sandro Tosi <morph@debian.org>
|
||||||
|
2009, Sandro Tosi <morph@debian.org>
|
||||||
|
2010, Sandro Tosi <morph@debian.org>
|
||||||
|
2011, Rodolfo Garc??a Pe??as (kix) <kix@kix.es>
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
Upstream Authors:
|
License: GPL-2+
|
||||||
|
This program is free software; you can redistribute it
|
||||||
Sam Hawker <shawkie@geocities.com>
|
and/or modify it under the terms of the GNU General Public
|
||||||
Gordon Fraser <gordon@freakzone.net>
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2 of the License, or (at your option) any later
|
||||||
Copyright:
|
version.
|
||||||
|
.
|
||||||
1998 Sam Hawker <shawkie@geocities.com>
|
This program is distributed in the hope that it will be
|
||||||
2002 Gordon Fraser <gordon@debian.org>
|
useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
License:
|
PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
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
|
You should have received a copy of the GNU General Public
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
License along with this package; if not, write to the Free
|
||||||
(at your option) any later version.
|
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
|
Boston, MA 02110-1301 USA
|
||||||
This program is distributed in the hope that it will be useful,
|
.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
On Debian systems, the full text of the GNU General Public
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
License version 2 can be found in the file
|
||||||
GNU General Public License for more details.
|
`/usr/share/common-licenses/GPL-2'.
|
||||||
|
|
||||||
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'
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
This patch changes the installation path to /usr
|
Description: This patch changes the installation path to /usr
|
||||||
|
Author: Sandro Tosi <matrixhasu@gmail.com>
|
||||||
|
Last-Update: 2007-10-08
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1,12 +1,10 @@
|
@@ -1,12 +1,10 @@
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
This patch includes the optimization parameters for g++
|
Description: This patch includes the optimization parameters for g++
|
||||||
|
Author: Sandro Tosi <matrixhasu@gmail.com>
|
||||||
|
Last-Update: 2007-10-08
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -6,7 +6,14 @@
|
@@ -6,7 +6,14 @@
|
||||||
|
|
Loading…
Reference in a new issue