]> git.donarmstrong.com Git - roundcube.git/commitdiff
Don't use debian/control.in anymore.
authorVincent Bernat <bernat@debian.org>
Sat, 8 Jan 2011 15:04:10 +0000 (15:04 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:23:39 +0000 (21:23 +0200)
debian/control
debian/control.in [deleted file]
debian/rules

index ddacdcfa6227d2dfdbf70f6ee437a28a5c45838a..bb789ebf3e695f3884521e04ea2d3b0d1da9bef9 100644 (file)
@@ -3,9 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org>
 Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>
-Build-Depends: cdbs,
- debhelper,
- dh-buildinfo, po-debconf
+Build-Depends: cdbs, debhelper (>= 5), dh-buildinfo, po-debconf
 Homepage: http://www.roundcube.net/
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/trunk
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644 (file)
index fb540b2..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-Source: roundcube
-Section: web
-Priority: extra
-Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org>
-Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>
-Build-Depends: @cdbs@, po-debconf
-Homepage: http://www.roundcube.net/
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/trunk/
-
-Package: roundcube-core
-Architecture: all
-Depends: dbconfig-common, debconf | debconf-2.0, ucf,
- apache2 | lighttpd | httpd,
- php5, php5-mcrypt, php5-gd,
- php-mdb2 (>= 2.5.0), php-auth, php-net-smtp (>= 1.4.2),
- php-net-socket, php-mail-mime (>= 1.8.0), php5-pspell,
- tinymce (>= 3), libjs-jquery (>= 1.4.2),
- libmagic1,
- roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}),
- ${misc:Depends}
-Suggests: php-auth-sasl (>= 1.0.3)
-Replaces: roundcube
-Breaks: roundcube (<< 0.1~rc2-2)
-Description: skinnable AJAX based webmail solution for IMAP servers
- RoundCube Webmail is a browser-based multilingual IMAP client with an
- application-like user interface. It provides full functionality
- expected from an e-mail client, including MIME support, address book,
- folder manipulation and message filters.
- .
- The user interface is fully skinnable using XHTML and CSS 2.
- .
- This package provides the core code for roundcube. You should install
- it along with one of the roundcube database metapackages.
-
-Package: roundcube
-Architecture: all
-Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
-Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
- RoundCube Webmail is a browser-based multilingual IMAP client with an
- application-like user interface. It provides full functionality
- expected from an e-mail client, including MIME support, address book,
- folder manipulation and message filters.
- .
- The user interface is fully skinnable using XHTML and CSS 2.
- .
- This package will install a full roundcube application.
-
-Package: roundcube-mysql
-Architecture: all
-Depends: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
-Suggests: mysql-server
-Description: metapackage providing MySQL dependencies for RoundCube
- This package provides MySQL dependencies for RoundCube Webmail, a
- skinnable AJAX based webmail solution for IMAP servers. Install this
- one if you want to use a MySQL database with RoundCube.
-
-Package: roundcube-pgsql
-Architecture: all
-Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
-Suggests: postgresql-server
-Description: metapackage providing PostgreSQL dependencies for RoundCube
- This package provides PostgreSQL dependencies for RoundCube Webmail,
- a skinnable AJAX based webmail solution for IMAP servers. Install
- this one if you want to use a PostgreSQL database with RoundCube.
-
-Package: roundcube-sqlite
-Architecture: all
-Depends: php-mdb2-driver-sqlite (>= 1.5.0b2), sqlite, ${misc:Depends}
-Description: metapackage providing sqlite dependencies for RoundCube
- This package provides sqlite dependencies for RoundCube Webmail, a
- skinnable AJAX based webmail solution for IMAP servers. Install this
- one if you want to use a sqlite database with RoundCube.
index 529c41f71a79e8c012560ba76b7d414251984702..8de2d576ddd7a39c919b48326470d59556b89493 100755 (executable)
@@ -4,10 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_INSTALL_CHANGELOGS_ALL=CHANGELOG
 
-# In order to regenerate 'debian/control' :
-#    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-# Then check manually if everything's ok
-
 binary-install/roundcube-core::
        # Remove plugins
        rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/plugins