Ubuntu Pastebin

Paste from debian at Thu, 17 Sep 2015 15:05:52 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
diff --git a/debian/changelog b/debian/changelog
index 926483c..2cb63e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-geonames (0.1-0ubuntu2) UNRELEASED; urgency=low
+geonames (0.1-0ubuntu1) UNRELEASED; urgency=low
 
   * Initial release
 
- -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Mon, 14 Sep 2015 17:21:00 +0200
+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Thu, 17 Sep 2015 17:04:21 +0200
diff --git a/debian/control b/debian/control
index f3029e8..fac53d4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                dh-translations,
-               intltool
+               intltool,
 Standards-Version: 3.9.6
 Homepage: https://launchpad.net/geonames
-Vcs-Bzr: https://git.launchpad.net/~larsu/geonames
+Vcs-Git: https://git.launchpad.net/~larsu/geonames
 
 Package: libgeonames0
 Architecture: any
diff --git a/debian/libgeonames0.symbols b/debian/libgeonames0.symbols
new file mode 100644
index 0000000..5997273
--- /dev/null
+++ b/debian/libgeonames0.symbols
@@ -0,0 +1,9 @@
+libgeonames.so.0 libgeonames0 #MINVER#
+ geonames_city_free@Base 0.1
+ geonames_city_get_country@Base 0.1
+ geonames_city_get_name@Base 0.1
+ geonames_city_get_state@Base 0.1
+ geonames_city_get_timezone@Base 0.1
+ geonames_get_city@Base 0.1
+ geonames_query_cities@Base 0.1
+ geonames_query_cities_finish@Base 0.1
Download as text