Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
e43ed7a7
Commit
e43ed7a7
authored
Feb 03, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./debian/rules: more Debian Woody fixes. Grrrr!
parent
3a76f14d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
debian/rules
debian/rules
+2
-2
debian/woody-buildpackage
debian/woody-buildpackage
+8
-7
No files found.
debian/rules
View file @
e43ed7a7
...
...
@@ -278,8 +278,8 @@ binary-arch: build install
dh_installman doc/vlc.1 -p vlc
dh_installman doc/vlc-config.1 -p libvlc0-dev
# dh_installchangelogs ChangeLog -p vlc
cp ChangeLog debian/
tmp
/usr/share/doc/vlc/changelog
cp debian/changelog debian/
tmp
/usr/share/doc/vlc/changelog.Debian
cp ChangeLog debian/
vlc
/usr/share/doc/vlc/changelog
cp debian/changelog debian/
vlc
/usr/share/doc/vlc/changelog.Debian
dh_link
dh_strip
dh_compress
...
...
debian/woody-buildpackage
View file @
e43ed7a7
#! /bin/sh
# $Id: woody-buildpackage,v 1.
3 2003/02/03 01:32:37
sam Exp $
# $Id: woody-buildpackage,v 1.
4 2003/02/03 02:26:28
sam Exp $
# Build VLC for a Woody Debian system
if
test
!
-d
debian
...
...
@@ -9,22 +9,23 @@ then
exit
1
fi
# replace (1.2.3-4) with (1.2.3-0woody.4)
#
changelog:
replace (1.2.3-4) with (1.2.3-0woody.4)
sed
-e
's/^vlc (\([^)]*\)-\([^-)]*\))/vlc (\1-0woody.\2)/'
\
< debian/changelog
>
debian/changelog.woody
# replace liba52-*-dev with a52dec-dev (>=0.7.3)
# libdv*-dev with libdv-dev
#
libwxgtk2.4-dev with (nil)
#
control:
replace liba52-*-dev with a52dec-dev (>=0.7.3)
#
libdv*-dev with libdv-dev
#
remove libwxgtk2.4-dev
sed
-e
's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/'
\
-e
's/libdv[0-9]*-dev/libdv-dev/'
\
-e
's/, libwx[^,]*//'
\
-e
'/Package: wxvlc/,/^ *$/d'
\
< debian/control
>
debian/control.woody
# remove wxwindows stuff, change changelog path
# rules: remove wxwindows stuff
# change changelog path
sed
-e
'/# Package: wxvlc/,/^ *$/d'
\
-e
'
/--enable-wxwindows/d
'
\
-e
'
s,--enable-wxwindows,--disable-wxwindows,
'
\
-e
's, debian/changelog , debian/changelog.woody ,'
\
-e
's,dh_gencontrol[^#]*,& -- -ldebian/changelog.woody,'
\
< debian/rules
>
debian/rules.woody
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment