Changeset 180462f5a050f0e39c9b3afefc0b5154fc298b3b

Show
Ignore:
Timestamp:
04/11/03 21:15:36 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1050088536 +0000
git-parent:

[a99dcf71d19a9f4e9ac28992b326bae766484d1c]

git-author:
Sam Hocevar <sam@videolan.org> 1050088536 +0000
Message:
  • ./debian/control: changed the libvlc0-dev section to libdevel (to match
    the Debian installer's override file).
  • ./debian/woody-buildpackage: updated accordingly.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • debian/changelog

    r674dd61 r180462f  
     1vlc (0.5.3-2) unstable; urgency=low 
     2 
     3  * Changed the libvlc0-dev section to libdevel. 
     4 
     5 -- Samuel Hocevar <sam@zoy.org>  Fri, 11 Apr 2003 21:14:07 +0200 
     6 
    17vlc (0.5.3-1) unstable; urgency=low 
    28 
  • debian/control

    rad27390 r180462f  
    2121 
    2222Package: libvlc0-dev 
    23 Section: devel 
     23Section: libdevel 
    2424Architecture: any 
    2525Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 
  • debian/woody-buildpackage

    r486ebdb r180462f  
    11#! /bin/sh 
    2 # $Id: woody-buildpackage,v 1.13 2003/04/09 11:43:03 sam Exp $ 
     2# $Id: woody-buildpackage,v 1.14 2003/04/11 19:15:36 sam Exp $ 
    33# Build VLC on a Debian woody system 
    44 
     
    2626#          change Section: gnome with Section: graphics 
    2727#                 Section: kde with Section: kde 
     28#                 Section: libdevel with Section: devel 
    2829sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \ 
    2930    -e 's/libdv[0-9]*-dev/libdv-dev/' \ 
     
    4142    -e 's/Section: gnome/Section: graphics/' \ 
    4243    -e 's/Section: kde/Section: graphics/' \ 
     44    -e 's/Section: libdevel/Section: devel/' \ 
    4345    < debian/control > debian/control.woody 
    4446