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
c4453425
Commit
c4453425
authored
Feb 17, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./debian/woody-buildpackage: Debian package creation fixes.
parent
21bcb9ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
debian/rules
debian/rules
+3
-1
debian/woody-buildpackage
debian/woody-buildpackage
+2
-1
No files found.
debian/rules
View file @
c4453425
...
...
@@ -12,6 +12,8 @@ export DH_COMPAT=3
# Compilation options
#
ARCH_EXCLUDE =
CONFIG_FLAGS = --enable-release --prefix=/usr
CONFIG_FLAGS += \
--enable-gnome \
...
...
@@ -51,7 +53,7 @@ CONFIG_FLAGS += --enable-faad --with-faad-tree=extras/faad
ifeq ($(DEB_BUILD_ARCH),i386)
CONFIG_FLAGS += --enable-glide
else
ARCH_EXCLUDE
= -Nvlc-plugin
-glide
ARCH_EXCLUDE
+= -Nvlc-plugin-glide -Nvlc
-glide
endif
# Remove --without-dvdcss in non-totalitarian countries
...
...
debian/woody-buildpackage
View file @
c4453425
#! /bin/sh
# $Id: woody-buildpackage,v 1.
6 2003/02/09 12:21
:05 sam Exp $
# $Id: woody-buildpackage,v 1.
7 2003/02/17 07:22
:05 sam Exp $
# Build VLC for a Woody Debian system
if
test
!
-d
debian
...
...
@@ -30,6 +30,7 @@ sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \
# rules: remove wxwindows stuff
# change changelog path
sed
-e
'/# Package: wxvlc/,/^ *$/d'
\
-e
's,^ARCH_EXCLUDE =,& -Nwxvlc,'
\
-e
's,--enable-wxwindows,--disable-wxwindows,'
\
-e
's, debian/changelog , debian/changelog.woody ,'
\
-e
's,dh_gencontrol[^#]*,& -- -ldebian/changelog.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