From 180462f5a050f0e39c9b3afefc0b5154fc298b3b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 11 Apr 2003 19:15:36 +0000 Subject: [PATCH] * ./debian/control: changed the libvlc0-dev section to libdevel (to match the Debian installer's override file). * ./debian/woody-buildpackage: updated accordingly. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/woody-buildpackage | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d06776e30a..56e3bb134f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vlc (0.5.3-2) unstable; urgency=low + + * Changed the libvlc0-dev section to libdevel. + + -- Samuel Hocevar Fri, 11 Apr 2003 21:14:07 +0200 + vlc (0.5.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index c5ec7a3218..bd6e431d61 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Description: a complete multimedia player from various network sources. Package: libvlc0-dev -Section: devel +Section: libdevel Architecture: any Depends: vlc (= ${Source-Version}), ${shlibs:Depends} Description: development files for VLC diff --git a/debian/woody-buildpackage b/debian/woody-buildpackage index 4851bf08c0..252dc984f6 100755 --- a/debian/woody-buildpackage +++ b/debian/woody-buildpackage @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: woody-buildpackage,v 1.13 2003/04/09 11:43:03 sam Exp $ +# $Id: woody-buildpackage,v 1.14 2003/04/11 19:15:36 sam Exp $ # Build VLC on a Debian woody system set -x @@ -25,6 +25,7 @@ sed -e 's/^vlc (\([^)]*\)-\([^-)]*\))/vlc (\1-0woody.\2)/' \ # libglib2.0-0 (workaround for mozilla-dev's bad deps) # change Section: gnome with Section: graphics # Section: kde with Section: kde +# Section: libdevel with Section: devel sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \ -e 's/libdv[0-9]*-dev/libdv-dev/' \ -e 's/kdelibs[0-9]*-dev/kdelibs-dev/' \ @@ -40,6 +41,7 @@ sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \ -e 's/, libglib2.0-0[^,]*//' \ -e 's/Section: gnome/Section: graphics/' \ -e 's/Section: kde/Section: graphics/' \ + -e 's/Section: libdevel/Section: devel/' \ < debian/control > debian/control.woody # rules: remove wxwindows stuff