summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29Explicitly disable building ntpsnmpd and remove man page (closes:petere1-2/+3
#608542; see also #622819) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@342 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2011-11-29Re-remove tickadj. The previous method of achieving this by tweakingpetere1-1/+3
configure cache variables apparently broke at some point, so this time do it more directly. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@341 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2011-11-27Add -Wl,--as-needed to LDFLAGS, which drops the dependency of ntpdatepetere1-1/+1
on libcap2 git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@338 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2011-11-26Get build flags from dpkg-buildflags, and fix the resultingpetere1-7/+4
-Wformat-security errors using patch from Colin Watson (closes: #627403) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@337 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2010-07-03Move dhcp exit hookskroeckx1-2/+2
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@318 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-12-26Change the maintainer scripts to stop generating the symlink for rulevel 0 1 6.kroeckx1-1/+1
They don't get removed on upgrade, and I'm not sure you can convince update-rc.d to do that without removing all the symlinks and then adding the defaults ago undoing user configuration. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@300 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-12-26Compile with --enable-ntp-signd to enable mssntp for use with sambakroeckx1-0/+1
(Closes: #562065) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@298 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-12-24Use the system libopts instead of the internal copy: add build-dependencykroeckx1-2/+1
on autogen, call configure with --disable-local-libopts. There is also no need anymore to remove the usr/lib dir. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@288 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-12-23New upstream versionkroeckx1-1/+2
- They no longer use the built in md5 with unclear license: adjust dfsg.sh and dfsg.patch. - Location of the html pages has changed location: adjust dfsg.sh - Remove ntptimeval.patch and ntptrace-getopt.patch, applied upstream. - Change libedit.patch and call configure with --with-lineeditlibs=edit instead. - Update nanokernel-status.patch to also do it for the new direct_freq() function. - includes.diff: Stop including ntp_refclock.h, since it breaks things. - Upstream no longer provides an ntpdsim.1 manpage, so don't try to to remove it. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@287 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-11-26Actually make it fail on hurd.kroeckx1-1/+1
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@282 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-11-26Make the package fail to build on hurd since it does not providedkroeckx1-0/+6
the needed system calls for ntpd to work. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@281 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-11-25Don't pass --enable-linuxcaps to configure anymore. It now detects itkroeckx1-1/+0
itself when it's available, and it breaks on non-Linux systems. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@276 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-11-04Changed source format to 3.0 (quilt)petere1-8/+4
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@268 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-06-12Updated the config.guess/sub handling as recommended by autotools-dev topetere1-6/+2
not clutter the diff, added autotools-dev to build dependencies git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@264 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2009-02-10Added -D_GNU_SOURCE to CPPFLAGS, to support glibc 2.8 (closes: #507806)petere1-1/+1
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@238 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2008-06-01Put back accidentally removed /etc/defaults/ntpdate (closes: #482605)petere1-0/+1
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@219 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2008-04-22Removed tickadj program from installation. It is quite unportable, thepetere1-1/+2
documentation is inaccurate, and adjtimex could be used instead. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@212 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2008-04-21Removed obsolete dh_installinit call for ntpdatepetere1-1/+0
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@209 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2008-04-21* Changed to Debhelper level 6petere1-1/+2
* Use dh_installifupdown git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@208 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2007-11-26* Run DHCP hooks as exit hooks instead of enter hooks (closes: #408219)petere1-2/+2
* Use try-restart to restart ntpd after DHCP event git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@184 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2007-10-15* Removed useless directory /usr/lib/ from ntp packagepetere1-0/+2
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@176 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2007-10-15* Don't ignore errors from make distclean, as per lintian checkpetere1-1/+1
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@174 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2007-05-03* Removed ntp.ifup; supplanted by dynamic interface rescanningpetere1-1/+0
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@159 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2007-04-11* Removed new upstream man pages, which are currently not as nice as thepetere1-0/+3
ones we already have. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@150 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-19* Split out configure.ac hunk from autotools.patch into logical piecespetere1-1/+1
- Removed error cache disabling code, which was nonfunctional from the start git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@129 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-11* Added script ntpdate-debian. This is identical to ntpdate but readspetere1-0/+1
/etc/default/ntpdate automatically, allowing for centralized configuration. (closes: #147590, #372119, #392098) * Moved ntp.conf parsing logic to ntpdate-debian (closes: #392325) * Redirect error output of ntpdate.ifup to /dev/null (closes: #391819) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@120 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-09Use DESTDIR support in makefilespetere1-4/+4
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@115 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-07* Use dh_perl to calculate Perl dependenciespetere1-0/+2
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@113 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-07* Added real man pages, transcribed from HTML documentationpetere1-8/+2
(closes: #84979, #201529, #343123, #388503) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@112 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-07* Use server names sent by DHCP server if available (closes: #268328)petere1-0/+2
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@111 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-10-07* Check for existence of ntp user in init script only in start actionpetere1-1/+1
* Handle failure to stop daemon in ntp.prerm (closes: #391352) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@105 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-09-09* npdate is no longer started from an init script but instead by ifuppetere1-1/+2
(closes: #56499, #245338, #312576) * Run ntpdate from ifup in the background (closes: #321759, #375280, #382543) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@85 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-29* Do not run ntpdate init script on package installation or removalpetere1-1/+1
(closes: #363513, #378480) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@68 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15* Support DEB_BUILD_OPTIONS=nooptpetere1-1/+9
* Compile with -fno-strict-aliasing (closes: #316304) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@49 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15Remove special handling of "COPYRIGHT" and "version files, which is notpetere1-5/+1
needed for a regular release tarball. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@48 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15Use dh_installlogcheck and clean up some redundant installation commandspetere1-44/+16
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@47 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15Remove old cruft from rules filepetere1-25/+0
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@45 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15Don't install content-free upstream changelog.petere1-2/+1
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@44 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15Fix prerequisite ordering so configure isn't run twice during a build.petere1-3/+3
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@43 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15Added --disable-dependency-tracking configure optionpetere1-1/+2
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@42 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-15* New upstream release, merge patches.kroeckx1-1/+1
* Remove all parts of the source that don't have a license on it or otherwise didn't meet the DFSG. As a result, the following clocks are no longer supported: wharton and neoclock4x (Closes: #328200) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@41 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-14Merged ntp, ntp-server, ntp-simple, ntp-refclock into single package ntppetere1-60/+29
(closes: #222369, #343131, #377578) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@35 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-07-01Consolidated patches using quiltpetere1-16/+12
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@27 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
2006-06-14Load newtrunk into ntp/trunk.petere1-0/+197
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@4 0070b5ef-2f16-0410-befa-9a02bd1d6ddb