From db94e8760cb792c6ac6a188cdd56ebef60c6abf6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 Jun 2012 16:39:20 +0100 Subject: [PATCH] packaging fixes --- .gitignore | 4 ++++ debian/changelog | 12 +++++++----- debian/compat | 1 + debian/control | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 debian/compat diff --git a/.gitignore b/.gitignore index d813e83..ab67ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -28,10 +28,14 @@ shipcheck userv-*.tar.gz build +build-arch spec.tex spec.html +spec.ps debian/tmp debian/substvars debian/files +debian/debhelper.log +debian/userv.debhelper.log diff --git a/debian/changelog b/debian/changelog index 830ae1f..6273165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,20 @@ -userv (1.1.0~~iwj) unstable; urgency=low +userv (1.1.0~~iwj) unstable; urgency=medium Bugfix: * Do not reject comments and blank lines inside not-being-executed conditional clauses. (Closes: #613862.) - General improvements (relevant outside Debian): + Important Debian packaging fix: + * Remove /var/run/userv from the .deb. + (Along with the change in 1.0.6 this Closes: #630528.) + + General minor improvements (relevant outside Debian): * Introduce a use of socklen_t to avoid a compiler warning. * Remove spec.html and spec.ps from revision control. * Revision control switched from cvs to git. * Update my email address. - Debian packaging improvements and bugfixes: - * Remove /var/run/userv from the .deb. - (Along with the change in 1.0.6, Closes: #630528.) + Debian packaging minor improvements and bugfixes: * The new version will ensure a rebuild and therefore completely deal with the debiandoc-sgml missing documentation bug. (Closes: #413873.) * Use lintian for dh_fixperms; this ensures that the permissions of diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 0f19a35..6550ea2 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.1 Package: userv Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: `user services' - program call across trust boundaries userv allows one program to invoke another when only limited trust exists between them. It is a tool which can be used to avoid having -- 2.30.2