[Pkg-e-commits] [SCM] D-Bus integration for EFL based applications branch, master, updated. 939bedc6b8876df09755ff6f4400762c71e6de0e
Albin Tonnerre
albin.tonnerre at gmail.com
Mon Apr 21 17:27:42 UTC 2008
The following commit has been merged in the master branch:
commit 939bedc6b8876df09755ff6f4400762c71e6de0e
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Mon Apr 21 19:24:25 2008 +0200
Prepare for upload
diff --git a/debian/changelog b/debian/changelog
index a95f343..38b1d64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ edbus (0.1.0.042-1) experimental; urgency=low
* Initial Release (Closes: #468268)
- -- Jan Luebbe <jluebbe at debian.org> Mon, 03 Mar 2008 16:07:01 +0100
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Mon, 21 Apr 2008 19:17:53 +0200
diff --git a/debian/control b/debian/control
index bdfed53..36fb6f9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,25 +14,17 @@ Package: libedbus-dev
Section: libdevel
Architecture: any
Depends: libedbus0 (= ${binary:Version}), libdbus-1-dev
-Description: Development files for libedbus0
+Description: D-Bus and Hal wrapper libraries for use with the EFL - Development files
Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.
.
- This packages contains headers and static libraries for Edbus
+ This packages contains headers and static libraries for libedbus, libehal and
+ libenotify
Package: libedbus0
Architecture: any
Depends: ${shlibs:Depends}
-Description: libedbus
- Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.
-
-Package: libehal0
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: libehal
- Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.
-
-Package: libenm0
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: libenm
- Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.
+Description: D-Bus and Hal wrapper libraries for use with the EFL
+ This package contains:
+ - libedbus0 and libehal0 : D-Bus and Hal-related wrappers to ease integrating
+ d-bus and hal with EFL-based applications
+ - libenotify0 : provides an EFL-based notification support
diff --git a/debian/copyright b/debian/copyright
index a553e73..7fcb64d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,16 @@
-This package was debianized by Victor Koeppel <v_koeppel at yahoo.fr> on
-Wed, 24 Mar 2004 15:44:55 +0100.
+This package was debianized by Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
+Wed, 27 Feb 2008 23:07:21 +0000
-The source is from the e17/libs/embryo module of the enlightenment CVS
-tree. For more information, see:
+It was downloaded from http://download.enlightenment.org/snapshots/LATEST/
- http://www.enlightenment.org/cvs.html
-
-Upstream Author: Carsten Haitzler <raster at rasterman.com>
+Upstream Author: Brian Mattern <rephorm at rephorm.com>
Copyright:
- Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
+ Copyright (C) 2006 Brian Mattern and various contributors
License:
-
+
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
diff --git a/debian/libedbus-dev.install b/debian/libedbus-dev.install
index 568eb0d..776a1bd 100644
--- a/debian/libedbus-dev.install
+++ b/debian/libedbus-dev.install
@@ -1,4 +1,8 @@
debian/tmp/usr/include/*
debian/tmp/usr/lib/pkgconfig/*.pc
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/libedbus.a
+debian/tmp/usr/lib/libehal.a
+debian/tmp/usr/lib/libnotify.a
+debian/tmp/usr/lib/libedbus.so
+debian/tmp/usr/lib/libehal.so
+debian/tmp/usr/lib/libenotify.so
diff --git a/debian/libedbus0.install b/debian/libedbus0.install
index 0658fc0..6358307 100644
--- a/debian/libedbus0.install
+++ b/debian/libedbus0.install
@@ -1 +1,3 @@
debian/tmp/usr/lib/libedbus*.so.*
+debian/tmp/usr/lib/libehal*.so.*
+debian/tmp/usr/lib/libenotify*.so.*
diff --git a/debian/libehal0.install b/debian/libehal0.install
deleted file mode 100644
index b992521..0000000
--- a/debian/libehal0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libehal*.so.*
diff --git a/debian/libenm0.install b/debian/libenm0.install
deleted file mode 100644
index 939498f..0000000
--- a/debian/libenm0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libenm*.so.*
--
D-Bus integration for EFL based applications
More information about the Pkg-e-commits
mailing list