diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2007-10-15 10:27:18 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2007-10-15 10:27:18 +0000 |
commit | ad3f85ffc7ac684711d5077272fd1a5ba708aef8 (patch) | |
tree | 23d5740da4df3918be1933c29a11780bbc8c263d | |
parent | 2b1f894662eabd21f0a820542b048e111be97abd (diff) | |
download | ntp-ad3f85ffc7ac684711d5077272fd1a5ba708aef8.tar.gz |
* Added Homepage control field
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@173 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 2 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index c69e8ab..2afa26f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ntp (1:4.2.4p4+dfsg-1) UNRELEASED; urgency=low * New upstream release - Updated patches * Removed obsolete build dependency lynx (closes: #446722) + * Added Homepage control field -- Peter Eisentraut <petere@debian.org> Thu, 11 Oct 2007 10:34:34 +0200 diff --git a/debian/control b/debian/control index 0dfe6d1..82e2161 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org> Uploaders: Bdale Garbee <bdale@gag.com>, Peter Eisentraut <petere@debian.org>, Kurt Roeckx <kurt@roeckx.be> Build-Depends: debhelper (>= 4.2.12), libreadline5-dev, libcap-dev | not+linux-gnu, libssl-dev (>= 0.9), quilt (>= 0.40) Standards-Version: 3.7.2 +Homepage: http://ntp.isc.org/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ntp/ntp/ XS-Vcs-Svn: svn://svn.debian.org/pkg-ntp/ntp/ @@ -28,8 +29,6 @@ Description: Network Time Protocol daemon and utility programs . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". - . - Web sites: http://ntp.isc.org/ and http://www.ntp.org/ Package: ntpdate Architecture: any @@ -49,8 +48,6 @@ Description: client for setting system time from NTP servers . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. - . - Web sites: http://ntp.isc.org/ and http://www.ntp.org/ Package: ntp-doc Architecture: all @@ -65,5 +62,3 @@ Description: Network Time Protocol documentation ntpdate). Since there are no substantive man pages for ntp's programs and configuration files, this package is desirable for any setup beyond the simple default configuration. - . - Web sites: http://ntp.isc.org/ and http://www.ntp.org/ |