]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Pre-Depends: dpkg (>= 1.15.6~) since we use xz compression.
authorThomas Goirand <thomas@goirand.fr>
Fri, 16 Nov 2012 03:46:46 +0000 (03:46 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 16 Nov 2012 03:46:46 +0000 (03:46 +0000)
Rewritten-From: 71fc6e25ad0347d463effa5b8aac42b2474bd1c9

trusty/debian/control

index 5ea2e423b6fc80d51594e480644a19080c5f890c..fccff7070ba786a09483198423b8ae038c2a3f8a 100644 (file)
@@ -34,6 +34,7 @@ Vcs-Git: git://anonscm.debian.org/openstack/horizon.git
 Package: python-django-horizon
 Section: python
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${python:Depends},
  python-cinderclient,
  python-cloudfiles,
@@ -57,6 +58,7 @@ Description: Django module providing web interaction with OpenStack
 
 Package: openstack-dashboard
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends},
@@ -73,6 +75,7 @@ Description: OpenStack Dashboard
 
 Package: openstack-dashboard-apache
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libapache2-mod-wsgi (>=2.3),
  openstack-dashboard,
  ${misc:Depends}