Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make lintian clean debian directory #28

Closed
warsaw opened this issue Jun 10, 2010 · 2 comments
Closed

make lintian clean debian directory #28

warsaw opened this issue Jun 10, 2010 · 2 comments

Comments

@warsaw
Copy link

warsaw commented Jun 10, 2010

After running the 'debianize' command, building a source package gives me these lintian warnings:

W: flufl-i18n source: debhelper-but-no-misc-depends python-flufl.i18n
W: flufl-i18n source: out-of-date-standards-version 3.8.3 (current is 3.8.4)

Here are changes to the control file I had to make after the fact:

=== modified file 'debian/control'
--- debian/control 2010-06-10 21:00:27 +0000
+++ debian/control 2010-06-10 21:36:18 +0000
@@ -3,11 +3,11 @@
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4

Package: python-flufl.i18n
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: A high level API for Python internationalization.

@astraw
Copy link
Owner

astraw commented Jun 18, 2010

debian/control: update standards version to 3.8.4 (closed by 5bf8129)

@astraw
Copy link
Owner

astraw commented Jun 18, 2010

See also 75d6406

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants