debian/0000755000000000000000000000000012030520242007154 5ustar debian/compat0000644000000000000000000000000211734033060010361 0ustar 9 debian/copyright0000644000000000000000000000536611734031241011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bisho Upstream-Contact: Ross Burton Source: http://meego.gitorious.org/meego-netbook-ux/bisho Files: * Copyright: 2009 Intel Corporation. License: GPL-2+ Files: src/* Copyright: 2009-2010 Intel Corporation. License: GPL-2+ Files: src/mux-*.c src/mux-*.h Copyright: 2009 Intel Corporation. License: LGPL-2.1 Files: src/module.c Copyright: 2010 Red Hat, Inc. License: GPL-2+ Files: po/*.po Copyright: 2009 Intel Corporation. License: This file is distributed under the same license as the Bisho package. Files: po/ca.po Copyright: 2009 Free Software Foundation, Inc. License: This file is distributed under the same license as the Bisho package. Files: po/da.po Copyright: 2009 Andika Triwidada License: This file is distributed under the same license as the bisho package. Files: po/it.po po/ro.po Copyright: 2009 the bisho's copyright holder License: This file is distributed under the same license as the bisho package. Files: debian/* Copyright: 2009 Canonical, Ltd. License: LGPL-2.1 License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU Lesser General Public License, version 2.1, as published by the Free Software Foundation. . This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems the full text of the GNU Lesser General Public Licnse, version 2.1, can be found in the /usr/share/common-licenses/LGPL-2.1 file. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems the full text of the GNU General Public Licese, version 2, can be found in the /usr/share/common-licenses/GPL-2 file debian/control0000644000000000000000000000442711734042050010574 0ustar Source: bisho Section: web Priority: optional Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), gettext, gnome-common, intltool, libgconf2-dev (>= 2.9.2), libgnome-keyring-dev, libgtk2.0-dev (>= 2.12), libsocialweb-dev (>= 0.25.7), libsocialweb-client-dev (>= 0.25.7), librest-dev (>= 0.7.5), librest-extras-dev, libmx-dev (>= 1.1.8), libsoup2.4-dev, pkg-config, autoconf, automake, libunique-dev, docbook-to-man Standards-Version: 3.9.3 Homepage: http://meego.com/ Package: bisho Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Meego web services settings bisho is the settings front-end for Meego web services. Users can use bisho to set the account information for web services like Last.fm or Twitter. Package: libbisho-common0 Architecture: any Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Meego web services settings library bisho is the settings front-end for Meego web services. Users can use bisho to set the account information for web services like Last.fm or Twitter. . libbisho-common is the library to interact with the bisho application. Package: libbisho-common-dev Architecture: any Section: libdevel Depends: libbisho-common0 (=${binary:Version}), libgtk2.0-dev, libsocialweb-client-dev, ${misc:Depends} Description: Meego web services settings library (development files) bisho is the settings front-end for Meego web services. Users can use bisho to set the account information for web services like Last.fm or Twitter. . libbisho-common is the library to interact with the bisho application. . This package contains the development headers. Package: libbisho-common0-dbg Architecture: any Section: debug Priority: extra Depends: libbisho-common0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Meego web services settings library (debug symbols) bisho is the settings front-end for Meego web services. Users can use bisho to set the account information for web services like Last.fm or Twitter. . libbisho-common is the library to interact with the bisho application. . This package contains the debug symbols. debian/libbisho-common0.install0000644000000000000000000000004711734033115013716 0ustar usr/lib/*/*.so.* usr/lib/*/bisho/*.so* debian/watch0000644000000000000000000000013311437457151010224 0ustar version=3 http://git.moblin.org/cgit.cgi/bisho/ \ snapshot/bisho-([\d\.]*).tar.gz debian/patches/0000755000000000000000000000000012030517041010606 5ustar debian/patches/series0000644000000000000000000000005512030517005012023 0ustar glib_deprecated.diff fix_panes_linking.patch debian/patches/glib_deprecated.diff0000644000000000000000000000100712030516746014546 0ustar Index: bisho-0.27.2+git20111122.9e68ef3d/src/main.c =================================================================== --- bisho-0.27.2+git20111122.9e68ef3d.orig/src/main.c 2012-03-26 17:08:24.000000000 +0800 +++ bisho-0.27.2+git20111122.9e68ef3d/src/main.c 2012-09-26 14:17:02.519997387 +0800 @@ -87,8 +87,6 @@ UniqueApp *app; GtkWidget *window; - g_thread_init (NULL); - bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); debian/patches/fix_panes_linking.patch0000644000000000000000000000120412030517041015313 0ustar Index: bisho-0.27.2+git20111122.9e68ef3d/panes/Makefile.am =================================================================== --- bisho-0.27.2+git20111122.9e68ef3d.orig/panes/Makefile.am 2012-03-26 17:08:24.000000000 +0800 +++ bisho-0.27.2+git20111122.9e68ef3d/panes/Makefile.am 2012-09-26 14:18:02.110866470 +0800 @@ -2,7 +2,7 @@ pane_LTLIBRARIES = libflickr.la liboauth.la AM_CPPFLAGS = $(DEPS_CFLAGS) -DLIBEXECDIR=\"@libexecdir@\" -I$(top_srcdir)/src -AM_LDFLAGS = -module -avoid-version ../src/libbisho-common.la +AM_LDFLAGS = $(DEPS_LIBS) -module -avoid-version ../src/libbisho-common.la libflickr_la_SOURCES = flickr.c flickr.h debian/source/0000755000000000000000000000000011437457216010500 5ustar debian/source/format0000644000000000000000000000001411437457216011706 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000055511734031562010202 0ustar aclocal.m4 config.h config.h.in config.log config.status config.sub config.guess configure depcomp install-sh ltmain.sh missing stamp-h1 compile INSTALL src/config.h.in po/Makefile.in.in Makefile.in src/Makefile.in data/Makefile.in intltool-*.in m4/intltool.m4 m4/lt~obsolete.m4 m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 panes/Makefile.in bisho.1 debian/libbisho-common-dev.install0000644000000000000000000000005711734033165014420 0ustar usr/include usr/lib/*/*.so usr/lib/*/pkgconfig debian/changelog0000644000000000000000000000560212030517325011041 0ustar bisho (0.27.2+git20111122.9e68ef3d-2) unstable; urgency=low * debian/patches/fix_panes_linking.patch: Fix missing linking libraries. * debian/patches/glib_deprecated.diff: Don't use glib deprecated function. - This patch comes from Ubuntu. Thanks to: Daniel T Chen and Bhavani Shankar -- Ying-Chun Liu (PaulLiu) Wed, 26 Sep 2012 14:21:05 +0800 bisho (0.27.2+git20111122.9e68ef3d-1) unstable; urgency=low * New upstream release * Bump Standards-Versino to 3.9.3: nothing needs to be changed. * Multi-arch support -- Ying-Chun Liu (PaulLiu) Mon, 26 Mar 2012 17:51:37 +0800 bisho (0.27.2+git20101119.ab448145-3) unstable; urgency=low * Remove *.la files (Closes: #621245) -- Ying-Chun Liu (PaulLiu) Wed, 13 Apr 2011 02:29:57 +0800 bisho (0.27.2+git20101119.ab448145-2) unstable; urgency=low * Move to unstable -- Ying-Chun Liu (PaulLiu) Thu, 31 Mar 2011 11:19:45 +0800 bisho (0.27.2+git20101119.ab448145-1) experimental; urgency=low * New upstream release - Fixed FTBFS with binutils-gold (Closes: #553937) * Remove debian/patches/01_librest_0.7_transition.patch: already in upstream * debian/rules: Add get-orig-source target to get git version * Add packages: libbisho-common0, libbisho-common-dev, libbisho-common0-dbg * debian/copyright: Upgrade to dep5 version 166 * debian/control: Update homepage field from moblin to meego -- Ying-Chun Liu (PaulLiu) Sat, 26 Feb 2011 14:16:06 +0800 bisho (0.17-2) unstable; urgency=low * Change to DebSrc3.0 format. * debian/patches/01_librest_0.7_transition.patch: librest 0.7 transition * Bump Standards-Version to 3.9.1: nothing needs to be changed -- Ying-Chun Liu (PaulLiu) Wed, 01 Sep 2010 22:47:29 +0800 bisho (0.17-1) unstable; urgency=low * New upstream release -- Ying-Chun Liu (PaulLiu) Tue, 24 Nov 2009 22:19:31 +0800 bisho (0.16-1) unstable; urgency=low * New upstream release * debian/control: Add librest-extras-dev, libnbtk-dev to Build-Depends * debian/control: Add Homepage field -- Ying-Chun Liu (PaulLiu) Fri, 23 Oct 2009 01:36:07 +0800 bisho (0.12-1) unstable; urgency=low * Ying-Chun Liu (PaulLiu) - New upstream release (Closes: #546290) - debian/copyright: Use machine-readable format - Add debian/watch - Add missing manpage: bisho.sgml - debian/rules: use autogen.sh and remove non-source files * Chris Cheney - New upstream: bisho-0.10.7-2.1.moblin2.src.rpm - New upstream release (0.10.5) * Ulisses Furquim - New upstream release (0.10.5) - Initial upstream version -- Ying-Chun Liu (PaulLiu) Sun, 13 Sep 2009 16:00:32 +0800 debian/bisho.sgml0000644000000000000000000000670311532121235011157 0ustar manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ The docbook-to-man binary is found in the docbook-to-man package. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include docbook-to-man in your Build-Depends control field. --> Ying-Chun"> Liu"> September 5, 2009"> 1"> paulliu@debian.org"> BISHO"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2009 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; program to set the account information for Meego web services &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the &debian; distribution because the original program does not have a manual page. &dhpackage; is a prgram to set the account information for Meego web services. For example, it can set the Twitter account/password for Meego web services. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; Lesser General Public License, version 2.1 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1.
debian/bisho.install0000644000000000000000000000002211532117603011653 0ustar usr/bin usr/share debian/rules0000755000000000000000000000277111734034337010262 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-static --disable-capplet \ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --with-gconf-schema-file-dir=/usr/share/gconf/schemas DEB_CONFIGURE_SCRIPT := $(CURDIR)/$(DEB_SRCDIR)/autogen.sh DEB_SOURCE := $(shell dpkg-parsechangelog | grep Source: | sed -e 's/Source: //') DEB_VERSION := $(shell dpkg-parsechangelog | grep Version: | sed -e 's/Version: //') DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/-[^-]*$$//') GIT_URL = git://gitorious.org/meego-netbook-ux/bisho.git bisho.1: debian/bisho.sgml docbook-to-man $< > $@ build/bisho:: bisho.1 clean:: rm -rf autom4te.cache get-orig-source:: set -e; if echo $(DEB_VERSION) | grep -c "git"; \ then \ git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\([0-9]*\)*\.\(.*\)-.*$$/\2/g'`; \ else \ git_version=$(DEB_UPSTREAM_VERSION); \ fi; \ tmpdir=`mktemp -d -t`; \ cd $$tmpdir; \ echo "checkout upstream repository ..."; \ git clone $(GIT_URL); echo "getting specific upstream revision/tag: $$git_version"; \ cd `ls | head -n 1`; git checkout -b orig $$git_version; cd ..; \ tar --exclude=.git -czvf $(CURDIR)/$(DEB_SOURCE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz `ls | head -n 1`; \ cd $(CURDIR); \ rm -rf $$tmpdir common-binary-predeb-arch:: list-missing debian/bisho.manpages0000644000000000000000000000001011437457151012006 0ustar bisho.1