Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
486ebdb4
Commit
486ebdb4
authored
Apr 09, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./debian/woody-buildpackage: additional error checking.
parent
94c73763
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
debian/woody-buildpackage
debian/woody-buildpackage
+5
-7
No files found.
debian/woody-buildpackage
View file @
486ebdb4
#! /bin/sh
# $Id: woody-buildpackage,v 1.13 2003/04/09 11:43:03 sam Exp $
# Build VLC on a Debian woody system
# $Id: woody-buildpackage,v 1.12 2003/04/01 16:13:39 sam Exp $
# Build VLC for a Woody Debian system
set
-x
set
-e
if
test
!
-d
debian
then
echo
"No debian/ directory"
exit
1
fi
test
-d
debian
# changelog: replace (1.2.3-4) with (1.2.3-0woody.4)
sed
-e
's/^vlc (\([^)]*\)-\([^-)]*\))/vlc (\1-0woody.\2)/'
\
...
...
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