summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelog: Finalise 2.2HEADdebian/2.2archive/debian/2.2masterIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* changelog: Retrospectively declare that ~~iwj3 that was 2.1Ian Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Debian: fix control file for dh versionIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Debian: override the warning about d/copyrightIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Debian: fix PriorityIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Fix version of 2.0 in changelog, retrospectivelyIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* configure.ac: Fix AC_INIT invocation (autogen)Ian Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* configure.ac: Fix AC_INIT invocationIan Jackson2024-02-01
| | | | | | | That's supposed to be the bug reporting email address, not a source file! Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* LICENCE.txt: Discuss incorporated and related worksIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright: *don't* ship LICENCE.txt as a separate file in /usr/shareIan Jackson2024-02-01
| | | | | | It's the same as the copyright file. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright: ship LICENCE.txt using upstream Makefile (autogen)Ian Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright: ship LICENCE.txt using upstream MakefileIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright: Replace debian/copyright with a symlinkIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* copyright: Adopt the Signed-off-by conventionIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* LICENCE.txt: Tidy up a bitIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Move most copyright notice text into LICENCE.txt (autogen)Ian Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Move most copyright notice text into LICENCE.txtIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* configure.ac: Fix copyright header to refer to correct filenameIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Debian: bump standards-versionIan Jackson2024-02-01
| | | | | | No changes needed. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Debian: update dh compat to 13Ian Jackson2024-02-01
| | | | | | | | We need to: * tell dh_autoreconf to run our autogen.sh * ignore some extra files Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Declare 1.0 (native) source formatIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* debian: Add an ignoreIan Jackson2024-02-01
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Remove .pc subdirectory (from some pre-dgit import ?)Ian Jackson2024-01-31
|
* Drop __oop-read-copy.c: our bugfixes are upstream for ages (autogen)Ian Jackson2024-01-31
|
* Drop __oop-read-copy.c: our bugfixes are upstream for agesIan Jackson2024-01-31
| | | | | | | | | | | | | The fixes we need are those in #579604. The debian/changelog for liboop shows these arrived in upstream in 1.0.1, some time before January 2017. The fixes have been in Debian since 1.0-7, in July 2010. Comparing the file with current liboop, I also found that I hadn't upstreamed a compile fix from "fix compile warnings/errors", so I've filed that as #1061619. But we don't use that feature here in innduct so we don't need that fix.
* Add a README.exampleIan Jackson2024-01-31
|
* squash! Use autoconf to find -linnstorage etc., and link staticallyIan Jackson2024-01-30
|
* Use autoconf to find -linnstorage etc., and link staticallyIan Jackson2024-01-30
|
* Copy COPYING from /usr/share/automake-1.16Ian Jackson2024-01-27
|
* Copy aux files from /usr/share/automake-1.16Ian Jackson2024-01-27
|
* Run "autoupdate"Ian Jackson2024-01-27
|
* Rerun autogen.shIan Jackson2024-01-27
|
* Fix stats logging.Ian Jackson2022-07-07
|
* Fix stats logging and log missing better.Ian Jackson2022-07-07
|
* fix compile warnings/errorsIan Jackson2022-07-07
|
* Install the READMEsIan Jackson2015-12-06
|
* debian: Sort out some dependenciesIan Jackson2015-12-06
|
* Add stamp-h1 to .gitignoreIan Jackson2015-12-06
| | | | ./configure seems to leave this behind.
* Debianisation (initial cut)Ian Jackson2015-12-06
|
* Move "autoconf" target stuff into autogen.shIan Jackson2015-12-06
| | | | | Also, arranges for autogen.sh to strip the Makefile and config.h targets from the generated Makefile.
* Support caller simply setting CFLAGSIan Jackson2015-12-06
|
* Support CMDLINE_CPPFLAGSIan Jackson2015-12-06
|
* In signal handler, crash if write() fails in an unexpected wayIan Jackson2015-12-06
|
* Save errno in signal handlerIan Jackson2015-12-06
|
* Switch to AM_CPPFLAGS as suggested by autoreconfIan Jackson2015-12-05
| | | | Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
* Reran autogen.sh (zealot, jessie i386)Ian Jackson2015-12-05
|
* Update to work with jessie's automake (tested with automake 1.14)Ian Jackson2015-12-05
| | | | And provide autogen.sh
* Cope with new NNTPconnect prototypeIan Jackson2015-12-05
|
* Cope with NNTP_MSGID_MAXLEN abolishment (replaced with NNTP_MAXLEN_MSGID)Ian Jackson2015-12-05
|
* Cope with NNTP_STRLEN abolishment (replaced with NNTP_MAXLEN_COMMAND)Ian Jackson2015-12-05
|