Skip to content

Commit

Permalink
activate debian release numbers on OBS
Browse files Browse the repository at this point in the history
Debian has no separate field for release numbers,
only version numbers.
Mostly, the release number is added to the version number,
separated by a "-".
OBS has a feature to auto-increment release numbers for RPM packages.
Our modified OBS also enables this feature for DEB packages.
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed May 5, 2013
1 parent a524426 commit f27e811
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion platforms/deb/bareos-Debian_6.0.dsc
@@ -1,4 +1,4 @@
Format: 3.0 (native)
Format: 1.0
Source: bareos
Binary: bareos, bareos-bat, bareos-bconsole, bareos-client, bareos-common, bareos-database-common, bareos-database-postgresql, bareos-database-mysql, bareos-database-sqlite3, bareos-database-tools, bareos-devel, bareos-director, bareos-doc, bareos-filedaemon, bareos-storage, bareos-tools, bareos-traymonitor
Architecture: any
Expand All @@ -8,4 +8,5 @@ Homepage: http://www.bareos.org/
Standards-Version: 3.8.4
Build-Depends: acl-dev, autotools-dev, bc, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), hostname, libacl1-dev, libcap-dev, liblzo2-dev, libqt4-dev, libreadline-dev, libssl-dev, libwrap0-dev, libx11-dev, libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 8.4), lsb-release, mtx, ncurses-dev, pkg-config, po-debconf (>= 0.8.2), python-dev, zlib1g-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
DEBTRANSFORM-RELEASE: 1
Files:
3 changes: 2 additions & 1 deletion platforms/deb/bareos-xUbuntu_10.04.dsc
@@ -1,4 +1,4 @@
Format: 3.0 (native)
Format: 1.0
Source: bareos
Binary: bareos, bareos-bat, bareos-bconsole, bareos-client, bareos-common, bareos-database-common, bareos-database-postgresql, bareos-database-mysql, bareos-database-sqlite3, bareos-database-tools, bareos-devel, bareos-director, bareos-doc, bareos-filedaemon, bareos-storage, bareos-tools, bareos-traymonitor
Architecture: any
Expand All @@ -8,4 +8,5 @@ Homepage: http://www.bareos.org/
Standards-Version: 3.8.4
Build-Depends: acl-dev, autotools-dev, bc, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), hostname, libacl1-dev, libcap-dev, liblzo2-dev, libqt4-dev, libreadline-dev, libssl-dev, libwrap0-dev, libx11-dev, libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 8.4), lsb-release, mtx, ncurses-dev, pkg-config, po-debconf (>= 0.8.2), python-dev, zlib1g-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
DEBTRANSFORM-RELEASE: 1
Files:
3 changes: 2 additions & 1 deletion platforms/deb/bareos-xUbuntu_12.04.dsc
@@ -1,4 +1,4 @@
Format: 3.0 (native)
Format: 1.0
Source: bareos
Binary: bareos, bareos-bat, bareos-bconsole, bareos-client, bareos-common, bareos-database-common, bareos-database-postgresql, bareos-database-mysql, bareos-database-sqlite3, bareos-database-tools, bareos-devel, bareos-director, bareos-doc, bareos-filedaemon, bareos-storage, bareos-tools, bareos-traymonitor
Architecture: any
Expand All @@ -8,4 +8,5 @@ Homepage: http://www.bareos.org/
Standards-Version: 3.8.4
Build-Depends: acl-dev, autotools-dev, bc, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), hostname, libacl1-dev, libcap-dev, liblzo2-dev, libqt4-dev, libreadline-dev, libssl-dev, libwrap0-dev, libx11-dev, libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 8.4), lsb-release, mtx, ncurses-dev, pkg-config, po-debconf (>= 0.8.2), python-dev, zlib1g-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
DEBTRANSFORM-RELEASE: 1
Files:
5 changes: 5 additions & 0 deletions platforms/deb/debian.changelog
@@ -0,0 +1,5 @@
bareos (13.2.0-1) unstable; urgency=low

* master branch

-- Marco van Wieringen <marco.van.wieringen@bareos.com> Tue, 09 Apr 2013 21:08:34 +0200

0 comments on commit f27e811

Please sign in to comment.