[Pkg-mono-svn-commits] rev 2554 - in non-group/beagle/tags: . 0.2.6-2/debian

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Sat May 20 14:46:42 UTC 2006


Author: jsogo
Date: 2006-05-20 14:46:41 +0000 (Sat, 20 May 2006)
New Revision: 2554

Added:
   non-group/beagle/tags/0.2.6-2/
   non-group/beagle/tags/0.2.6-2/debian/beagle.postinst
   non-group/beagle/tags/0.2.6-2/debian/beagle.postrm
   non-group/beagle/tags/0.2.6-2/debian/changelog
   non-group/beagle/tags/0.2.6-2/debian/control
   non-group/beagle/tags/0.2.6-2/debian/python2.4-beagle.dirs
   non-group/beagle/tags/0.2.6-2/debian/python2.4-beagle.install
   non-group/beagle/tags/0.2.6-2/debian/rules
Removed:
   non-group/beagle/tags/0.2.6-2/debian/beagle.postinst
   non-group/beagle/tags/0.2.6-2/debian/beagle.postrm
   non-group/beagle/tags/0.2.6-2/debian/changelog
   non-group/beagle/tags/0.2.6-2/debian/control
   non-group/beagle/tags/0.2.6-2/debian/python-beagle.dirs
   non-group/beagle/tags/0.2.6-2/debian/python-beagle.install
   non-group/beagle/tags/0.2.6-2/debian/rules
Log:
Tagging 0.2.6-2


Copied: non-group/beagle/tags/0.2.6-2 (from rev 2548, non-group/beagle/trunk)

Deleted: non-group/beagle/tags/0.2.6-2/debian/beagle.postinst
===================================================================
--- non-group/beagle/trunk/debian/beagle.postinst	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/beagle.postinst	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1,29 +0,0 @@
-#!/bin/sh
-# postinst file for beagle package.
- 
-set -e
-
-case "$1" in 
-   configure)
-
-   getent passwd smokeping > /dev/null || \
-       adduser --system --home /var/cache/beagle beagleindex
-
-   mkdir -p /var/cache/beagle/indexes
-   chown beagleindex /var/cache/beagle/indexes/
-
-   ;;
-
-   abort-upgrade|abort-remove|abort-deconfigure)
-   ;;
-
-   *)
-   echo "postinst called with unknown argument \`$1'" >&2
-   exit 1
-   ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0

Copied: non-group/beagle/tags/0.2.6-2/debian/beagle.postinst (from rev 2549, non-group/beagle/trunk/debian/beagle.postinst)

