summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Darshaka Pathirana [Thu, 21 Jun 2018 06:41:09 +0000 (08:41 +0200)]
Fix spelling error in description
The typo was detected by lintian.
Darshaka Pathirana [Sun, 17 Jun 2018 15:20:45 +0000 (17:20 +0200)]
New release 0.3.7-1
Darshaka Pathirana [Tue, 12 Jun 2018 21:31:44 +0000 (23:31 +0200)]
Fix typo in manpage
The typo was detected by lintian.
Darshaka Pathirana [Mon, 11 Jun 2018 00:20:22 +0000 (02:20 +0200)]
Update debian/rules file
In the course of updating the package to the latest Debian
Standards-Version I wanted to bring the debian/rules file up-to-date.
I generated a new template with dh_make(1) with the --addmissing option
and merged the header of template to the existing rules file. (Changing
the rest is work-in-progress and will follow at some later time).
The new template introduces the DPKG_EXPORT_BUILDFLAGS variable which
exports "all buildflags into the environment (where they can be picked
up by your build system)", see: dpkg-buildflags(1).
Exporting the buildflags caused some problems, because of a bug in the
"./configure"-script. This has been fixed with the patch, which has been
introduced in commit
93406119.
Darshaka Pathirana [Sun, 10 Jun 2018 23:40:23 +0000 (01:40 +0200)]
Fix configure script to honor buildflags
When using the the buildflags which are exported when setting the
DPKG_EXPORT_BUILDFLAGS variable (or when trying to set some custom
buildflags manually) the build process failed with something like this:
cc1: error: -Werror=format-security-g: no option -Wformat-security-g
This was caused by a missing whitespace when concatenating the CFLAGS
and LDFLAGS variables.
Darshaka Pathirana [Sun, 10 Jun 2018 21:21:14 +0000 (23:21 +0200)]
Bump Debian Standards-Version to 4.1.4
To comply the latest Debian Standars-Version only the package priority
had to be changed from "extra" to "optional". See commit:
f05325f9
Darshaka Pathirana [Sun, 10 Jun 2018 20:15:56 +0000 (22:15 +0200)]
Change Priority of package to optional
Priority: extra is considered deprecated since Debian Policy v4.0.1[1][2]
This change was made in the course of updating the package to the latest
Standards-Version.
[1] https://www.debian.org/doc/debian-policy/#version-4-0-1
[2] https://www.debian.org/doc/debian-policy/#priorities
Darshaka Pathirana [Sun, 10 Jun 2018 20:01:45 +0000 (22:01 +0200)]
Update Debian copyright file
+ Updated year specification of the Copyright-field to 2018
+ Updated URI of the Format-field to https as this is now preferred[1]
[1] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#format-field
Darshaka Pathirana [Sun, 10 Jun 2018 20:00:56 +0000 (22:00 +0200)]
Drop source init-functions at initscript patch
The latest uanytun release makes this patch unnecessary.
This patch was introduces in commit 45680e6 to fix a lintian warning.
The change was added upstream in commit
e84f0284 but was not release back then.
Source: https://git.spreadspace.org/anytun/uanytun.git/commit/?id=
e84f028444822b2a185395a640c5e12da4db8454
Darshaka Pathirana [Sun, 10 Jun 2018 05:36:11 +0000 (07:36 +0200)]
Merge tag 'upstream/0.3.7'
Upstream version 0.3.7
Darshaka Pathirana [Sun, 10 Jun 2018 05:36:11 +0000 (07:36 +0200)]
Imported Upstream version 0.3.7
Darshaka Pathirana [Sun, 7 May 2017 23:12:26 +0000 (01:12 +0200)]
New release 0.3.6-2
Darshaka Pathirana [Sun, 30 Apr 2017 18:44:05 +0000 (20:44 +0200)]
Fix lintian-warning: init.d-script-does-not-source-init-functions
The /etc/init.d/uanytun script does not source /lib/lsb/init-functions. The
systemd package provides /lib/lsb/init-functions.d/40-systemd to redirect
/etc/init.d/$script calls to systemctl.
When a init script sources the /lib/lsb/init-functions utility
we have to declare a dependency on lsb-base (>= 3.0-6).
This patch includes an upstream commit which was commited after the release of v0.3.6
Source: https://git.spreadspace.org/anytun/uanytun.git/commit/?id=
e84f028444822b2a185395a640c5e12da4db8454
Darshaka Pathirana [Fri, 28 Apr 2017 22:37:04 +0000 (00:37 +0200)]
Ignore quilt .pc directory
Darshaka Pathirana [Thu, 26 Jan 2017 02:03:25 +0000 (03:03 +0100)]
New release 0.3.6-1
Darshaka Pathirana [Thu, 26 Jan 2017 02:01:36 +0000 (03:01 +0100)]
Update Vcs-* headers to point to new maintainer location
Darshaka Pathirana [Thu, 26 Jan 2017 01:58:11 +0000 (02:58 +0100)]
Update myself as maintainer / add Michael Prokop as Uploader
Darshaka Pathirana [Thu, 26 Jan 2017 01:45:45 +0000 (02:45 +0100)]
Imported Upstream version 0.3.6
Darshaka Pathirana [Thu, 26 Jan 2017 01:45:45 +0000 (02:45 +0100)]
Merge tag 'upstream/0.3.6'
Upstream version 0.3.6
Darshaka Pathirana [Thu, 26 Jan 2017 00:29:36 +0000 (01:29 +0100)]
Add debian/source/format file, 3.0 (quilt)
Darshaka Pathirana [Thu, 26 Jan 2017 00:20:44 +0000 (01:20 +0100)]
Add debian/watch file
This source package is not Debian-native. To check upstream for new
upstream versions by the Debian External Health Status project a
debian/watch file is needed.
Fix lintian info debian-watch-file-is-missing
Darshaka Pathirana [Thu, 26 Jan 2017 00:17:20 +0000 (01:17 +0100)]
Update + convert debian/copyright to machine-readable deb5 format
Darshaka Pathirana [Thu, 26 Jan 2017 00:10:16 +0000 (01:10 +0100)]
Bump Debian Standards-Version to 3.9.8 (no further changes)
Darshaka Pathirana [Thu, 26 Jan 2017 00:08:12 +0000 (01:08 +0100)]
Add build targets build-arch + build-indep
Fix lintian warning debian-rules-missing-recommended-target
Darshaka Pathirana [Wed, 25 Jan 2017 23:54:11 +0000 (00:54 +0100)]
Add #DEBHELPER# token
Fix lintian warning maintainer-script-lacks-debhelper-token
As this package uses debhelper commands, adding the token is recommended
Darshaka Pathirana [Wed, 25 Jan 2017 23:49:43 +0000 (00:49 +0100)]
Bump debian compat version to 9
and bump build dependency on debhelper v9
Michael Prokop [Fri, 29 Aug 2014 20:50:09 +0000 (13:50 -0700)]
Release new version 0.3.5-1
Michael Prokop [Fri, 29 Aug 2014 20:49:41 +0000 (13:49 -0700)]
Update dependency from libgcrypt11-dev to libgcrypt20-dev
Michael Prokop [Fri, 29 Aug 2014 20:46:10 +0000 (13:46 -0700)]
wrap-and-sort the debian directory
Michael Prokop [Fri, 29 Aug 2014 20:45:42 +0000 (13:45 -0700)]
Bump Standards-Version to 3.9.5
Michael Prokop [Fri, 29 Aug 2014 20:45:10 +0000 (13:45 -0700)]
Imported Upstream version 0.3.5
Michael Prokop [Fri, 29 Aug 2014 20:45:10 +0000 (13:45 -0700)]
Merge tag 'upstream/0.3.5'
Upstream version 0.3.5
Michael Prokop [Wed, 17 Feb 2010 02:10:26 +0000 (03:10 +0100)]
Update for release 0.3.3-1.
Michael Prokop [Wed, 17 Feb 2010 02:13:56 +0000 (03:13 +0100)]
Use manpage from doc/uanytun.8.
Michael Prokop [Wed, 17 Feb 2010 02:07:13 +0000 (03:07 +0100)]
Merge branch 'upstream'
Michael Prokop [Wed, 17 Feb 2010 02:06:17 +0000 (03:06 +0100)]
Imported Upstream version 0.3.3
Michael Prokop [Wed, 17 Feb 2010 02:03:11 +0000 (03:03 +0100)]
Imported Upstream version 0.3.3
Michael Prokop [Wed, 23 Dec 2009 02:55:02 +0000 (03:55 +0100)]
Update changelog for release 0.3.2-2.
Michael Prokop [Wed, 23 Dec 2009 02:56:37 +0000 (03:56 +0100)]
Apply patch based on the one from Cyril Brulebois for anytun to fix FTBFS on GNU/kFreeBSD.
Michael Prokop [Wed, 23 Dec 2009 02:47:48 +0000 (03:47 +0100)]
Drop asciidoc and related packages from build-depends and ship manpages statically instead.
Michael Prokop [Mon, 14 Dec 2009 16:43:35 +0000 (17:43 +0100)]
Update changelog for initial upload.
Michael Prokop [Mon, 14 Dec 2009 16:25:20 +0000 (17:25 +0100)]
Add debian/prerm
Michael Prokop [Mon, 14 Dec 2009 16:18:00 +0000 (17:18 +0100)]
Fix broken upstream init script, drop chroot stuff from default config.
Michael Prokop [Mon, 14 Dec 2009 03:16:52 +0000 (04:16 +0100)]
Adjust path of example files in README file on the fly
Michael Prokop [Mon, 14 Dec 2009 02:54:12 +0000 (03:54 +0100)]
Fix permissions and path of example config
Michael Prokop [Mon, 14 Dec 2009 02:43:05 +0000 (03:43 +0100)]
Get rid of src/include.mk
Michael Prokop [Mon, 14 Dec 2009 02:36:57 +0000 (03:36 +0100)]
Use configure plus opts and make DESTDIR for configuration and installation.
Michael Prokop [Mon, 14 Dec 2009 01:37:08 +0000 (02:37 +0100)]
Update debian/rules; Add post{inst,rm}; Bump Standards-Version; Add adduser to Depends; Add debian/uanytun.default; Update changelog for release 0.3.2.
Michael Prokop [Mon, 14 Dec 2009 01:45:47 +0000 (02:45 +0100)]
Merge commit 'upstream/0.3.2'
Michael Prokop [Mon, 14 Dec 2009 01:45:46 +0000 (02:45 +0100)]
Imported Upstream version 0.3.2
Michael Prokop [Fri, 29 May 2009 20:45:48 +0000 (22:45 +0200)]
Add xsltproc to Build-Depends, use git.grml.org for Vcs-Headers
Michael Prokop [Fri, 29 May 2009 20:23:16 +0000 (22:23 +0200)]
Initial Debian packaging; add src/include.mk
Michael Prokop [Fri, 29 May 2009 19:37:22 +0000 (21:37 +0200)]
Imported Upstream version 0.3