[SCM] mhWaveEdit packaging branch, master, updated. debian/1.4.18-2-3-g65afe81
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Jun 30 09:42:05 UTC 2010
The following commit has been merged in the master branch:
commit 65afe8114344c7528cb0010308ba7ff3e0847ccb
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Jun 30 11:41:31 2010 +0200
Move shared arch-independent files to mhwaveedit-data.
diff --git a/debian/control b/debian/control
index 1a93144..ce1c044 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Description: Simple and fast GTK2 sound editor (dummy package)
Package: mhwaveedit-pulse
Architecture: any
Depends: ${shlibs:Depends},
+ mhwaveedit-data,
${misc:Depends}
Replaces: mhwaveedit (<= 1.4.18-1)
Conflicts: mhwaveedit-jack
@@ -49,6 +50,7 @@ Description: Simple and fast GTK2 sound editor (with PulseAudio support)
Package: mhwaveedit-jack
Architecture: any
Depends: ${shlibs:Depends},
+ mhwaveedit-data,
${misc:Depends}
Replaces: mhwaveedit (<= 1.4.18-1)
Conflicts: mhwaveedit-pulse
@@ -59,3 +61,16 @@ Description: Simple and fast GTK2 sound editor (with JACK support)
a fast computer.
.
This version supports ALSA, OSS and JACK.
+
+Package: mhwaveedit-data
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: mhwaveedit (<= 1.4.18-1),
+ mhwaveedit-pulse (= 1.4.18-1),
+ mhwaveedit-jack (= 1.4.18-1)
+Description: Simple and fast GTK2 sound editor (data files)
+ mhWaveEdit is a graphical program for editing sound files. It is
+ intended to be user-friendly and robust. It does not require
+ a fast computer.
+ .
+ This package provides architectures independent files of mhWaveEdit.
diff --git a/debian/mhwaveedit-jack.docs b/debian/mhwaveedit-data.docs
similarity index 100%
rename from debian/mhwaveedit-jack.docs
rename to debian/mhwaveedit-data.docs
diff --git a/debian/mhwaveedit-data.install b/debian/mhwaveedit-data.install
new file mode 100644
index 0000000..944abb4
--- /dev/null
+++ b/debian/mhwaveedit-data.install
@@ -0,0 +1 @@
+share/pixmaps/mhwaveedit.xpm usr/share/pixmaps
diff --git a/debian/mhwaveedit-jack.dirs b/debian/mhwaveedit-jack.dirs
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/mhwaveedit-jack.install b/debian/mhwaveedit-jack.install
new file mode 100644
index 0000000..6ab2d1e
--- /dev/null
+++ b/debian/mhwaveedit-jack.install
@@ -0,0 +1 @@
+debian/mhwaveedit-jack.desktop usr/share/applications
diff --git a/debian/mhwaveedit-pulse.dirs b/debian/mhwaveedit-pulse.dirs
deleted file mode 100644
index b85d017..0000000
--- a/debian/mhwaveedit-pulse.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/pixmaps
diff --git a/debian/mhwaveedit-pulse.docs b/debian/mhwaveedit-pulse.docs
deleted file mode 100644
index b5c7362..0000000
--- a/debian/mhwaveedit-pulse.docs
+++ /dev/null
@@ -1,4 +0,0 @@
-BUGS
-NEWS
-README
-TODO
diff --git a/debian/mhwaveedit-pulse.install b/debian/mhwaveedit-pulse.install
new file mode 100644
index 0000000..f9b3634
--- /dev/null
+++ b/debian/mhwaveedit-pulse.install
@@ -0,0 +1 @@
+debian/mhwaveedit-pulse.desktop usr/share/applications
--
mhWaveEdit packaging
More information about the pkg-multimedia-commits
mailing list