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
Admin message
la forge Heptapod sera en maintenance de 12h à 13h le mardi 01 avril 2025
Show more breadcrumbs
cubicweb
RQL
Commits
72a393d5ce60
Commit
72a393d5ce60
authored
18 years ago
by
Adrien Di Mascio
Browse files
Options
Downloads
Patches
Plain Diff
new python policy
parent
716868052bc6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+5
-4
5 additions, 4 deletions
debian/control
debian/rules
+6
-8
6 additions, 8 deletions
debian/rules
with
17 additions
and
12 deletions
debian/changelog
+
6
−
0
View file @
72a393d5
rql (0.6.0-4) unstable; urgency=low
* new python policy
-- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Tue, 18 Jul 2006 17:55:19 +0200
rql (0.6.0-3) unstable; urgency=low
* added conflicts with python2.3-rql
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
5
−
4
View file @
72a393d5
...
...
@@ -2,8 +2,9 @@
Section: python
Priority: optional
Maintainer: Sylvain Thenault <sylvain.thenault@logilab.fr>
Build-Depends: debhelper (>= 4.0.0), python-dev
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 5.0.37.1), python-dev (>=2.3.5-7), python (>=2.3.5-7), python-central
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-rql
Architecture: all
...
...
@@ -7,8 +8,8 @@
Package: python-rql
Architecture: all
Depends: python, python-logilab-common, python-constraint (>= 0.3.0-2)
Provides: python2.3-rql, python2.4-rql
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-egenix-mxdatetime, python-logilab-common (>= 0.16.1-1), python-constraint (>= 0.3.0-5)
Replaces: python2.3-rql, python2.4-rql
Conflicts: python2.3-rql, python2.4-rql
Description: relationship query language (RQL) utilities [dummy package]
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
6
−
8
View file @
72a393d5
...
...
@@ -12,9 +12,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
export DH_COMPAT=4
PYVERSIONS=2.3 2.4
export DH_COMPAT=5
build: build-stamp
build-stamp:
...
...
@@ -36,6 +34,5 @@
dh_testroot
dh_clean -k
dh_installdirs
python setup.py -q install_lib --no-compile --install-dir=debian/python-rql/usr/lib/site-python
python setup.py -q install_headers --install-dir=debian/python-rql/usr/include/
python setup.py -q install --no-compile --prefix=debian/python-rql/usr/ --install-headers=debian/python-rql/usr/include/ --install-scripts=debian/python-rql/usr/bin
# remove test directory (installed in in the doc directory)
...
...
@@ -41,3 +38,3 @@
# remove test directory (installed in in the doc directory)
rm -rf debian/python-rql/usr/lib/
site-
python/rql/test
rm -rf debian/python-rql/usr/lib/python
*/site-packages
/rql/test
# install tests
...
...
@@ -43,9 +40,8 @@
# install tests
(cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/python-rql-test/usr/share/doc/python-rql/test/{} \;)
(cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/python-rql/usr/share/doc/python-rql/test/{} \;)
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_install -i
...
...
@@ -46,9 +42,11 @@
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_install -i
dh_pycentral -i
dh_python -i
gzip -9 -c ChangeLog > changelog.gz
dh_installchangelogs -i
dh_installexamples -i
...
...
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