Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 4 → Rev 5

/oidentd/trunk/README
File deleted
/oidentd/trunk/README.Debian
File deleted
/oidentd/trunk/debian/README.source
File deleted
/oidentd/trunk/debian/README.Debian
5,4 → 5,6
addresses for an interface are present, oidentd only uses the ipv4 address.
 
A workaround is to set /proc/sys/net/ipv6/bindv6only to 1 according to
http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
 
This workaround address bug #533604 and #520134
/oidentd/trunk/debian/changelog
1,8 → 1,14
oidentd (2.0.8-8) unstable; urgency=low
 
* New maintainer (Closes: #695125).
* Change source format to 3.0 (quilt), using the "automagic" dh instead
of CDBS.
* Put the modification of README in dont_mention_INSTALL.patch.
* debian/docs: Don't mention README.Debian or ChangeLog; those are
installed by default (merge the README.Debian in the root of the
source package into the one in debian/).
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 03 Aug 2015 20:43:01 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 03 Aug 2015 21:45:45 +0200
 
oidentd (2.0.8-7) unstable; urgency=medium
 
/oidentd/trunk/debian/control
1,7 → 1,7
Source: oidentd
Section: net
Priority: extra
Build-Depends: debhelper (>= 7), cdbs, autotools-dev
Build-Depends: debhelper (>= 7), autotools-dev
Maintainer: Magnus Holmgren <holmgren@debian.org>
Standards-Version: 3.8.3
Homepage: http://ojnk.sourceforge.net/
/oidentd/trunk/debian/docs
1,0 → 0,0
AUTHORS TODO README README.Debian ChangeLog ChangeLog-1.x
AUTHORS TODO README ChangeLog-1.x
/oidentd/trunk/debian/patches/dont_mention_INSTALL.patch
0,0 → 1,11
--- a/README
+++ b/README
@@ -7,8 +7,6 @@ oidentd has a flexible mechanism for spe
be granted permission to specify their own ident responses. Responses can be
specified according to host and port pairs.
-For details on how to install oidentd see the INSTALL file.
-
See the TODO file for things that need to be done.
For a complete list of features, consult the manual page or run
/oidentd/trunk/debian/patches/series
0,0 → 1,3
bind-to-ipv6-too.patch
ftbfs-gcc5.patch
dont_mention_INSTALL.patch
/oidentd/trunk/debian/rules
1,5 → 1,7
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug --enable-nat
 
%:
dh $@
 
override_dh_auto_configure:
dh_auto_configure -- --enable-debug --enable-nat
/oidentd/trunk/debian/source/format
0,0 → 1,0
3.0 (quilt)