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
9b4a1da8
Commit
9b4a1da8
authored
Jun 14, 2010
by
Dan McGee
Browse files
NEWS updates and bump to 2.6
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
f30a2336
Changes
4
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
9b4a1da8
Jason Chu <jason@archlinux.org>
Abhishek Dasgupta <abhidg@gmail.com>
Hugo Doria <hugo@archlinux.org>
Jason Chu <jason@archlinux.org>
Dan McGee <dan@archlinux.org>
Allan McRae <allan@archlinux.org>
Jesse Young <jesseyoung@gmail.com>
JJDaNiMoTh <jjdanimoth@gmail.com>
\ No newline at end of file
JJDaNiMoTh <jjdanimoth@gmail.com>
NEWS
View file @
9b4a1da8
namcap (2.6)
- Add new 'anyelf' rule; should catch ELF files that end up in 'any'
arch packages and cannot be arch-independent
- Allow checking of all checksum types (FS#17168)
- Code style and import cleanups
- Handle optdepends descriptions correctly (FS#18259)
- Make it an error to use $startdir in PKGBUILDs
namcap (2.5)
- Turn namcap into a wrapper script that handles the compression;
this allows us to use XZ-compressed packages without Python support
...
...
namcap.1
View file @
9b4a1da8
.TH namcap 1 "Ju
ly
1
1
, 200
9
" "namcap 2.
5
" "User Commands"
.TH namcap 1 "Ju
ne
1
4
, 20
1
0" "namcap 2.
6
" "User Commands"
.SH NAME
namcap \- package analysis utility
.SH SYNOPSIS
...
...
@@ -142,9 +142,11 @@ This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH AUTHORS
.nf
Jason Chu <jason@archlinux.org>
Abhishek Dasgupta <abhidg@gmail.com>
Hugo Doria <hugo@archlinux.org>
Jason Chu <jason@archlinux.org>
Dan McGee <dan@archlinux.org>
Allan McRae <allan@archlinux.org>
Jesse Young <jesseyoung@gmail.com>
JJDaNiMoTh <jjdanimoth@gmail.com>
.fi
setup.py
View file @
9b4a1da8
...
...
@@ -6,7 +6,7 @@ DATAFILES = [('/usr/share/man/man1', ['namcap.1']),
(
'/usr/share/doc/namcap'
,[
'README'
,
'AUTHORS'
,
'TODO'
])]
setup
(
name
=
"namcap"
,
version
=
"2.
5
"
,
version
=
"2.
6
"
,
description
=
"Pacman package analyzer"
,
author
=
"Jason Chu"
,
author_email
=
"jason@archlinux.org"
,
...
...
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