Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pacman
Namcap
Commits
d01175ca
Commit
d01175ca
authored
Mar 13, 2011
by
Rémy Oudompheng
Browse files
Release version 3.0
parent
09bf49e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
d01175ca
include namcap.1
include parsepkgbuild.sh
include namcap-tags
include COPYING README AUTHORS TODO
NEWS
View file @
d01175ca
...
...
@@ -11,6 +11,7 @@ namcap (3.0)
- API: rework the implementation of rules
- API: give PacmanPackage a mapping-like interface
- fix: test suite ran with i686 architecture set
- fix: kdeprograms rule not seeing indirect dependencies
- fix: FS#15591 consistent hicolor-icon-theme messages
- fix: FS#17166 consistent shared-mime-info messages
- test: add unit test for the rpath rule
...
...
setup.py
View file @
d01175ca
...
...
@@ -6,7 +6,7 @@ DATAFILES = [('/usr/share/man/man1', ['namcap.1']),
(
'/usr/share/doc/namcap'
,[
'README'
,
'AUTHORS'
,
'TODO'
])]
setup
(
name
=
"namcap"
,
version
=
"
2.99
"
,
version
=
"
3.0
"
,
description
=
"Pacman package analyzer"
,
author
=
"Arch Dev Team"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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