Ticket #3029: auto-libfplll.patch
| File auto-libfplll.patch, 591 bytes (added by tabbott, 5 years ago) |
|---|
-
dist/debian/rules
# HG changeset patch # User tabbott@mit.edu # Date 1209185578 14400 # Node ID 4746041e1e81aadbb4a261f765a8e0972a14d955 # Parent b4b6d4b2027126a6d361577859174af310419bc1 Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL from debian/rules diff -r b4b6d4b20271 -r 4746041e1e81 dist/debian/rules
a b 1 1 #!/usr/bin/make -f 2 2 3 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 14 3 DEB_AUTO_UPDATE_AUTOCONF = 2.50 5 4 include /usr/share/cdbs/1/rules/debhelper.mk 6 5 include /usr/share/cdbs/1/class/autotools.mk
