summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rw-r--r--debian/control28
-rw-r--r--debian/python3-rgain3.install1
-rw-r--r--debian/replaygain.install1
-rw-r--r--debian/replaygain.manpages (renamed from debian/python3-rgain3.manpages)0
5 files changed, 32 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 635b500..3a01c97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,14 @@
rgain3 (1.0.0-1) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
+ * Bump Standards-Version to 4.4.1.
+
[ Simon McVittie ]
* d/salsa-ci.yml: Request standard CI on salsa.debian.org
* Switch to a new upstream source, supporting Python 3
- (Closes: #960310)
- (reopens: #798137, #829053, #893660, #780915)
-
- [ Ondřej Nový ]
- * Bump Standards-Version to 4.4.1.
+ (Closes: #960310) (reopens: #798137, #829053, #893660)
+ * Separate replaygain(1) and collectiongain(1) into their own binary
+ package to make them more discoverable (Closes: #780915)
-- Simon McVittie <smcv@debian.org> Sun, 23 Jun 2019 20:10:37 +0100
diff --git a/debian/control b/debian/control
index 0d1f21d..df93869 100644
--- a/debian/control
+++ b/debian/control
@@ -28,11 +28,31 @@ Depends:
${python3:Depends},
Recommends:
gstreamer1.0-plugins-ugly | gstreamer1.0-libav,
+Description: Replay Gain volume normalization Python library
+ This package provides a Python package to calculate the Replay
+ Gain values of audio files, and store those values in the files
+ as metadata. Media players that support Replay Gain will use this
+ information to adjust the volume during playback, so that all tracks
+ sound equally loud.
+ .
+ Replay Gain is a proposed standard designed to solve the problem of
+ varying volumes across audio files. Its specifications are available at
+ http://replaygain.org/ .
+
+Package: replaygain
+Section: sound
+Architecture: all
+Depends:
+ python3-rgain3,
+ ${misc:Depends},
+ ${python3:Depends},
Description: Replay Gain volume normalization Python tools
- This package provides a Python package to calculate the Replay Gain values of
- audio files and normalize the volume of those files according to the values.
- Two basic scripts exploiting these capabilities are shipped as well.
+ This package contains the replaygain and collectiongain tools, which use
+ the rgain3 Python package to apply volume normalization metadata to
+ individual tracks, albums, or an entire collection of music.
+ Media players that support Replay Gain will use this information to
+ adjust the volume during playback, so that all tracks sound equally loud.
.
- Replay Gain is a proposed standard designed to solve the very problem of
+ Replay Gain is a proposed standard designed to solve the problem of
varying volumes across audio files. Its specifications are available at
http://replaygain.org/ .
diff --git a/debian/python3-rgain3.install b/debian/python3-rgain3.install
new file mode 100644
index 0000000..4606faa
--- /dev/null
+++ b/debian/python3-rgain3.install
@@ -0,0 +1 @@
+usr/lib/python3*
diff --git a/debian/replaygain.install b/debian/replaygain.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/replaygain.install
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/python3-rgain3.manpages b/debian/replaygain.manpages
index b19f8c8..b19f8c8 100644
--- a/debian/python3-rgain3.manpages
+++ b/debian/replaygain.manpages