Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-xstatic-angular-bootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
OpenStack
xstatic
python-xstatic-angular-bootstrap
Commits
b8064a36
Commit
b8064a36
authored
10 years ago
by
Thomas Goirand
Browse files
Options
Downloads
Patches
Plain Diff
added missing Build-Conflicts: python-xstatic, python3-xstatic
parent
767acef1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/control
+16
-8
16 additions, 8 deletions
debian/control
with
16 additions
and
8 deletions
debian/control
+
16
−
8
View file @
b8064a36
...
...
@@ -2,8 +2,14 @@ Source: python-xstatic-angular-bootstrap
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python-all (>= 2.6.6-3~), python3-setuptools, python3-all
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all,
python3-setuptools,
Build-Conflicts: python-xstatic, python3-xstatic
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-xstatic-angular-bootstrap.git
Vcs-Git: git://anonscm.debian.org/openstack/python-xstatic-angular-bootstrap.git
...
...
@@ -11,9 +17,10 @@ Homepage: https://pypi.python.org/pypi/XStatic-Angular-Bootstrap
Package: python-xstatic-angular-bootstrap
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-xstatic-angular-bootstrap-doc
Depends: python-xstatic,
${misc:Depends},
${python:Depends},
Suggests: python-xstatic-angular-bootstrap-doc,
Description: Angular-Bootstrap XStatic support - Python 2.x
XStatic is a Python web development tool for handling required static data
files from external projects, such as CSS, images, and JavaScript. It provides
...
...
@@ -25,9 +32,10 @@ Description: Angular-Bootstrap XStatic support - Python 2.x
Package: python3-xstatic-angular-bootstrap
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-xstatic-angular-bootstrap-doc
Depends: python3-xstatic,
${misc:Depends},
${python3:Depends},
Suggests: python-xstatic-angular-bootstrap-doc,
Description: Angular-Bootstrap XStatic support - Python 3.x
XStatic is a Python web development tool for handling required static data
files from external projects, such as CSS, images, and JavaScript. It provides
...
...
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