chiark / gitweb /
packaging fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 15:39:20 +0000 (16:39 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 15:39:20 +0000 (16:39 +0100)
.gitignore
debian/changelog
debian/compat [new file with mode: 0644]
debian/control

index d813e83cd82c69b116cfeaec4fb78bb7728eb14b..ab67ebdda5f0095f73c0ce6c4796b94f480ccbc2 100644 (file)
@@ -28,10 +28,14 @@ shipcheck
 
 userv-*.tar.gz
 build
 
 userv-*.tar.gz
 build
+build-arch
 
 spec.tex
 spec.html
 
 spec.tex
 spec.html
+spec.ps
 
 debian/tmp
 debian/substvars
 debian/files
 
 debian/tmp
 debian/substvars
 debian/files
+debian/debhelper.log
+debian/userv.debhelper.log
index 830ae1fc5f672d0fb4bb712d344f2db1d74c8f65..6273165e2c42282631e402aaf987c3b4a2c3579c 100644 (file)
@@ -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.)
 
 
   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.
 
   * 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
   * 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 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
index 0f19a35272a42d8449085052fffff677808b2fe1..6550ea2d3efae2a7512e9de6ac861f9474d855de 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.9.1
 
 Package: userv
 Architecture: any
 
 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
 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