chiark / gitweb /
debian: Get Wireshark version from the right place. 1.0.0pre12.1
authorMark Wooding <mdw@distorted.org.uk>
Sat, 12 Jan 2013 22:32:29 +0000 (22:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 12 Jan 2013 22:32:29 +0000 (22:32 +0000)
This is version 1.0.0pre12.1.

debian/changelog
debian/rules

index ce929b62e200ffbc2a461f9d72a12413debc8cc1..a8608e917a4f4cdf3f7e74b084a8e78c822441e4 100644 (file)
@@ -1,3 +1,10 @@
+tripe (1.0.0pre12.1) experimental; urgency=low
+
+  * Extract Wireshark version number from `wireshark-common' rather than
+    `wireshark': the latter need not be installed.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 12 Jan 2013 22:30:32 +0000
+
 tripe (1.0.0pre12) experimental; urgency=low
 
   * tripe-peer-services: Add machinery for notifying a peer that we no
index 9525b985353cf970ce6ef22c9acb66b26562a312..04bc8ca01dc05842b275c795c1bf0f19dd8debf0 100755 (executable)
@@ -61,7 +61,7 @@ install/tripe-peer-services::
 
 ## Grab the version we built against, so we can put it in the dependencies.
 install/tripe-wireshark::
-       dpkg --status wireshark | \
+       dpkg --status wireshark-common | \
                sed -n 's/^Version: */tripe:Wireshark-Version=/p' \
                >> debian/tripe-wireshark.substvars