~ted/ubuntu/lucid/tomboy/with-patch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-16 21:24:14 UTC
  • mfrom: (1.1.7 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061116212414-i9mqu3nnn90ulo7m
Tags: 0.5.0-0ubuntu1
* New upstream release
* debian/patches/52_applet-crash.patch:
  + Dropped, merged upstream
* debian/control,
  debian/patches/52_external-dbus-sharp.patch:
  + Build depend on libdbus-1-cil and build against it instead of the
    bundled version
* debian/rules:
  + Install DBus service file into the correct directory
* debian/patches/53_tomboy-tray-icon.patch:
  + Correctly set the icon for the trayicon

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
include /usr/share/cdbs/1/class/gnome.mk
8
8
 
9
9
DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1"
 
10
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
10
11
DEB_INSTALL_DOCS_ALL := README NEWS
11
12
 
12
13
# Add Depend: libgalago-cil to get Galago plugin
15
16
common-configure-indep::
16
17
        mkdir -p $(MONO_SHARED_DIR)/.wapi
17
18
 
 
19
install/tomboy::
 
20
        uudecode debian/tomboy-16.xpm.uu && mv tomboy-16.xpm debian/tomboy/usr/share/pixmaps
 
21
        uudecode debian/tomboy-32.xpm.uu && mv tomboy-32.xpm debian/tomboy/usr/share/pixmaps
 
22
 
 
23
        mkdir -p debian/tomboy/usr/share/applications
 
24
        cp debian/tomboy.desktop debian/tomboy/usr/share/applications
18
25
        rm -f debian/tomboy/usr/lib/tomboy/Plugins/GalagoPresence.dll
19
 
 
20
 
install/tomboy::
21
 
        # don't install scrollkeeper stuff
22
 
        rm -rf debian/tomboy/var/lib/scrollkeeper
 
26
        mkdir -p debian/tomboy/usr/share/dbus-1/services
 
27
        mv debian/tomboy/usr/lib/dbus-1.0/services/com.beatniksoftware.Tomboy.service \
 
28
                debian/tomboy/usr/share/dbus-1/services
 
29
        rm -rf debian/tomboy/usr/lib/dbus-1.0
23
30
 
24
31
common-binary-predeb-arch::
25
 
        dh_shlibdeps
26
32
        dh_clideps -d
27
33
 
28
34
clean::
29
35
        rm -rf $(MONO_SHARED_DIR)/.wapi
30
36
 
31
 
        rm -f data/images/tintin.png
32
 
 
33
37
        rm -f Tomboy/Plugins/*.dll*
34
38
 
35
39
# cdbs leaves junk around after patching