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
94c73763
Commit
94c73763
authored
Apr 09, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./debian/rules: we now remove spurious woody build files in the clean rule.
parent
0523e96b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
debian/changelog
debian/changelog
+1
-0
debian/rules
debian/rules
+6
-0
No files found.
debian/changelog
View file @
94c73763
...
...
@@ -2,6 +2,7 @@ vlc (0.5.3-1) unstable; urgency=low
*
New
upstream
release
.
*
Fixed
a
clock
skew
issue
in
debian
/
rules
.
*
We
now
remove
spurious
woody
build
files
in
the
clean
rule
.
--
Samuel
Hocevar
<
sam
@
zoy
.
org
>
Tue
,
8
Apr
2003
15
:
20
:
20
+
0100
...
...
debian/rules
View file @
94c73763
...
...
@@ -123,6 +123,12 @@ clean:
test -d extras/faad
-if test ! -d CVS; then cd extras/faad && make distclean; fi
# Remove spurious autotools stuff
rm -f config.log confdefs.h
# Remove spurious Debian files
rm -f debian/changelog.woody debian/control.woody debian/rules.woody
-$(MAKE) distclean
dh_clean
...
...
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