From 09c1542f61ccb29f619358150171c317f4ba4232 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 10 Feb 2011 16:17:05 -0500 Subject: [PATCH] Tarball tree for barry_0.17.0.orig.tar.gz --- debian/barry-util-dbg.install | 2 - debian/barry-util.docs | 6 -- debian/barry-util.install | 35 ---------- debian/barry-util.postinst | 35 ---------- debian/barrybackup-gui-dbg.install | 2 - debian/barrybackup-gui.install | 4 -- debian/barrybackup-gui.menu | 8 --- debian/changelog | 108 ------------------------------ debian/compat | 1 - debian/control | 84 ----------------------- debian/copyright | 59 ----------------- debian/libbarry-dbg.install | 2 - debian/libbarry-dev.docs | 11 ---- debian/libbarry-dev.install | 21 ------ debian/libbarry0.docs | 4 -- debian/libbarry0.install | 7 -- debian/manpages | 1 - debian/rules | 132 ------------------------------------- 18 files changed, 522 deletions(-) delete mode 100644 debian/barry-util-dbg.install delete mode 100644 debian/barry-util.docs delete mode 100644 debian/barry-util.install delete mode 100644 debian/barry-util.postinst delete mode 100644 debian/barrybackup-gui-dbg.install delete mode 100644 debian/barrybackup-gui.install delete mode 100644 debian/barrybackup-gui.menu delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libbarry-dbg.install delete mode 100644 debian/libbarry-dev.docs delete mode 100644 debian/libbarry-dev.install delete mode 100644 debian/libbarry0.docs delete mode 100644 debian/libbarry0.install delete mode 100644 debian/manpages delete mode 100755 debian/rules diff --git a/debian/barry-util-dbg.install b/debian/barry-util-dbg.install deleted file mode 100644 index 81553365..00000000 --- a/debian/barry-util-dbg.install +++ /dev/null @@ -1,2 +0,0 @@ -barry-util-dbg/usr/lib/debug/* - diff --git a/debian/barry-util.docs b/debian/barry-util.docs deleted file mode 100644 index 51e49b23..00000000 --- a/debian/barry-util.docs +++ /dev/null @@ -1,6 +0,0 @@ -deb_srcdir/NEWS -deb_srcdir/README -deb_srcdir/AUTHORS -deb_srcdir/zsh/ -deb_srcdir/ppp/ - diff --git a/debian/barry-util.install b/debian/barry-util.install deleted file mode 100644 index d141effc..00000000 --- a/debian/barry-util.install +++ /dev/null @@ -1,35 +0,0 @@ -debian/tmp/usr/bin/btool -debian/tmp/usr/bin/bio -debian/tmp/usr/bin/btardump -debian/tmp/usr/bin/bfuse -debian/tmp/usr/bin/bjavaloader -debian/tmp/usr/bin/balxparse -debian/tmp/usr/bin/bjdwp -debian/tmp/usr/bin/brawchannel -debian/tmp/usr/bin/bs11nread -debian/tmp/usr/bin/bidentify -debian/tmp/usr/bin/brecsum -debian/tmp/usr/bin/bktrans -debian/tmp/usr/bin/upldif -debian/tmp/usr/bin/btranslate -debian/tmp/usr/bin/brimtrans -debian/tmp/usr/sbin/breset -debian/tmp/usr/sbin/bcharge -debian/tmp/usr/sbin/pppob -debian/tmp/usr/share/man/man1/bcharge.1 -debian/tmp/usr/share/man/man1/bidentify.1 -debian/tmp/usr/share/man/man1/brecsum.1 -debian/tmp/usr/share/man/man1/breset.1 -debian/tmp/usr/share/man/man1/bs11nread.1 -debian/tmp/usr/share/man/man1/btool.1 -debian/tmp/usr/share/man/man1/bio.1 -debian/tmp/usr/share/man/man1/btardump.1 -debian/tmp/usr/share/man/man1/bfuse.1 -debian/tmp/usr/share/man/man1/bjavaloader.1 -debian/tmp/usr/share/man/man1/balxparse.1 -debian/tmp/usr/share/man/man1/bjdwp.1 -debian/tmp/usr/share/man/man1/pppob.1 -debian/tmp/usr/share/man/man1/upldif.1 -debian/tmp/usr/share/man/man1/brawchannel.1 -debian/tmp/usr/share/locale/* - diff --git a/debian/barry-util.postinst b/debian/barry-util.postinst deleted file mode 100644 index d29f1b6c..00000000 --- a/debian/barry-util.postinst +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -e - -everything() { - # set ownership for ppp options files - for f in /etc/ppp/peers/barry-* - do - chown root:dip "$f" - done - - # set permissions for chatscripts - for f in /etc/chatscripts/barry-*.chat - do - chown root:dip "$f" - chmod 0640 "$f" - done -} - -case "$1" in - configure) - everything - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument '$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 - diff --git a/debian/barrybackup-gui-dbg.install b/debian/barrybackup-gui-dbg.install deleted file mode 100644 index 29e92342..00000000 --- a/debian/barrybackup-gui-dbg.install +++ /dev/null @@ -1,2 +0,0 @@ -barrybackup-gui-dbg/usr/lib/debug/* - diff --git a/debian/barrybackup-gui.install b/debian/barrybackup-gui.install deleted file mode 100644 index 49e856d6..00000000 --- a/debian/barrybackup-gui.install +++ /dev/null @@ -1,4 +0,0 @@ -debian/tmp/usr/bin/barrybackup -debian/tmp/usr/share/barry/glade/* -debian/tmp/usr/share/man/man1/barrybackup.1 - diff --git a/debian/barrybackup-gui.menu b/debian/barrybackup-gui.menu deleted file mode 100644 index f52f3974..00000000 --- a/debian/barrybackup-gui.menu +++ /dev/null @@ -1,8 +0,0 @@ -?package(barrybackup-gui):\ - needs="X11"\ - section="Applications/Mobile Devices"\ - title="Barry Backup"\ - command="/usr/bin/barrybackup"\ - hints="Blackberry Backup Utility"\ - icon="/usr/share/pixmaps/barry_logo_icon.png" - diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 33227001..00000000 --- a/debian/changelog +++ /dev/null @@ -1,108 +0,0 @@ -barry (0.17.0-0) unstable; urgency=low - - * version bump - * moved opensync-plugin into its own build - - -- Chris Frey Tue, 26 Jan 2010 03:20:17 -0400 - -barry (0.13-1.2) unstable; urgency=low - - [ Jose Carlos Garcia Sogo ] - * Upload to Debian (Closes: #450504) - * debian/copyright: - + Add copyright holders - + Add LGPL as license for vformat.[c,h] files - * debian/control: - + Change maintainer - + Bump Standards-Version to 3.8.0 - + Rename libbary to libbary0 to follow policy. - + Add a dependency on exact binary:Version for each -dbg and -dev package - + libbarry-dev binary depends on libusb-dev - * debian/changelog: - + Merge different versions in 0.13-* packages in a new 0.13-1 one, so it - can be uploaded into Debian - * barrybackup-gui.menu: use Applications/Mobile Devices menu, as per Policy - - [ Chris Frey ] - * From 0.13-1.1 upstream package - * added brecsum - * added ppp options and chat scripts - * fixed lintian description warnings - - [ Jason Thomas ] - * Makefile.am and opensync-plugin/Makefile: add ACLOCAL_FLAGS for autoreconf - * debian/control: add build-depends: autoconf, automake, libtool, - libglib2.0-dev - * debian/control: change build-depends: libopensync0 to libopensync0-dev - - -- Jose Carlos Garcia Sogo Sun, 10 Aug 2008 20:17:34 +0200 - -barry (0.13-1.1) unstable; urgency=low - - * Non-maintainer upload. - - -- Jason Thomas Tue, 29 Apr 2008 17:28:34 +1000 - -barry (0.13-1) unstable; urgency=low - - * version bump - - -- Chris Frey Fri, 21 Mar 2008 21:38:11 -0400 - -barry (0.12-1) unstable; urgency=low - - * version bump - - -- Chris Frey Fri, 07 Dec 2007 16:25:11 -0500 - -barry (0.11-1) unstable; urgency=low - - * version bump - - -- Chris Frey Fri, 30 Nov 2007 22:35:11 -0500 - -barry (0.10-1) unstable; urgency=low - - * renamed ktrans and translate to bktrans and btranslate - * added bidentify - - -- Chris Frey Fri, 30 Nov 2007 15:49:11 -0500 - -barry (0.9-1) unstable; urgency=low - - * updated for version 0.9 release - * converted build scripts to use cdbs - * added opensync plugin package - - -- Chris Frey Thu, 28 Sep 2007 15:55:11 -0500 - -barry (0.8-1) unstable; urgency=low - - * updated for version 0.8 release - * removed postinst, as the latest stable Debian has a current udev version - * split packaging into 4 separate packages: libbarry, libbarry-dev, - barry-util, barrybackup-gui - * added menu support for barrybackup-gui - - -- Chris Frey Fri, 11 May 2007 16:38:11 -0500 - -barry (0.6-1) unstable; urgency=low - - * adapted for Debian Etch. has a newer version of udev, and plugdev - available. Also added btool in addition to only bcharge available - - -- Peter Silva Fri, 06 Apr 2007 00:00:01 -0500 - -barry (0.1-2) unstable; urgency=low - - * Make this work on ubuntu as well. Ubuntu has a newer version of udev - than Debian stable, and needs different rules. - - -- Chris Frey Fri, 04 Jan 2007 16:23:01 -0500 - -barry (0.1-1) unstable; urgency=low - - * Initial Release. - - -- Chris Frey Fri, 29 Dec 2006 20:34:01 -0500 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4c..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control b/debian/control deleted file mode 100644 index f7c551db..00000000 --- a/debian/control +++ /dev/null @@ -1,84 +0,0 @@ -Source: barry -Section: misc -Priority: optional -Maintainer: Chris Frey -Build-Depends: debhelper (>= 4.0.0), g++ (>= 4.1), cdbs, autoconf, automake, libtool, pkg-config, libusb-dev, libboost-serialization-dev, libxml++2.6-dev, libfuse-dev (>= 2.5), zlib1g-dev, libtar-dev, libglib2.0-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, gettext (<< 0.18) | autopoint -Standards-Version: 3.8.0 - -Package: libbarry0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends} -Description: Library for using the BlackBerry handheld on Linux - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains shared libraries. - -Package: libbarry0-dbg -Section: libs -Priority: extra -Architecture: any -Depends: libbarry0 (= ${binary:Version}) -Description: Library for using the BlackBerry handheld on Linux - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains the debug version of the libbary shared library. - -Package: libbarry-dev -Section: libdevel -Architecture: any -Depends: libbarry0 (= ${binary:Version}), libusb-dev -Description: Development files for libbarry - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains the header files required for building applications - based on libbarry. - -Package: barry-util -Section: utils -Architecture: any -Depends: libbarry0 (= ${binary:Version}), udev (>= 0.056), ${shlibs:Depends} -Suggests: ppp -Description: Command line utilities for working with the RIM BlackBerry Handheld - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains command line utilities, such as bcharge, btool, - breset, bio, etc. - -Package: barry-util-dbg -Section: utils -Priority: extra -Architecture: any -Depends: barry-util (= ${binary:Version}) -Description: Command line utilities for working with the RIM BlackBerry Handheld - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains the debug versions of the command line utilities. - -Package: barrybackup-gui -Section: utils -Architecture: any -Depends: libbarry0 (= ${binary:Version}), ${shlibs:Depends} -Description: GTK+ based GUI for backing up the RIM BlackBerry Handheld - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains a GUI application for making backups and restores. - -Package: barrybackup-gui-dbg -Section: utils -Priority: extra -Architecture: any -Depends: barrybackup-gui (= ${binary:Version}) -Description: GTK+ based GUI for backing up the RIM BlackBerry Handheld - Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. - . - This package contains the debug version of the backup GUI. - -#Package: barry-doc -#Architecture: all -#Description: Documentation for barry -# Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. -# It comes with a command line tool for exploring the device and for making quick -# backups. The goal of this project is to create a fully functional syncing -# mechanism on Linux. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 811b592d..00000000 --- a/debian/copyright +++ /dev/null @@ -1,59 +0,0 @@ -This package was debianized by Chris Frey on -Fri, 29 Dec 2006 20:34:01 -0500. - -It was downloaded from http://sourceforge.net/projects/barry - -Upstream Authors: - Chris Frey - - -Copyright: - Copyright (C) 2005-2011, Net Direct Inc. (http://www.netdirect.ca/) - Copyright (C) 2007-2011, Chris Frey - Copyright (C) 2008, Brian Edginton (edge@edginton.net) - Copyright (C) 1995-9 by Cryptography Research, Inc. - Copyright (C) 2003 Ximian, Inc. 2005 Armin Bauer - Copyright (C) 2008-2011, Nicolas VIVIEN - Copyright (C) 2009, Josh Kropf - Copyright (C) 2010, RealVNC Ltd., Toby Gray - For scripts in contrib/ directory: - Copyright (C) 2008 Niels de Vos - Copyright (C) 2008, ashley willis - - -License: - 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 of the License, 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. - - 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 complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - - For opensync-plugin/src/vformat.[c,h]: - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - -On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. diff --git a/debian/libbarry-dbg.install b/debian/libbarry-dbg.install deleted file mode 100644 index 0a51513b..00000000 --- a/debian/libbarry-dbg.install +++ /dev/null @@ -1,2 +0,0 @@ -libbarry-dbg/usr/lib/debug/* - diff --git a/debian/libbarry-dev.docs b/debian/libbarry-dev.docs deleted file mode 100644 index f5f35126..00000000 --- a/debian/libbarry-dev.docs +++ /dev/null @@ -1,11 +0,0 @@ -deb_srcdir/README -deb_srcdir/NEWS -deb_srcdir/TODO -deb_srcdir/AUTHORS -deb_srcdir/ChangeLog -deb_srcdir/doc/Exceptions -deb_srcdir/doc/Hacking -deb_srcdir/doc/TimeZones.txt -deb_srcdir/doc/USB-capture.txt -deb_srcdir/doc/VersionNotes -deb_srcdir/doc/bb_task_format.txt diff --git a/debian/libbarry-dev.install b/debian/libbarry-dev.install deleted file mode 100644 index 9d8529ab..00000000 --- a/debian/libbarry-dev.install +++ /dev/null @@ -1,21 +0,0 @@ -debian/tmp/usr/lib/libbarry.a -debian/tmp/usr/lib/libbarry.la -debian/tmp/usr/lib/libbarry.so -debian/tmp/usr/lib/libbarrydp.a -debian/tmp/usr/lib/libbarrydp.la -debian/tmp/usr/lib/libbarrydp.so -debian/tmp/usr/lib/libbarryjdwp.a -debian/tmp/usr/lib/libbarryjdwp.la -debian/tmp/usr/lib/libbarryjdwp.so -debian/tmp/usr/lib/libbarrysync.a -debian/tmp/usr/lib/libbarrysync.la -debian/tmp/usr/lib/libbarrysync.so -debian/tmp/usr/lib/libbarrybackup.a -debian/tmp/usr/lib/libbarrybackup.la -debian/tmp/usr/lib/libbarrybackup.so -debian/tmp/usr/lib/libbarryalx.a -debian/tmp/usr/lib/libbarryalx.la -debian/tmp/usr/lib/libbarryalx.so -debian/tmp/usr/include/barry/* -debian/tmp/usr/lib/pkgconfig/* - diff --git a/debian/libbarry0.docs b/debian/libbarry0.docs deleted file mode 100644 index bb91032e..00000000 --- a/debian/libbarry0.docs +++ /dev/null @@ -1,4 +0,0 @@ -deb_srcdir/README -deb_srcdir/NEWS -deb_srcdir/AUTHORS - diff --git a/debian/libbarry0.install b/debian/libbarry0.install deleted file mode 100644 index 7b49c0f6..00000000 --- a/debian/libbarry0.install +++ /dev/null @@ -1,7 +0,0 @@ -debian/tmp/usr/lib/libbarry.so.* -debian/tmp/usr/lib/libbarrydp.so.* -debian/tmp/usr/lib/libbarryjdwp.so.* -debian/tmp/usr/lib/libbarrysync.so.* -debian/tmp/usr/lib/libbarrybackup.so.* -debian/tmp/usr/lib/libbarryalx.so.* - diff --git a/debian/manpages b/debian/manpages deleted file mode 100644 index 8b137891..00000000 --- a/debian/manpages +++ /dev/null @@ -1 +0,0 @@ - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 92af35cf..00000000 --- a/debian/rules +++ /dev/null @@ -1,132 +0,0 @@ -#!/usr/bin/make -f -# Based on the multi2 sample debian/rules file: -# --- -# Sample debian/rules that uses debhelper. -# This file is public domain software, originally written by Joey Hess. - -#export DH_VERBOSE=1 -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk -#include /usr/share/cdbs/1/rules/simple-patchsys.mk - -# where sources are -DEB_SRCDIR = . -# in which directory to build -DEB_BUILDDIR = . -# in which directory to install the sofware -DEB_DESTDIR = $(CURDIR)/debian/tmp -#To register a debug library package libfoo-dbg for libfoo (which needs unstripped '.so') in compat mode 4: -DEB_DH_STRIP_ARGS := --dbg-package=libbarry0 --dbg-package=libbarry-dev --dbg-package=barry-util --dbg-package=barrybackup-gui -#CDBS automatically handles common flags to pass to the configure script, -#but it is possible to give some extra parameters : -DEB_CONFIGURE_EXTRA_FLAGS := --enable-boost --enable-nls --with-zlib --enable-gui -COMMON_CONFIGURE_FLAGS := --prefix=/usr -DEB_INSTALL_DOCS_ALL = - -install/barry-util:: - # Install udev rules for the barry-util package - install -d $(CURDIR)/debian/barry-util/etc/udev/rules.d - install -m 0644 \ - $(DEB_SRCDIR)/udev/10-blackberry.rules \ - $(DEB_SRCDIR)/udev/99-blackberry-perms.rules \ - $(CURDIR)/debian/barry-util/etc/udev/rules.d - # Install modprobe blacklist file for bcharge, into barry-util package - install -d $(CURDIR)/debian/barry-util/etc/modprobe.d - install -m 0644 $(DEB_SRCDIR)/modprobe/blacklist-berry_charge.conf $(CURDIR)/debian/barry-util/etc/modprobe.d/blacklist-berry_charge.conf - # Install default ppp options and chat scripts - install -d $(CURDIR)/debian/barry-util/etc/ppp/peers - install -m 0644 \ - $(DEB_SRCDIR)/ppp/barry-rogers \ - $(DEB_SRCDIR)/ppp/barry-minimal \ - $(DEB_SRCDIR)/ppp/barry-verizon \ - $(DEB_SRCDIR)/ppp/barry-sprint \ - $(DEB_SRCDIR)/ppp/barry-telus \ - $(DEB_SRCDIR)/ppp/barry-o2ireland \ - $(DEB_SRCDIR)/ppp/barry-tmobileus \ - $(DEB_SRCDIR)/ppp/barry-att_cingular \ - $(DEB_SRCDIR)/ppp/barry-chinamobile \ - $(DEB_SRCDIR)/ppp/barry-kpn \ - $(DEB_SRCDIR)/ppp/barry-orange-spain \ - $(DEB_SRCDIR)/ppp/barry-optus-au \ - $(DEB_SRCDIR)/ppp/barry-vodafone-au \ - $(CURDIR)/debian/barry-util/etc/ppp/peers - install -d $(CURDIR)/debian/barry-util/etc/chatscripts - install -m 0640 \ - $(DEB_SRCDIR)/ppp/barry-rogers.chat \ - $(DEB_SRCDIR)/ppp/barry-minimal.chat \ - $(DEB_SRCDIR)/ppp/barry-verizon.chat \ - $(DEB_SRCDIR)/ppp/barry-sprint.chat \ - $(DEB_SRCDIR)/ppp/barry-telus.chat \ - $(DEB_SRCDIR)/ppp/barry-o2ireland.chat \ - $(DEB_SRCDIR)/ppp/barry-tmobileus.chat \ - $(DEB_SRCDIR)/ppp/barry-att_cingular.chat \ - $(DEB_SRCDIR)/ppp/barry-chinamobile.chat \ - $(DEB_SRCDIR)/ppp/barry-kpn.chat \ - $(DEB_SRCDIR)/ppp/barry-orange-spain.chat \ - $(DEB_SRCDIR)/ppp/barry-optus-au.chat \ - $(DEB_SRCDIR)/ppp/barry-vodafone-au.chat \ - $(CURDIR)/debian/barry-util/etc/chatscripts - # Install hal fdi configs - install -d $(CURDIR)/debian/barry-util/usr/share/hal/fdi/information/10freedesktop - install -d $(CURDIR)/debian/barry-util/usr/share/hal/fdi/policy/10osvendor - install -m 0644 $(DEB_SRCDIR)/hal/fdi/information/10freedesktop/10-blackberry.fdi $(CURDIR)/debian/barry-util/usr/share/hal/fdi/information/10freedesktop - install -m 0644 $(DEB_SRCDIR)/hal/fdi/policy/10osvendor/19-blackberry-acl.fdi $(CURDIR)/debian/barry-util/usr/share/hal/fdi/policy/10osvendor - # Install hal support script - install -d $(CURDIR)/debian/barry-util/usr/bin - install -m 0755 $(DEB_SRCDIR)/hal/hal-blackberry $(CURDIR)/debian/barry-util/usr/bin - # Install bash and zsh completion scripts - install -d $(CURDIR)/debian/barry-util/etc/bash_completion.d - install -m 0644 \ - $(DEB_SRCDIR)/bash/bjavaloader \ - $(DEB_SRCDIR)/bash/btool \ - $(CURDIR)/debian/barry-util/etc/bash_completion.d - # Install examples/ into libbarry-dev - install -d $(CURDIR)/debian/libbarry-dev/usr/share/doc/libbarry-dev/examples - install -m 0644 $(DEB_SRCDIR)/examples/*.cc \ - $(CURDIR)/debian/libbarry-dev/usr/share/doc/libbarry-dev/examples - -install/barrybackup-gui:: - # Install barry icon - install -d $(CURDIR)/debian/barrybackup-gui/usr/share/pixmaps - install -m 0644 $(DEB_SRCDIR)/logo/barry_logo_icon.png $(CURDIR)/debian/barrybackup-gui/usr/share/pixmaps - -post-patches:: - @rm -f $(CURDIR)/deb_srcdir - @ln -s $(DEB_SRCDIR) $(CURDIR)/deb_srcdir - @test -x $(DEB_SRCDIR)/configure && echo "allready autoreconf" || (cd $(DEB_SRCDIR) && autoreconf -i) - -os22-binary:: binary - # DEB_SRCDIR can be relative, so change into directory to use pwd. - # - # Note: that the compiler flags below depend on opensync-plugin's - # debian/rules having a DESTDIR target of opensync-plugin/debian/tmp - (cd $(DEB_SRCDIR) && \ - export TREE_BUILD_CXXFLAGS="-I`pwd`/opensync-plugin/debian/tmp/usr/include" && \ - export TREE_BUILD_LDFLAGS="-L`pwd`/opensync-plugin/debian/tmp/usr/lib" && \ - export PKG_CONFIG_PATH="`pwd`:$(PKG_CONFIG_PATH)" && \ - export LD_LIBRARY_PATH="`pwd`/opensync-plugin/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" && \ - cd opensync-plugin && \ - debian/rules TREE_BUILD_DIR="`pwd`/.." binary) - -os22-clean:: - (cd $(DEB_SRCDIR)/opensync-plugin && debian/rules clean) - -os4x-binary:: binary - # DEB_SRCDIR can be relative, so change into directory to use pwd. - # - # Note: that the compiler flags below depend on opensync-plugin-0.4x's - # debian/rules having a DESTDIR target of opensync-plugin-0.4x/debian/tmp - (cd $(DEB_SRCDIR) && \ - export TREE_BUILD_CXXFLAGS="-I`pwd`/opensync-plugin-0.4x/debian/tmp/usr/include" && \ - export TREE_BUILD_LDFLAGS="-L`pwd`/opensync-plugin-0.4x/debian/tmp/usr/lib" && \ - export PKG_CONFIG_PATH="`pwd`:$(PKG_CONFIG_PATH)" && \ - export LD_LIBRARY_PATH="`pwd`/opensync-plugin-0.4x/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" && \ - cd opensync-plugin-0.4x && \ - debian/rules TREE_BUILD_DIR="`pwd`/.." binary) - -os4x-clean:: - (cd $(DEB_SRCDIR)/opensync-plugin-0.4x && debian/rules clean) - -clean:: - -@rm -f $(CURDIR)/deb_srcdir - -- 2.11.4.GIT