Skip to content

Commit

Permalink
sid updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstevns committed Jun 21, 2010
1 parent ce0f001 commit 0fba234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -3,7 +3,7 @@ Section: mail
Priority: optional
Maintainer: Paul J Stevens <paul@nfg.nl>
Build-Depends: automake1.9, debhelper (>= 5.0.7), dpatch, libsieve2-dev (>= 2.1.12), libglib2.0-dev, libgmime-2.0-2-dev | libgmime2.1-dev, libldap2-dev, libsqlite3-dev, libpq-dev, libmysqlclient15-dev | libmysqlclient14-dev, pkg-config, libtool, asciidoc, xmlto, chrpath, po-debconf
Standards-Version: 3.8.3
Standards-Version: 3.8.4

Package: dbmail
Architecture: any
Expand Down
6 changes: 2 additions & 4 deletions debian/rules
Expand Up @@ -66,10 +66,8 @@ stamps/build: stamps patch configure $(PACKAGES)
stamps:
mkdir stamps

configure: stamps/configure
stamps/configure:
configure:
autoreconf -i
touch $@

dbmail: stamps/dbmail
stamps/dbmail:
Expand Down Expand Up @@ -159,5 +157,5 @@ binary-%: build install

binary: binary-indep binary-arch

.PHONY: build clean clean1 mrproper patch binary binary-common binary-indep binary-arch unpatch configure install
.PHONY: build clean clean1 mrproper patch binary binary-common binary-indep binary-arch unpatch install

0 comments on commit 0fba234

Please sign in to comment.