diff -u cfingerd-1.4.3/debian/control cfingerd-1.4.3/debian/control --- cfingerd-1.4.3/debian/control +++ cfingerd-1.4.3/debian/control @@ -1,7 +1,8 @@ Source: cfingerd Section: net Priority: extra -Maintainer: Martin Schulze +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Martin Schulze Build-Depends: debhelper (>= 7) Standards-Version: 3.8.4 @@ -9,7 +10,7 @@ Architecture: any Provides: finger-server Conflicts: finger-server -Depends: ${shlibs:Depends}, ${misc:Depends}, update-inetd, netbase (>=2.00) +Depends: ${shlibs:Depends}, ${misc:Depends}, update-inetd, netbase (>=2.00), openbsd-inetd | inet-superserver Description: configurable finger daemon This is a free replacement for standard finger daemons such as GNU fingerd and MIT fingerd. Cfingerd can enable/disable finger services diff -u cfingerd-1.4.3/debian/changelog cfingerd-1.4.3/debian/changelog --- cfingerd-1.4.3/debian/changelog +++ cfingerd-1.4.3/debian/changelog @@ -1,3 +1,11 @@ +cfingerd (1.4.3-3ubuntu1) maverick; urgency=low + + * Merge from debian unstable. Remaining changes: LP: #600078 + - debian/control: Add openbsd-inetd | inet-superserver dependencies + as cfingerd needs an inet server to work + + -- Bhavani Shankar Wed, 30 Jun 2010 10:24:13 +0530 + cfingerd (1.4.3-3) unstable; urgency=low * Approve NMU @@ -6,6 +14,14 @@ -- Joey Schulze Sat, 19 Jun 2010 22:03:31 +0200 +cfingerd (1.4.3-2.1ubuntu1) jaunty; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: (LP: #295326) + - debian/control: Add openbsd-inetd | inet-superserver dependencies + as cfingerd needs an inet server to work + + -- David Futcher Tue, 21 Oct 2008 11:31:06 +0200 + cfingerd (1.4.3-2.1) unstable; urgency=medium * Non-maintainer upload. @@ -14,6 +30,17 @@ -- Chris Lamb Tue, 21 Oct 2008 00:10:05 +0100 +cfingerd (1.4.3-2ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. (LP: #195865) Remaining Ubuntu changes: + - debian/control: Add update-inetd to cfingerd's dependencies + (Closes Ubuntu: #76480). + - debian/control: Add openbsd-inetd | inet-superserver dependencies + as cfingerd needs an inet server to work + * Modify Maintainer value to match Debian-Maintainer-Field Spec + + -- Stefan Ebner Tue, 26 Feb 2008 20:20:41 +0100 + cfingerd (1.4.3-2) unstable; urgency=low * Partially imported NMU @@ -31,6 +58,15 @@ -- Martin Schulze Mon, 25 Feb 2008 10:43:57 +0100 +cfingerd (1.4.3-1.2ubuntu1) feisty; urgency=low + + * debian/control: Add update-inetd to cfingerd's dependencies + (Closes Ubuntu: #76480). + * debian/control: Add openbsd-inetd | inet-superserver dependencies + as cfingerd needs an inet server to work + + -- Lionel Porcheron Sat, 16 Dec 2006 15:54:32 +0100 + cfingerd (1.4.3-1.2) unstable; urgency=low * Non-maintainer upload (RC bug more than 2 years old). @@ -334,74 +370,47 @@ Sat Sep 14 00:10:39 1996 Martin Schulze - * src/search.c: If the internal search.*@ is used the whole GCOS field won't be sent out anymore. - * Approved llucius' changes to compile under m68k as well (only removing -m486 from Makefiles). Thanks to Leeland Lucius for providing me with a patch. - * src/standard.c: Changed identification of MSG-N. Thanks to Joerg Kleuver who pointed me to the mistake and provided me with a fix. - * debian.rules: Merged Debian release and Infodrom release together. - Thu Jun 27 09:59:45 1996 Martin Schulze - * Edited Description field (thanks to Susan Kleinmann (sgk@sgk.tiac.net) - Wed Jun 12 23:37:32 1996 Martin Schulze - * changed description (Bug#3250) - Tue May 21 09:55:00 1996 Martin Schulze - * debian.rules: Corrected permission problem - Wed May 16 22:13:31 1996 Martin Schulze - * Added handling of user and group ids. Programs are called as nobody.nogroup, files are read with the same permissins, but user logfiles are written with user priviliges. Added privs.h - idea and source mostly taken from T-Rex' file. - Commented out odd checks about uid/euid. - Commented out unused routines become_nobody() and become_user(). - Wed May 15 20:05:53 1996 Martin Schulze - * Corrected local hostname. - * Modified the search.@ service to work properly, which wasn't the case before. - * Corrected the output of HEADER_FILE and FOOTER_FILE in some places, see diff-file for details. - * Altered the behaviour of NO_NAME_BANNER and NO_USER_BANNER. - * changed from /var/adm/{lastlog,wtmp} to /var/log/{lastlog,wtmp} in Configure script. - * Added special handling of forward requests: "Finger forwarding service denied." Added string variable to /etc/cfingerd.conf: FORWARD_DENY. - * Increased the size of syslog_str, becaus if it is too short username will be overwritten. - * Changed some manpages to fit into the Linux manpages structure. Changed some sections. - * Hostnames are no longer case-sensitive. - * Removed some options for userlist, because they're only confusing and not supported yet. - Wed May 5 13:20:21 1996 Martin Schulze - * Added Debian packaging files. only in patch2: unchanged: --- cfingerd-1.4.3.orig/debian/control~ +++ cfingerd-1.4.3/debian/control~ @@ -0,0 +1,30 @@ +Source: cfingerd +Section: net +Priority: extra +<<<<<<< cfingerd-1.4.3-2.1ubuntu1 (ubuntu) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Martin Schulze +Standards-Version: 3.5.10 +======= +Maintainer: Martin Schulze +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +>>>>>>> cfingerd-1.4.3-3 (debian) + +Package: cfingerd +Architecture: any +Provides: finger-server +Conflicts: finger-server +<<<<<<< cfingerd-1.4.3-2.1ubuntu1 (ubuntu) +Depends: ${shlibs:Depends}, update-inetd, netbase (>=2.00), openbsd-inetd | inet-superserver +======= +Depends: ${shlibs:Depends}, ${misc:Depends}, update-inetd, netbase (>=2.00) +>>>>>>> cfingerd-1.4.3-3 (debian) +Description: configurable finger daemon + This is a free replacement for standard finger daemons such as GNU + fingerd and MIT fingerd. Cfingerd can enable/disable finger services + to individual users, rather than to all users on a given host. It is + able to respond to a finger request to a specified user by running a + shell script (e.g., finger doorbell@mysite.mydomain might cause a + sound file to be sent) rather than just a plain text file. +Homepage: http://www.infodrom.org/projects/cfingerd/