~ubuntu-branches/ubuntu/intrepid/alsa-utils/intrepid-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-07-05 17:28:22 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060705172822-i8qc1x6zyu8upokb
Tags: 1.0.11-4ubuntu1
* Merge from debian unstable:
  - debian/asoundconf: Drop Ubuntu delta (whitespace-only).
  - debian/control: Retain delta (see 1.0.10-1ubuntu5 for rationale).
  - debian/dirs:
    + Retain delta (keep sbin but drop lib/udev; see below for
      debian/udev.script).
    + Remove usr/share/lintian/overrides (see 1.0.11-1 for
      rationale).
  - debian/init:
    + Retain /sbin/alsactl delta.
    + Drop shell quoting delta [both $() and `` being valid POSIX].
    + Retain delta for earlier exit with $TARGET_CARD.
  - debian/modprobe-post-install-part: Drop (see 1.0.10-1ubuntu5 for
    rationale).
  - debian/{postinst,rules}:
    + Retain deltas (/etc/udev/rules.d/85-alsa.rules).
    + Don't install lintian override.
  - debian/udev.script: Drop (instead hack debian/{init,udev.rules}).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
alsa-utils
16
16
----------
17
 
Copyright, Jarsolav Kysela <perex@suse.cz> and others.
18
 
 
19
 
  This package is free software; you can redistribute it and/or modify
20
 
  it under the terms of the GNU General Public License as published by
21
 
  the Free Software Foundation; version 2 dated June, 1991.
22
 
 
23
 
  This package is distributed in the hope that it will be useful,
24
 
  but WITHOUT ANY WARRANTY; without even the implied warranty of
25
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
 
  GNU General Public License for more details.
27
 
 
28
 
  You should have received a copy of the GNU General Public License
29
 
  along with this package; if not, write to the
30
 
  Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
31
 
  MA 02110-1301, USA.
32
 
 
33
 
On Debian GNU/Linux systems, the complete text of the GNU General
34
 
Public License can be found in /usr/share/common-licenses/GPL .
 
17
Copyright (C) Jarsolav Kysela <perex@suse.cz> and others.
35
18
 
36
19
set-default-soundcard
37
20
---------------------
38
21
Copyright (C) 2005 Canonical Ltd.
39
22
Author: Martin Pitt <martin.pitt@ubuntu.com>
40
 
License: GNU General Public License, version 2 or any later version
41
 
 
 
23
 
 
24
   This program is free software; you can redistribute it and/or modify
 
25
   it under the terms of the GNU General Public License as published by
 
26
   the Free Software Foundation; either version 2 of the License, or
 
27
   (at your option) any later version.
 
28
 
 
29
   This package is distributed in the hope that it will be useful,
 
30
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
31
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
32
   GNU General Public License for more details.
 
33
 
 
34
   You should have received a copy of the GNU General Public License
 
35
   along with this package; if not, write to the
 
36
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 
37
   MA 02110-1301, USA.
 
38
 
 
39
On Debian GNU/Linux systems, the complete text of the GNU General
 
40
Public License can be found in /usr/share/common-licenses/GPL .