Changeset 567
- Timestamp:
- Sep 5, 2021, 12:16:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r560 r567 905 905 echo " A file integrity checker" >> debian/control; \ 906 906 echo "running debuild -us -uc"; \ 907 debuild --preserve-envvar=PASSWORD -us -uc -b; \907 export DEB_BUILD_MAINT_OPTIONS=optimize=-all; debuild --preserve-envvar=PASSWORD -us -uc -b; \ 908 908 DEBFILE=`find ../ -follow -maxdepth 1 -cnewer ./debian/control 2>/dev/null | grep '@install_name@_$(VERSION)' | grep '\.deb'`; \ 909 909 if test x"$$DEBFILE" = x; then \
Note:
See TracChangeset
for help on using the changeset viewer.