Changeset 0253d12 in mod_gnutls
- Timestamp:
- Apr 16, 2016, 11:29:56 AM (5 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- eceba0d
- Parents:
- 3d907c1
- git-author:
- Thomas Klute <thomas2.klute@…> (03/09/16 10:21:54)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (04/16/16 11:29:56)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r3d907c1 r0253d12 14 14 libmsv-dev (>= 1.0), 15 15 libwww-perl, 16 monkeysphere (>= 0.36) <!nocheck>,17 msva-perl <!nocheck>,16 monkeysphere (>= 0.36) [linux-any] <!nocheck>, 17 msva-perl [linux-any] <!nocheck>, 18 18 pandoc | markdown, 19 19 pkg-config, -
debian/rules
r3d907c1 r0253d12 4 4 5 5 override_dh_auto_configure: 6 dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva 6 if [ "$(DEB_HOST_ARCH_OS)" = "linux" ]; then \ 7 dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva; \ 8 else \ 9 dh_auto_configure -- --with-apxs=/usr/bin/apxs2; \ 10 fi 7 11 8 12 override_dh_auto_test:
Note: See TracChangeset
for help on using the changeset viewer.