- Timestamp:
- Feb 2, 2016, 6:16:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
yaz/trunk/fuentes/debian/rules
r265 r268 3 3 4 4 %: 5 dh $@ --without python-support 5 dh $@ --without python-support --parallel 6 6 7 7 override_dh_auto_configure: … … 26 26 cp LICENSE debian/copyright 27 27 dh_installdocs -A README.md 28 #!/usr/bin/make -f29 export DH_VERBOSE=130 31 %:32 dh $@ --without python-support33 34 override_dh_auto_configure:35 dh_auto_configure -- \36 --enable-tcpd --with-xslt --with-gnutls --with-icu \37 --with-memcached38 39 override_dh_strip:40 dh_strip --dbg-package=libyaz5-dbg41 42 override_dh_auto_install:43 dh_auto_install44 mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc45 46 override_dh_makeshlibs:47 dh_makeshlibs -V 'libyaz5 (>= 5.13.0)'48 49 override_dh_installchangelogs:50 dh_installchangelogs NEWS51 52 override_dh_installdocs:53 cp LICENSE debian/copyright54 dh_installdocs -A README
Note: See TracChangeset
for help on using the changeset viewer.