Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
2bca079fce33
Commit
8ceb6633
authored
Oct 10, 2006
by
"Sylvain ext:(%22)
Browse files
packaging fixes
parent
70da79010c66
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2bca079f
logilab-mtconverter (0.1.0-3) unstable; urgency=low
* removed logilab's __init__.py file
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 10 Oct 2006 16:20:27 +0200
logilab-mtconverter (0.1.0-2) unstable; urgency=low
* fixed package name
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 10 Oct 2006 16:07:29 +0200
logilab-mtconverter (0.1.0-1) unstable; urgency=low
* initial upstream release
...
...
debian/rules
View file @
2bca079f
...
...
@@ -34,6 +34,8 @@ install: build
dh_clean -k
dh_installdirs
python setup.py -q install --no-compile --prefix=debian/python-logilab-mtconverter/usr/
# remove sub-package __init__ file (created in postinst)
rm debian/python-logilab-mtconverter/usr/lib/python*/site-packages/logilab/__init__.py
# remove test directory (installed in in the doc directory)
rm -rf debian/python-logilab-mtconverter/usr/lib/python*/site-packages/logilab/mtconverter/test
# install tests
...
...
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