[Pkg-cli-apps-commits] r3771 - in /packages/tomboy/branches/0.9/debian: PrintNotes.dll.config changelog rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Mar 4 14:55:51 UTC 2008
Author: slomo
Date: Tue Mar 4 14:55:51 2008
New Revision: 3771
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3771
Log:
* debian/rules,
debian/PrintNotes.dll.config:
+ Install dll mappings for the Print Notes addin.
Added:
packages/tomboy/branches/0.9/debian/PrintNotes.dll.config
Modified:
packages/tomboy/branches/0.9/debian/changelog
packages/tomboy/branches/0.9/debian/rules
Added: packages/tomboy/branches/0.9/debian/PrintNotes.dll.config
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/branches/0.9/debian/PrintNotes.dll.config?rev=3771&op=file
==============================================================================
--- packages/tomboy/branches/0.9/debian/PrintNotes.dll.config (added)
+++ packages/tomboy/branches/0.9/debian/PrintNotes.dll.config Tue Mar 4 14:55:51 2008
@@ -1,0 +1,3 @@
+<configuration>
+ <dllmap dll="libprintnotes" target="/usr/lib/tomboy/libprintnotes.so"/>
+</configuration>
Modified: packages/tomboy/branches/0.9/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/branches/0.9/debian/changelog?rev=3771&op=diff
==============================================================================
--- packages/tomboy/branches/0.9/debian/changelog (original)
+++ packages/tomboy/branches/0.9/debian/changelog Tue Mar 4 14:55:51 2008
@@ -4,6 +4,9 @@
+ debian/patches/02_link-libX11.patch,
debian/patches/99_autoreconf.patch:
- Dropped, not needed anymore.
+ * debian/rules,
+ debian/PrintNotes.dll.config:
+ + Install dll mappings for the Print Notes addin.
-- Sebastian Dröge <slomo at debian.org> Tue, 04 Mar 2008 11:46:34 +0100
Modified: packages/tomboy/branches/0.9/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/branches/0.9/debian/rules?rev=3771&op=diff
==============================================================================
--- packages/tomboy/branches/0.9/debian/rules (original)
+++ packages/tomboy/branches/0.9/debian/rules Tue Mar 4 14:55:51 2008
@@ -18,6 +18,8 @@
mkdir -p debian/tomboy/usr/share/pixmaps
uudecode debian/tomboy-16.xpm.uu && mv tomboy-16.xpm debian/tomboy/usr/share/pixmaps
uudecode debian/tomboy-32.xpm.uu && mv tomboy-32.xpm debian/tomboy/usr/share/pixmaps
+ mkdir -p debian/tomboy/usr/lib/tomboy/addins
+ cp debian/PrintNotes.dll.config debian/tomboy/usr/lib/tomboy/addins
common-binary-predeb-arch::
dh_clifixperms
More information about the Pkg-cli-apps-commits
mailing list