- Timestamp:
- Feb 20, 2014, 7:54:43 PM (7 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- 8c9eb05
- Parents:
- 819445c
- git-author:
- Bastiaan Franciscus van den Dikkenberg <bas@…> (02/20/14 19:54:43)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (02/20/14 19:54:43)
- Location:
- debian
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r819445c r1a812eb 1 mod-gnutls (0.5.10-1.1) unstable; urgency=low 2 3 [ Bastiaan Franciscus van den Dikkenberg ] 4 * Non-maintainer upload. 5 * Fix "default-tls file for apache" Added default-tls file 6 (Closes: #558232) 7 * Fix "configure: *** memcache library not found." 8 added build-depensie to libapr-memcache-dev (Closes: #497097) 9 * apache2-dev is releplaced by apache2-threaded-dev (Closes: #667626) 10 * DEP-5 url changed in copyright file to new standard 11 12 -- Bastiaan Franciscus van den Dikkenberg <bas@dikkenberg.net> Sat, 21 Apr 2012 09:10:49 +0200 13 1 14 mod-gnutls (0.5.10-1) unstable; urgency=low 2 15 -
debian/control
r819445c r1a812eb 3 3 Priority: extra 4 4 Maintainer: Jack Bates <ms419@freezone.co.uk> 5 Build-Depends: debhelper (>= 8.0.0), autotools-dev, apache2- dev, libgnutls-dev (>= 2.4.0), pkg-config5 Build-Depends: debhelper (>= 8.0.0), autotools-dev, apache2-threaded-dev, libgnutls-dev (>= 2.4.0), pkg-config, libapr-memcache-dev 6 6 Standards-Version: 3.9.2 7 7 Homepage: http://www.outoforder.cc/projects/apache/mod_gnutls/ -
debian/copyright
r819445c r1a812eb 1 Format: http:// dep.debian.net/deps/dep51 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 2 Upstream-Name: mod_gnutls 3 3 Source: http://www.outoforder.cc/projects/apache/mod_gnutls/ -
debian/rules
r819445c r1a812eb 16 16 override_dh_install: 17 17 dh_install debian/gnutls.conf debian/gnutls.load etc/apache2/mods-available 18 dh_install debian/default-tls etc/apache2/sites-available/ 18 19 19 20 override_dh_installdocs:
Note: See TracChangeset
for help on using the changeset viewer.