From fb2b3cf858bcae1ec284472c33e9d4d1cb2bda6d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 15:01:02 -0500 Subject: * debian/control - set Vcs-Bzr to ~ubuntu-desktop --- debian/changelog | 6 +++++- debian/control | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6573574..1c05374 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-application (0.0.3-0ubuntu1~ppa1) karmic; urgency=low +indicator-application (0.0.3-0ubuntu1) karmic; urgency=low * Upstream release 0.0.3 * Adding in documentation @@ -8,6 +8,10 @@ indicator-application (0.0.3-0ubuntu1~ppa1) karmic; urgency=low * debian/control: Adding a build dep on gtk-doc-tools * debian/control: Increasing libdbusmenu requirements to 0.1.8 + [Ken VanDine] + * debian/control + - set Vcs-Bzr to ~ubuntu-desktop + -- Ted Gould Thu, 10 Dec 2009 13:34:40 -0600 indicator-application (0.0.2-0~ppa3) karmic; urgency=low diff --git a/debian/control b/debian/control index bd84152..039c721 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.1.8) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-application -Vcs-Bzr: http://bazaar.launchpa.net/~indicator-applet-developers/indicator-application/karmic +Vcs-Bzr: http://bazaar.launchpa.net/~ubuntu-desktop/indicator-application/ubuntu Package: indicator-application Architecture: any -- cgit v1.2.3 From 87560be1a0354282e00c621a4a9cdc1114e47ea1 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 15:02:25 -0500 Subject: added bzr-builddeb/default.conf --- .bzr-builddeb/default.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bzr-builddeb/default.conf diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf new file mode 100644 index 0000000..3165e05 --- /dev/null +++ b/.bzr-builddeb/default.conf @@ -0,0 +1,2 @@ +[BUILDDEB] +merge = True -- cgit v1.2.3 From 86e4f6e168e6e0ae096334e2cf861b9981285c0c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 15:11:18 -0500 Subject: * debian/libappindicator-doc.install - install the developer docs * debian/rules - enable-gtk-doc --- debian/changelog | 4 ++++ debian/libappindicator-doc.install | 1 + debian/rules | 6 +----- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 debian/libappindicator-doc.install diff --git a/debian/changelog b/debian/changelog index 1c05374..c7805cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,10 @@ indicator-application (0.0.3-0ubuntu1) karmic; urgency=low [Ken VanDine] * debian/control - set Vcs-Bzr to ~ubuntu-desktop + * debian/libappindicator-doc.install + - install the developer docs + * debian/rules + - enable-gtk-doc -- Ted Gould Thu, 10 Dec 2009 13:34:40 -0600 diff --git a/debian/libappindicator-doc.install b/debian/libappindicator-doc.install new file mode 100644 index 0000000..5a4209f --- /dev/null +++ b/debian/libappindicator-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/libappindicate/* diff --git a/debian/rules b/debian/rules index 9d0676a..0d1001c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc LDFLAGS += -Wl,-z,defs -Wl,--as-needed -#binary-install/indicator-messages:: -# # remove .a/.la clutter -# rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a -# rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la -- cgit v1.2.3 From 7c04550d1e0f3b429101f50791efb49f8a1b8b36 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 15:12:55 -0500 Subject: fixed a typo in libappindicator-doc.install --- debian/libappindicator-doc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/libappindicator-doc.install b/debian/libappindicator-doc.install index 5a4209f..313fe33 100644 --- a/debian/libappindicator-doc.install +++ b/debian/libappindicator-doc.install @@ -1 +1 @@ -debian/tmp/usr/share/gtk-doc/html/libappindicate/* +debian/tmp/usr/share/gtk-doc/html/libappindicator/* -- cgit v1.2.3 From a634b49e7e3a4b11fade75cd2e65a2da89a5605a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 15:42:33 -0500 Subject: * debian/patches/clean_up_docs.patch - Remove template values and set a proper title --- debian/changelog | 2 ++ debian/patches/clean_up_docs.patch | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 debian/patches/clean_up_docs.patch diff --git a/debian/changelog b/debian/changelog index c7805cc..3c57fb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ indicator-application (0.0.3-0ubuntu1) karmic; urgency=low - install the developer docs * debian/rules - enable-gtk-doc + * debian/patches/clean_up_docs.patch + - Remove template values and set a proper title -- Ted Gould Thu, 10 Dec 2009 13:34:40 -0600 diff --git a/debian/patches/clean_up_docs.patch b/debian/patches/clean_up_docs.patch new file mode 100644 index 0000000..0b054fe --- /dev/null +++ b/debian/patches/clean_up_docs.patch @@ -0,0 +1,21 @@ +=== modified file 'docs/reference/libappindicator-docs.sgml' +--- docs/reference/libappindicator-docs.sgml 2009-12-08 19:22:45 +0000 ++++ docs/reference/libappindicator-docs.sgml 2009-12-10 20:40:50 +0000 +@@ -7,15 +7,10 @@ + + + libappindicator Reference Manual +- +- for libappindicator [VERSION] +- The latest version of this documentation can be found on-line at +- http://[SERVER]/libappindicator/. +- + + + +- [Insert title here] ++ Base Classes for Applications + + + + -- cgit v1.2.3 From ff35c76b57fe278dcdd160995eb1157dc2c75f27 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 15:44:51 -0500 Subject: added simple-patchsys.mk --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3c57fb7..b924e8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ indicator-application (0.0.3-0ubuntu1) karmic; urgency=low - install the developer docs * debian/rules - enable-gtk-doc + - added simple-patchsys.mk * debian/patches/clean_up_docs.patch - Remove template values and set a proper title diff --git a/debian/rules b/debian/rules index 0d1001c..c42359e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc LDFLAGS += -Wl,-z,defs -Wl,--as-needed -- cgit v1.2.3