Changeset 180462f5a050f0e39c9b3afefc0b5154fc298b3b
- 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
| r674dd61 |
r180462f |
|
| | 1 | vlc (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 | |
|---|
| 1 | 7 | vlc (0.5.3-1) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| rad27390 |
r180462f |
|
| 21 | 21 | |
|---|
| 22 | 22 | Package: libvlc0-dev |
|---|
| 23 | | Section: devel |
|---|
| | 23 | Section: libdevel |
|---|
| 24 | 24 | Architecture: any |
|---|
| 25 | 25 | Depends: vlc (= ${Source-Version}), ${shlibs:Depends} |
|---|
| r486ebdb |
r180462f |
|
| 1 | 1 | #! /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 $ |
|---|
| 3 | 3 | # Build VLC on a Debian woody system |
|---|
| 4 | 4 | |
|---|
| … | … | |
| 26 | 26 | # change Section: gnome with Section: graphics |
|---|
| 27 | 27 | # Section: kde with Section: kde |
|---|
| | 28 | # Section: libdevel with Section: devel |
|---|
| 28 | 29 | sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \ |
|---|
| 29 | 30 | -e 's/libdv[0-9]*-dev/libdv-dev/' \ |
|---|
| … | … | |
| 41 | 42 | -e 's/Section: gnome/Section: graphics/' \ |
|---|
| 42 | 43 | -e 's/Section: kde/Section: graphics/' \ |
|---|
| | 44 | -e 's/Section: libdevel/Section: devel/' \ |
|---|
| 43 | 45 | < debian/control > debian/control.woody |
|---|
| 44 | 46 | |
|---|