Codebase list cyrus-sasl2 / c89d809
Update debian/control and debian/rules to reflect new stable/unstable versions Ondřej Surý 10 years ago
2 changed file(s) with 13 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
44 Uploaders: Fabian Fagerholm <fabbe@debian.org>, Roberto C. Sanchez <roberto@connexer.com>, Ondřej Surý <ondrej@debian.org>, Adam Conrad <adconrad@0c3.net>
55 Standards-Version: 3.9.5
66 Build-Depends: debhelper (>= 9),
7 quilt (>= 0.46-7~),
7 quilt,
88 autotools-dev,
9 automake,
10 autoconf,
11 libtool,
129 libdb-dev,
13 libpam0g-dev (>= 0.76-22),
14 libssl-dev (>= 0.9.7e-3),
15 libmysqlclient-dev | libmysqlclient15-dev (>= 5.0.20),
16 libpq-dev (>= 8.1.3-4),
10 libpam0g-dev,
11 libssl-dev,
12 libmysqlclient-dev | libmysqlclient15-dev,
13 libpq-dev,
1714 heimdal-multidev,
1815 krb5-multidev,
1916 libkrb5-dev,
2017 libsqlite3-dev,
21 libldap2-dev (>= 2.1.30-8),
18 libldap2-dev,
2219 chrpath,
2320 groff-base,
24 debconf (>= 0.5) | debconf-2.0,
2521 po-debconf,
2622 docbook-to-man,
27 hardening-wrapper,
2823 dh-autoreconf
2924 Build-Conflicts: heimdal-dev
3025 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cyrus-sasl2/cyrus-sasl2.git
3833 Depends: libsasl2-2 (>= ${binary:Version}),
3934 ${shlibs:Depends},
4035 ${misc:Depends},
41 lsb-base (>= 3.0-6),
42 db-util,
43 debconf (>= 1.4.69) | cdebconf (>= 0.39)
36 db-util
4437 Breaks: libsasl2-2 (<< 2.1.26.dfsg1-2~)
4538 Replaces: libsasl2-2 (<< 2.1.26.dfsg1-2~)
4639 Description: Cyrus SASL - administration programs for SASL users database
1717 # Debhelper control.
1818 export DH_ALWAYS_EXCLUDE=CVS
1919 #export DH_VERBOSE=1 # uncomment this to turn on verbose mode
20 export DEB_BUILD_HARDENING=1
20
21 # Enable package hardening through dpkg-buildflags
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
23 DPKG_EXPORT_BUILDFLAGS = 1
24 include /usr/share/dpkg/buildflags.mk
2125
2226 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
2327
105109 ### The Makefile targets begin. ###
106110
107111 %:
108 dh $@ --with=quilt --with=autoreconf $(DH_PACKAGE_EXCLUDES)
112 dh $@ --with=quilt --with=autotools_dev --with=autoreconf $(DH_PACKAGE_EXCLUDES)
109113
110114 override_dh_auto_clean:
111115 dh_auto_clean -B$(TMPBUILD_MIT)