X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=packaging%2Fdeb%2Frules;h=779c5461d2d1f9a272e60c0fa27023d38ccf5f7d;hp=279863b8d89b830f1aa95bdcbf7955402b089e8f;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/packaging/deb/rules b/packaging/deb/rules index 279863b..779c546 100755 --- a/packaging/deb/rules +++ b/packaging/deb/rules @@ -1,14 +1,13 @@ #!/usr/bin/make -f # debian/rules for amanda using debhelper. GNU copyright 2008 by Dan Locks, # based on work by Bdale Garbee. -# requires automake 1.2d (from experimental tree) # Warning - do *not* use -j on an SMP machine, or the build gets # confused... some sort of race condition in the makefiles? # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -AMVER=2.6.2alpha +AMVER=3.2alpha # These are variables that the user can override. They get used in various # places during configure, build, and install. @@ -76,9 +75,6 @@ build-stamp: /sbin/dump /usr/bin/smbclient --with-amandahosts \ --with-smbclient=$(BINDIR)/smbclient \ --with-debugging=$(LOGDIR) \ - --with-tcpportrange=11000,11040 \ - --with-low-tcpportrange=700,710 \ - --with-udpportrange=700,740 \ --with-ssh-security \ --with-assertions \ --enable-s3-device \