From d705e09135b0c4d4151f62669542bfd19b5a967e Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Sun, 24 Jan 2010 11:57:32 +0100 Subject: [PATCH] Debian packaging: 0.0.2-1 Use autotools to build, add localisation, German translation, add build dependency on osso-af-settings, add bugtracker fields, decrease minimum libhildondesktop-1 version to 2.1.31. --- configure.ac | 2 +- debian/changelog | 9 +++++++++ debian/control | 6 ++++-- debian/rules | 5 +++-- debian/status-area-applet-tor.install | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index aadb308..778dad7 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ PKG_CHECK_MODULES(HILDON, hildon-1 >= 2.2.0) AC_SUBST(HILDON_LIBS) AC_SUBST(HILDON_CFLAGS) -PKG_CHECK_MODULES(HD, libhildondesktop-1 >= 2.1.37) +PKG_CHECK_MODULES(HD, libhildondesktop-1 >= 2.1.31) AC_SUBST(HD_LIBS) AC_SUBST(HD_CFLAGS) diff --git a/debian/changelog b/debian/changelog index efc17fa..8a31add 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +status-area-applet-tor (0.0.2-1) fremantle; urgency=low + + * Use autotools to build + * Add localisation, German translation + * Depend on Tor 0.2.1.22 bugfix release + * Remove the "Tor disabled" icon + + -- Philipp Zabel Sun, 24 Jan 2010 02:19:47 +0100 + status-area-applet-tor (0.0.1-3) fremantle; urgency=low * Add missing build dependency on libosso-dev diff --git a/debian/control b/debian/control index 96e9c55..842ad26 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,13 @@ Source: status-area-applet-tor Section: user/network Priority: extra Maintainer: Philipp Zabel -Build-Depends: vala (>= 0.7.9), libconic0-dev, libhildondesktop1-dev, libosso-dev +Build-Depends: vala (>= 0.7.9), libconic0-dev, libhildondesktop1-dev, libosso-dev, osso-af-settings Standards-Version: 4 +XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Tor Package: status-area-applet-tor Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tor, polipo +Depends: ${shlibs:Depends}, ${misc:Depends}, tor (>= 0.2.1.22), polipo XB-Description: Control usage of Tor (The Onion Router) to provide online anonymity Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. The latest information about Tor @@ -19,6 +20,7 @@ XB-Description: Control usage of Tor (The Onion Router) to provide online anonym Remember that this is development code -- don't rely on the current Tor network if you really need strong anonymity. XB-Maemo-Display-Name: Tor Status Area Applet +XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Tor&component=UI XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c 6QAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0 diff --git a/debian/rules b/debian/rules index f40076d..b7a2a83 100755 --- a/debian/rules +++ b/debian/rules @@ -26,8 +26,9 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - #CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ - # --prefix=/usr + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr + build: build-stamp diff --git a/debian/status-area-applet-tor.install b/debian/status-area-applet-tor.install index bed05a5..867ea71 100644 --- a/debian/status-area-applet-tor.install +++ b/debian/status-area-applet-tor.install @@ -1,2 +1,2 @@ -usr/lib/ +usr/lib/hildon-desktop/status-area-applet-tor.so usr/share/ -- 1.7.9.5