diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-09-12 09:35:44 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-09-12 09:35:44 +0200 |
commit | b0e719e29ffdcd27097f9175702359e27d23d9d9 (patch) | |
tree | f1cc718f1cc7ae7dd961a4f24cb25200a5615390 | |
parent | 0855f64a0ed92c90af26404492167677d3cabbc4 (diff) | |
download | itzks-systems-b0e719e29ffdcd27097f9175702359e27d23d9d9.tar.gz itzks-systems-b0e719e29ffdcd27097f9175702359e27d23d9d9.tar.bz2 itzks-systems-b0e719e29ffdcd27097f9175702359e27d23d9d9.zip |
/debian/control (bin:packages: itzks-systems-diskless, itzks-systems-workstation): Add VLC (incl. pulse plugin) and gstreamer-plugins as dependency.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index db36684..d9c81e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +itzks-systems (2012.08.31.2) UNRELEASED; urgency=low + + * /debian/control (bin:packages: itzks-systems-diskless, + itzks-systems-workstation): + + Add VLC (incl. pulse plugin) and gstreamer-plugins as dependency. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 12 Sep 2012 09:34:37 +0200 + itzks-systems (2012.08.31.1) squeeze-backports; urgency=low * /debian/control (bin:package: itzks-systems-backup): diff --git a/debian/control b/debian/control index 928f9cd..7b9684c 100644 --- a/debian/control +++ b/debian/control @@ -219,6 +219,9 @@ Depends: gnome-colors-common, git, grdesktop, + gstreamer0.10-plugins-bad, + gstreamer0.10-plugins-good, + gstreamer0.10-plugins-ugly, gv, htop, icedove, @@ -288,6 +291,8 @@ Depends: ttf-mscorefonts-installer, ttf-sil-doulos, unzip, + vlc, + vlc-plugin-pulse, xarchiver, x2go-keyring, x2godesktopsharing, @@ -519,6 +524,9 @@ Depends: gnome-colors-common, git, grdesktop, + gstreamer0.10-plugins-bad, + gstreamer0.10-plugins-good, + gstreamer0.10-plugins-ugly, gv, htop, icedove, @@ -588,6 +596,8 @@ Depends: ttf-mscorefonts-installer, ttf-sil-doulos, unzip, + vlc, + vlc-plugin-pulse, xarchiver, x2go-keyring, x2godesktopsharing, |