[SCM] snd/master: Dropped dependencies on anything before old-old-stable

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jan 26 20:30:25 UTC 2016


The following commit has been merged in the master branch:
commit 32a16b35297925d54af40c291ab80757d9a7648e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Jan 26 20:32:50 2016 +0100

    Dropped dependencies on anything before old-old-stable
    
    there's a lot of accumulated cruft in the Depends/Conflicts/Breaks/Replaces.

diff --git a/debian/control b/debian/control
index 960e9ee..8125149 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,14 @@ Build-Depends: cdbs, debhelper (>= 9),
  libgsl-dev,
  dh-autoreconf,
  autotools-dev (>= 20100122.1~),
- libfftw3-dev (>= 2.1.3),
- libgtk2.0-dev (>= 2.0.6),
+ libfftw3-dev,
+ libgtk2.0-dev
  libsamplerate0-dev,
  libxmu-dev,
  libpulse-dev,
  libjack-dev [i386 amd64 powerpc kfreebsd-i386 kfreebsd-amd64 hurd-i386],
  libasound2-dev [linux-any],
- libmpc-dev (>= 0.8),
+ libmpc-dev,
  bzip2
 Standards-Version: 3.9.6
 Homepage: http://ccrma.stanford.edu/software/snd/
@@ -27,6 +27,8 @@ Depends: ${misc:Depends}
 Recommends: guile, ladspa-plugin,
  snd-gtk-jack | snd-gtk | snd-nox
 Suggests: snd-doc
+Breaks:   snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
+Replaces: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
 Description: Sound file editor
  Snd is a powerful sound file editor that can be customized and extended using
  the Scheme programming language.
@@ -47,14 +49,11 @@ Description: Sound file editor (documentation)
 
 Package: snd-gtk-jack
 Architecture: any-i386 any-amd64 any-powerpc
-Provides: snd-gtk-alsa [linux-any], snd-gtk
 Depends: snd (>= ${source:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Breaks: snd-gtk (<< 11-3)
-Replaces: snd (<< 5.10),
- snd-gtk (<< 11-3),
- snd-gtk-alsa (<< 16.1-2), snd-gtk-pulse (<< 16.1-2)
+ ${shlibs:Depends}, ${misc:Depends}
+Provides: snd-gtk-alsa [linux-any], snd-gtk
+Replaces: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
+Breaks:   snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
 Description: Sound file editor (GTK+ user interface - JACK)
  Snd is a powerful sound file editor that can be customized and extended using
  the Scheme programming language.
@@ -64,15 +63,11 @@ Description: Sound file editor (GTK+ user interface - JACK)
 
 Package: snd-gtk-pulse
 Architecture: any
-Provides: snd-gtk-alsa [linux-any], snd-gtk
 Depends: snd (>= ${source:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Conflicts: snd-gtk-alsa (<< 16.1-2)
-Breaks: snd-gtk (<< 11-3)
-Replaces: snd (<< 5.10),
- snd-gtk (<< 11-3),
- snd-gtk-alsa (<< 16.1-2), snd-gtk-jack (<< 16.1-2)
+ ${shlibs:Depends}, ${misc:Depends}
+Provides: snd-gtk
+Replaces: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
+Breaks:   snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
 Description: Sound file editor (GTK+ user interface - PulseAudio)
  Snd is a powerful sound file editor that can be customized and extended using
  the Scheme programming language.
@@ -83,17 +78,11 @@ Description: Sound file editor (GTK+ user interface - PulseAudio)
 Package: snd-nox
 Architecture: any
 Depends: snd (>= ${source:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+ ${shlibs:Depends}, ${misc:Depends}
 Provides: snd-nox-alsa [linux-any]
-Conflicts: snd-gtk (<< 16.1-2)
-Breaks: snd-gtk (<< 11-3),
- snd-nox-alsa (<< 11.2-2)
-Replaces: snd (<< 5.10),
- snd-gtk (<< 11-3),
- snd-gtk-alsa (<< 16.1-2), snd-gtk-jack (<< 16.1-2), snd-gtk-pulse (<< 16.1-2),
- snd-nox-alsa (<< 11.2-2)
-Description: Sound file editor (without X support)
+Replaces: snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
+Breaks:   snd-gtk (<< 16.1-2), snd-nox (<< 16.1-2)
+Description: Sound file editor (cmdline - ALSA)
  Snd is a powerful sound file editor that can be customized and extended using
  the Scheme programming language.
  .

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list