Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
RQL
Commits
7d368dd97930
Commit
7d368dd97930
authored
14 years ago
by
Julien Jehannet
Browse files
Options
Downloads
Patches
Plain Diff
[debian] fix source lintian errors
parent
f7dadebfd42e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian.lenny/control
+4
-5
4 additions, 5 deletions
debian.lenny/control
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/control
+5
-6
5 additions, 6 deletions
debian/control
debian/rules
+2
-1
2 additions, 1 deletion
debian/rules
with
19 additions
and
12 deletions
debian.lenny/control
+
4
−
5
View file @
7d368dd9
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
Section: python
Section: python
Priority: optional
Priority: optional
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, Ludovic Aubry <ludovic.aubry@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>=2.4), python-all (>=2.4), libgecode12-dev, python-sphinx, g++
Build-Depends: debhelper (>= 5.0.37.1), python-support, python-all-dev (>=2.4), python-all (>=2.4), libgecode12-dev, python-sphinx, g++ (>= 4)
Build-Depends-Indep: python-support
XS-Python-Version: >= 2.4
XS-Python-Version: >= 2.4
...
@@ -8,8 +7,8 @@
...
@@ -8,8 +7,8 @@
XS-Python-Version: >= 2.4
XS-Python-Version: >= 2.4
Standards-Version: 3.
8.0
Standards-Version: 3.
9.1
Homepage: http://www.logilab.org/project/rql
Homepage: http://www.logilab.org/project/rql
Package: python-rql
Package: python-rql
Architecture: any
Architecture: any
XB-Python-Version: ${python:Versions}
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
...
@@ -10,10 +9,10 @@
...
@@ -10,10 +9,10 @@
Homepage: http://www.logilab.org/project/rql
Homepage: http://www.logilab.org/project/rql
Package: python-rql
Package: python-rql
Architecture: any
Architecture: any
XB-Python-Version: ${python:Versions}
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Conflicts: cubicweb-common (< 3.8.
0
)
Conflicts: cubicweb-common (<
=
3.8.
3
)
Provides: ${python:Provides}
Provides: ${python:Provides}
Description: relationship query language (RQL) utilities
Description: relationship query language (RQL) utilities
A library providing the base utilities to handle RQL queries,
A library providing the base utilities to handle RQL queries,
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
8
−
0
View file @
7d368dd9
rql (0.28.0-2) UNRELEASED; urgency=low
* debian/control:
- remove Ludovic Aubry from Uploaders
* lintian fixes
--
rql (0.28.0-1) unstable; urgency=low
rql (0.28.0-1) unstable; urgency=low
* new upstream release
* new upstream release
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
5
−
6
View file @
7d368dd9
...
@@ -2,14 +2,13 @@
...
@@ -2,14 +2,13 @@
Section: python
Section: python
Priority: optional
Priority: optional
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, Ludovic Aubry <ludovic.aubry@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>=2.4), python-all (>=2.4), libgecode-dev, python-sphinx, g++
Build-Depends: debhelper (>= 5.0.37.1), python-support, python-all-dev (>=2.5), python-all (>=2.5), libgecode-dev, python-sphinx, g++ (>= 4)
Build-Depends-Indep: python-support
XS-Python-Version: >= 2.5
XS-Python-Version: >= 2.4
Standards-Version: 3.9.1
Standards-Version: 3.8.0
Homepage: http://www.logilab.org/project/rql
Homepage: http://www.logilab.org/project/rql
Package: python-rql
Package: python-rql
Architecture: any
Architecture: any
XB-Python-Version: ${python:Versions}
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
...
@@ -10,10 +9,10 @@
...
@@ -10,10 +9,10 @@
Homepage: http://www.logilab.org/project/rql
Homepage: http://www.logilab.org/project/rql
Package: python-rql
Package: python-rql
Architecture: any
Architecture: any
XB-Python-Version: ${python:Versions}
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database
Conflicts: cubicweb-common (< 3.8.
4
)
Conflicts: cubicweb-common (<
=
3.8.
3
)
Provides: ${python:Provides}
Provides: ${python:Provides}
Description: relationship query language (RQL) utilities
Description: relationship query language (RQL) utilities
A library providing the base utilities to handle RQL queries,
A library providing the base utilities to handle RQL queries,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
1
View file @
7d368dd9
...
@@ -55,7 +55,8 @@
...
@@ -55,7 +55,8 @@
dh_installdocs -a README TODO changelog.gz
dh_installdocs -a README TODO changelog.gz
dh_installman -a
dh_installman -a
dh_link -a
dh_link -a
dh_compress -a -X.py -X.ini -X.xml -Xtest
# .js, .txt and .json are coming from sphinx build
dh_compress -a -X.py -X.ini -X.xml -Xtest/ -X.js -X.txt -X.json
dh_fixperms -a
dh_fixperms -a
dh_strip
dh_strip
dh_shlibdeps -a
dh_shlibdeps -a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment