On 01/11/2012 06:04 PM, Gerald Combs wrote:
On 1/10/12 2:29 PM, Gerald Combs wrote:
On 1/10/12 2:09 PM, Balint Reczey wrote:
diff --git a/debian/wireshark-common.files b/debian/wireshark-common.files
index 41341be..4403c04 100644
--- a/debian/wireshark-common.files
+++ b/debian/wireshark-common.files
@@ -5,7 +5,7 @@
/usr/bin/text2pcap
/usr/bin/rawshark
/usr/lib/wireshark/libwireshark.so.1
-/usr/lib/wireshark/libwireshark.so.1.1.0
+/usr/lib/wireshark/libwireshark.so.1.1.1
/usr/lib/wireshark/libwiretap.so.1
/usr/lib/wireshark/libwiretap.so.1.0.1
/usr/lib/wireshark/libwsutil.so.1
Unfortunately I can't commit it now.
It's a little late for that now at any rate. :)
I modified make-version.pl to update the libwireshark and libwiretap
revision numbers in accordance with the libtool documentation.
I'm not sure that it is the proper approach.
We don't have to update the library version if there is no change in the lib.
Running the ACC script and updating the version based on the result (possibly
using a script) would give the right new version.
Cheers,
Balint
commit baada8699e2365b3de312bf5f8825710dee34aff
Author: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Wed Jan 11 17:00:56 2012 +0000
Have "make-version.pl -v" update the library revision information for
libwireshark and libwiretap. The source code for each changes with every
release and according to the libtool documentation we should increment
the revision number. (wsutil hardly ever changes so we don't update it
here.)
svn path=/trunk-1.6/; revision=40436