Deleted: non-group/beagle/tags/0.2.6-2/debian/beagle.postrm
===================================================================
--- non-group/beagle/trunk/debian/beagle.postrm	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/beagle.postrm	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1,27 +0,0 @@
-#!/bin/sh
-# postrm file for beagle package.
- 
-set -e
-
-case "$1" in 
-   purge)
-  
-   if getent passwd smokeping > /dev/null; then \
-      deluser --system --remove-home beagleindex >/dev/null 1>&2 || true ;
-   fi
-
-   rm -rf /var/cache/beagle/indexes
-   ;;
-
-   remove)
-   # as these are index files generated from data in the computer, it doesn't
-   # has any sense to keep it once package has been removed.
-
-   rm -rf /var/cache/beagle/indexes/*
-   ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0

Copied: non-group/beagle/tags/0.2.6-2/debian/beagle.postrm (from rev 2549, non-group/beagle/trunk/debian/beagle.postrm)

Deleted: non-group/beagle/tags/0.2.6-2/debian/changelog
===================================================================
--- non-group/beagle/trunk/debian/changelog	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/changelog	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1,286 +0,0 @@
-beagle (0.2.6-2) UNRELEASED; urgency=low
-
-  * Version 0.2.6 fixes CVE-2006-1865. (Closes: #365371)
-  * debian/control: build depend on missing libmono-sqlite2.0-cil.
-    (Closes: #366229)
-  * beagle.postinst: change order of arguments to be compatible with
-    older adduser packages. (Closes: #366288)
-  * Move beagle-dev to devel section, as well as libbeagle0 and python-beagle
-    to libs section. (Closes: #367309)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Tue, 16 May 2006 00:14:02 +0200
-
-beagle (0.2.6-1) unstable; urgency=low
-
-  [ Jose Carlos Garcia Sogo ]
-  * New upstream version.
-  * Merged back work made in Ubuntu by Brandon Hale and Sebastian Dröge:
-     + Make system wide application and documentation crawling work
-       - Stop moving beagle-crawl-system to /usr/share/doc
-       - Add unpriviledged beagleindex user
-       - Create /var/cache/beagle dir
-
-     + Install autostart .desktop files (Closes: #357756, #360668)
-       - beagled.desktop: New. Install at /etc/xdg/autostart
-       - beagle-kde.desktop: KDE needs a different one. Install it in
-       /usr/share/autostart
-
-  * Compile using python2.4 (Closes: #363929)
-  * Move beagle-backend-evolution to Suggests in beagle package.
-  * debian/rules:
-     + set $sysconfdir to /etc (Closes: #363968)
-     + remove .la file from beagle-dev.
-     + when using debhelper scripts in binary-indep or binary-arch targets,
-     they have to be called with -i or -a.
-     + make .exe binaries +x and make sure no other file (.dll, .mdb, ...) is.
-  * debian/patches:
-     + python2.4: new. Needed to compile python-beagle with python2.4
-     + update relibtoolize.dpatch.
-     + crawl-rules: new; do not try to index a /windows partition, or anything
-     in /opt dir.
-  * debian/control:
-     + bumped standards version to 3.7.2. No changes needed.
-     + build depend on adduser.
-     + add a version to bash dependency.
-     + make beagle-backend-evolution depend on beagle binary package.
-  * README.Debian, NEWS.Debian: talk about new system wide crawl system.
-
-  [ Brandon Hale ]
-  * debian/control:
-    + Change GAIM to Gaim
-    + http://gaim.sourceforge.net/faq.php#q1
-    + Drop Suggests: gaim-xmms-remote
-  * Add beagled-manpage.dpatch
-    + Fix error in beagled manpage
-    + Thanks to Kevin Lamontagne in Ubuntu bug #41210
-  * Update to CLI policy 0.4.0
-    + Build-Depend on cli-common-dev (>= 0.4.0)
-    + Drop cli-common B-D
-
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  6 May 2006 10:59:15 +0200
-
-beagle (0.2.4-1) unstable; urgency=low
-
-  * New upstream version.
-  * Make python-beagle depend on python-gtk2 (Closes: #350628)
-  * debian/patche:
-     + beagle-status.dpatch,
-     + relibtoolize: update
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  8 Apr 2006 15:47:44 +0200
-
-beagle (0.2.3-1) unstable; urgency=low
-
-  * New upstream release.
-  * debian/patches:
-     + beagle-status_watch: don't check for local beagle-info (Closes: #357392)
-  * debian/beagle.dirs:
-     + create /usr/share/doc/beagle/mozilla-extension in order to install
-     there beagle.xpi file for mozilla extension. (Closes: #357102)
-  * debian/control:
-     + make beagle bin package to depend on gnome-icon-theme (Closes: #355831)
-  * relibtoolize.dpatch:
-     + remake configure script to avoid checking for libxt (Closes: #356732)
-  * README.Debian:
-     + state that XFS and JFS has extended attributes enabled by default.
-     Thanks to Jesper Louis Andersen for pointing me this.
-     + talk about BEAGLE_STORAGE option, which will allows to change default
-     path for storing index files. (Closes: #341387)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 19 Mar 2006 17:20:49 +0100
-
-beagle (0.2.2.1-1) unstable; urgency=low
-
-  * New upstream release.
-     + beagle-shutodown should work properly. (Closes: #334970)
-     + fixed segfaults (Closes: #352239, #355630)
-     + no more version mismatch problems (Closes: #340783)
-  * Recommends poppler-utils so pdf files are indexed by content.
-    (Closes: #354400) 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 12 Mar 2006 11:49:18 +0100
-
-beagle (0.2.1-2) unstable; urgency=low
-
-  [ Jose Carlos Garcia Sogo ]
-  * debian/rules: use dh_makeclilibs.
-  * debian/control:
-     + removed not needed mozilla-dev build-dependency.
-     + libbeagle0 replaces beagle << 0.2.0-1 (Closes: #350317)
-     + add a build dependency in libxml2-dev (>= 2.6.19) (Closes: #355106)
-     
-  [ Brandon Hale ]
-  * Remove long-unneeded dbus-1-utils depend
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  4 Mar 2006 11:03:03 +0100
-
-beagle (0.2.1-1) unstable; urgency=low
-
-  * New upstream version.
-     + Do not display icon by default in systray area. (Closes: #335804)
-     + Fix crash when clicking on OO.org doc (Closes: #349537)
-     + Display icon in launcher file. (Closes: #349602)
-  * debian/patches:
-      + Reapplied "usebash" patch. (Closes: #350558)
-      + beagle-status_watch: Use watch in beagle-status (Closes: #327124)
-      + beagle-settings: move beagle-settings out of apps->utils and
-        notify when it does start. (Closes: #349604)
-  * debian/control: depend on bash. (Closes: #350283)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun,  5 Feb 2006 12:36:45 +0100
-
-beagle (0.2.0-1) unstable; urgency=low
-
-  * New upstream version.
-    + Fixes problems running beagle (Closes: #343273, #341142, #348696)
-  * debian/watch: updated.
-  * Splitted libbeagle in his own package. (Closes: #343542)
-  * Removed Epiphany support from description. Enabling that module is 
-  considered dangerous, and you should make by your own (Closes: #343086)
-  * Disabled webservice support. Deprecated and unmaintained.
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat, 21 Jan 2006 12:20:58 +0100
-
-beagle (0.1.3-1) unstable; urgency=low
-
-  * New upstream version.
-  * Enabled libbleagle and python bindings.
-  * debian/rules: install in debian/tmp and copy files
-  from there to their final location
-  * debian/beagle-dev.dirs,
-    debian/beagle-dev.install.
-    debian/python-beagle.dirs,
-    debian/python-beagle.install,
-    debian/beagle.install: add all these new files
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Tue,  6 Dec 2005 12:49:27 +0100
-
-beagle (0.1.2-3) unstable; urgency=low
-
-  * Split Evolution Data backend in its own package.
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat, 26 Nov 2005 22:52:28 +0100
-
-beagle (0.1.2-2) unstable; urgency=low
-
-  * Compiled with unstable dependencies (Closes: #340550, #340663, #331085)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Fri, 25 Nov 2005 20:28:45 +0100
-
-beagle (0.1.2-1) unstable; urgency=low
-
-  * New upstream version. (Closes: #331384)
-  * Compiled using latest gmime-sharp package (Closes: #334125, #334456)
-  * Util/Util.dll.config.in: Added libgalago.so.1 as a target for libgalago.so 
-  library (Closes: #334094, #338486)
-  * Suggests gaim-xmms-remote. (Closes: #335735)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Tue, 22 Nov 2005 22:54:02 +0100
-
-beagle (0.1.1-1) unstable; urgency=low
-
-  * New upstream release.
-    + Fixed memory leaks (Closes: #325569)
-  * Compiled with proper cil package dependencies. (Closes: #324403)
-  * Cleaned not needed build-dependencies.
-  * README.Debian: remove Dbus section, as it is not used any more.
-  * New beagle-crawl-system is located in /usr/share/doc/beagle/crawl-system
-    directory. 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Mon, 10 Oct 2005 23:39:10 +0200
-
-beagle (0.1.0-1) unstable; urgency=low
-
-  * New usptream version
-  * Added build-dependency in libgalago-cil
-  * patches:
-     + beagle--bestHIGcompliant: fixed upstream
-     + beagle--display-gaim-logs: fixed upstream
-     + beagle--fix-pdf-ssindex-zombies: fixed upstream
-     + beagle--usebash: updated. 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  8 Oct 2005 22:30:48 +0200
-
-beagle (0.0.12-3) unstable; urgency=low
-
-  * Moved beagle-build-index and beagle-manage-index
-  to /usr/sbin (Closes: #326851)
-  * Enabled webservices (Closes: #322733)
-  * Updated Build-Dependency to cli-common (>= 0.2.0)
-  * patches:
-      + beagle--bestHIGcompliant--0.0.12: make best.desktop HIG
-      compliant (Closes: #323000) 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat, 17 Sep 2005 15:45:51 +0200
-
-beagle (0.0.12-2) unstable; urgency=low
-
-  * Need to depend on dbus-1-utils as Best uses dbus to communicate with
-    Best search tool. (Closes: #322271)
-  * Recompiled to get new dependency in libexif12. (Closes: #323083)
-  * debian/control:
-      + changed Architecture from 'any' to 'all'.
-      + build depend on dpatch and autotools-dev.
-      + Force dependency in libmono0 (Closes: #321811)
-      + Force dependency in libsqlite0 (Closes: #322904)
-  * debian/rules:
-      + changed to allow using dpatch.
-      + dh_shlibs and dh_makeclilibs are not needed for now.
-      + update config.{guess,sub} at build time.
-      + remove *.{a,la} files from binary package.
-  * patches:
-      + beagle--usebash--0.0.12: force using bash where "exec -a" is
-      called, as this is a bashism. (Closes: #322331)
-      + beagle--display-gaim-logs--0.0.12: get patch from upstream CVS to fix
-      beagle not indexing Gaim logs. (Closes: #322744)
-      + beagle--fix-pdf-ssindex-zombies--0.0.12: upstream CVS patch for fixing
-      ssindex and pdf zombies. (Closes: #322947) 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat, 20 Aug 2005 13:03:56 +0200
-
-beagle (0.0.12-1) unstable; urgency=low
-
-  * The "mixed Finnish sauna" release.
-  * New upstream release. 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Wed, 13 Jul 2005 00:36:58 +0300
-
-beagle (0.0.11.1-2) unstable; urgency=low
-
-  * Compiled with Sid libgmime2.1-cil package. 
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 19 Jun 2005 16:21:02 +0200
-
-beagle (0.0.11.1-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat, 18 Jun 2005 14:37:32 +0200
-
-beagle (0.0.10-1) unstable; urgency=low
-
-  * New upstream version.
-  * Compiled using Mono in Debian unstable.
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 12 Jun 2005 11:54:16 +0200
-
-beagle (0.0.8.1-2) unstable; urgency=low
-
-  * Talk about the need of allowing the use of extended attributes in
-    the filesystem in which /home resides. (user_xattr)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Mon,  4 Apr 2005 00:03:50 +0200
-
-beagle (0.0.8.1-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  2 Apr 2005 16:15:53 +0200
-
-beagle (0.0.8-1) unstable; urgency=low
-
-  * Initial Release. (Closes: #258097)
-
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Wed, 23 Mar 2005 22:49:23 +0100
-

Copied: non-group/beagle/tags/0.2.6-2/debian/changelog (from rev 2550, non-group/beagle/trunk/debian/changelog)

Deleted: non-group/beagle/tags/0.2.6-2/debian/control
===================================================================
--- non-group/beagle/trunk/debian/control	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/control	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1,59 +0,0 @@
-Source: beagle
-Section: gnome
-Priority: optional
-Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Build-Depends: debhelper (>= 4.1.0), intltool, mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev (>= 1.0), libgnome2.0-cil, libgmime2.1-cil (>= 2.1.19), libevolution-cil, libgtk2.0-dev, libexif-dev, libsqlite0-dev, libmono-sqlite2.0-cil, libxss-dev, zip, libgnomevfs2-dev (>= 2.6), libgnome2-dev (>= 2.6), libgalago-cil, cli-common-dev (>= 0.4.0), dpatch, autotools-dev, python2.4-dev, python2.4-gtk2, python-gtk2-dev, librsvg2-dev, libxml2-dev (>= 2.6.19), libxss-dev
-Standards-Version: 3.7.2
-
-Package: beagle
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, libsqlite0, libmono0 (>= 1.0), bash (>= 3.0), adduser
-Recommends: poppler-utils
-Suggests: gnumeric, beagle-backend-evolution
-Description: indexing and search tool for your personal data
- A program for indexing and searching user's data. At the moment,
- it can index filesystems, Gaim logs, Evolution mail and data, RSS and other.
- .
- Beagle webpage is at http://www.gnome.org/projects/beagle/
-
-Package: beagle-backend-evolution
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, beagle (= ${Source-Version})
-Description: evolution data backend for beagle
- Backend that allows Beagle indexing calendar and contact entries from 
- Evolution.
- .
- Beagle is a program for indexing and searching user's data. At the moment,
- it can index filesystems, Gaim logs, Evolution mail and data, RSS and other.
-
-Package: libbeagle0
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: beagle (<< 0.2.0-1)
-Description: library for accessing beagle (development files)
- This library allow programmers accessing Beagle daemon and performing searches.
- .
- Beagle is a program for indexing and searching user's data. At the moment,
- it can index filesystems, Gaim logs, Evolution mail and data, RSS and other.
- 
-Package: beagle-dev
-Architecture: any
-Section: devel
-Depends: libbeagle0 (= ${Source-Version})
-Description: library for accessing beagle (development files)
- This library allow programmers accessing Beagle daemon and performing searches,
- and this package contains needed files for developing with it.
- .
- Beagle is a program for indexing and searching user's data. At the moment,
- it can index filesystems, Gaim logs, Evolution mail and data, RSS and other.
-
-Package: python-beagle
-Architecture: any
-Section: libs
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python2.4-gtk2
-Description: python bindings for beagle
- Allow accessing Beagle daemon and peforming searches using Python.
- .
- Beagle is a program for indexing and searching user's data. At the moment,
- it can index filesystems, Gaim logs, Evolution mail and data, RSS and other.

Copied: non-group/beagle/tags/0.2.6-2/debian/control (from rev 2553, non-group/beagle/trunk/debian/control)

Deleted: non-group/beagle/tags/0.2.6-2/debian/python-beagle.dirs
===================================================================
--- non-group/beagle/trunk/debian/python-beagle.dirs	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/python-beagle.dirs	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1 +0,0 @@
-usr/lib

Deleted: non-group/beagle/tags/0.2.6-2/debian/python-beagle.install
===================================================================
--- non-group/beagle/trunk/debian/python-beagle.install	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/python-beagle.install	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1 +0,0 @@
-usr/lib/python2.4

Copied: non-group/beagle/tags/0.2.6-2/debian/python2.4-beagle.dirs (from rev 2549, non-group/beagle/trunk/debian/python2.4-beagle.dirs)

Copied: non-group/beagle/tags/0.2.6-2/debian/python2.4-beagle.install (from rev 2549, non-group/beagle/trunk/debian/python2.4-beagle.install)

Deleted: non-group/beagle/tags/0.2.6-2/debian/rules
===================================================================
--- non-group/beagle/trunk/debian/rules	2006-05-16 21:52:54 UTC (rev 2548)
+++ non-group/beagle/tags/0.2.6-2/debian/rules	2006-05-20 14:46:41 UTC (rev 2554)
@@ -1,132 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export MONO_SHARED_DIR=$(CURDIR)
-
-include /usr/share/dpatch/dpatch.make
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp: patch
-	dh_testdir
-	
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
-		--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man \
-		--sysconfdir=/etc --localstatedir=/var \
-		--infodir=\$${prefix}/share/info --enable-libbeagle --enable-python --enable-webservices=no
-
-	touch configure-stamp
-
-build: build-stamp
-
-build-stamp:  configure-stamp
-	dh_testdir
-	$(MAKE)
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	-$(MAKE) clean
-	
-	rm -rf $(MONO_SHARED_DIR)/.wapi
-
-	rm -rf debian/patched
-
-	dh_clean 
-
-install: build-stamp install-arch install-indep
-
-install-arch:
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs -a
-
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-	dh_install -a --sourcedir=debian/tmp
-	
-	# Install autostart desktop file for beagled
-	cp $(CURDIR)/debian/beagled.desktop $(CURDIR)/debian/beagle/etc/xdg/autostart
-	cp $(CURDIR)/debian/beagled-kde.desktop $(CURDIR)/debian/beagle/usr/share/autostart
-
-
-	find debian/beagle debian/python-beagle -name '*.a' -delete
-	find debian/beagle debian/python-beagle debian/beagle-dev -name '*.la' -delete
-#	Don't remove .so links until we discover how to map to .so.0 files.
-#	find . -name '*.so' -exec rm -f {} \;
-	cp mozilla-extension/beagle.xpi $(CURDIR)/debian/beagle/usr/share/doc/beagle/mozilla-extension
-	cp mozilla-extension/README	$(CURDIR)/debian/beagle/usr/share/doc/beagle/mozilla-extension
-
-#	Adjust permissions
-	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
-	find debian/ -type f -name "*.exe" | xargs chmod +x
-
-install-indep:
-	dh_testdir
-	dh_testroot
-	dh_installdirs -i
-	dh_install -i --sourcedir=debian/tmp
-
-	mv debian/beagle/usr/lib/beagle/Backends debian/beagle-backend-evolution/usr/lib/beagle
-
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -i ChangeLog
-	dh_installdocs -i
-#	dh_makeshlibs
-#	dh_makeclilibs -m 1.0 -i
-	dh_link -i
-	dh_strip -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_shlibdeps -i
-	dh_clideps -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-	
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -a ChangeLog
-	dh_installdocs -a
-	dh_installexamples -a
-	dh_installman -a
-	dh_makeshlibs -plibbeagle0 -V
-	dh_python -ppython-beagle
-	dh_makeclilibs -a -m 1.0
-	dh_link -a
-	dh_strip -a
-	dh_compress -a
-	dh_fixperms -a
-	dh_installdeb -a
-	dh_shlibdeps -a
-	dh_clideps -a
-	dh_gencontrol -a
-	dh_md5sums -a
-	dh_builddeb -a
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch

Copied: non-group/beagle/tags/0.2.6-2/debian/rules (from rev 2549, non-group/beagle/trunk/debian/rules)




More information about the Pkg-mono-svn-commits mailing list