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
0523e96b
Commit
0523e96b
authored
Apr 09, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./debian/rules: fixed a clock skew issue in debian/rules.
parent
e61faec4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
debian/changelog
debian/changelog
+1
-0
debian/rules
debian/rules
+4
-4
No files found.
debian/changelog
View file @
0523e96b
vlc
(
0.5.3
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
*
Fixed
a
clock
skew
issue
in
debian
/
rules
.
--
Samuel
Hocevar
<
sam
@
zoy
.
org
>
Tue
,
8
Apr
2003
15
:
20
:
20
+
0100
...
...
debian/rules
View file @
0523e96b
...
...
@@ -94,10 +94,10 @@ build-stamp:
test -d extras/faad
if test ! -d CVS; then \
cd extras/faad \
&& touch
configure.in
\
&& touch
aclocal.m4
\
&& touch
configure
\
&& touch
config.h.in
\
&& touch
`find . -name configure.in`
\
&& touch
`find . -name aclocal.m4`
\
&& touch
`find . -name configure`
\
&& touch
`find . -name config.h.in`
\
&& touch `find . -name Makefile.in` \
&& ./configure --disable-shared \
&& cd libfaad \
...
...
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