From c667aaf039d4ccb978be4b2605978d1de1341573 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Tue, 21 Sep 2010 12:35:43 +0200 Subject: * debian/source: - don't use quilt format, it's making the daily build not working --- debian/changelog | 7 +++++++ debian/source/format | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index a5ccc9a..20bad04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.13-0ubuntu2) UNRELEASED; urgency=low + + * debian/source: + - don't use quilt format, it's making the daily build not working + + -- Didier Roche Tue, 21 Sep 2010 12:33:31 +0200 + libindicator (0.3.13-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) -- cgit v1.2.3 From 5ca60866b7146c0bda1f8123c72b07fe4c08859e Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Tue, 21 Sep 2010 12:36:23 +0200 Subject: * debian/control: - put the Vcs-Bzr to point the right official branch --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20bad04..62a1087 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libindicator (0.3.13-0ubuntu2) UNRELEASED; urgency=low * debian/source: - don't use quilt format, it's making the daily build not working + * debian/control: + - put the Vcs-Bzr to point the right official branch -- Didier Roche Tue, 21 Sep 2010 12:33:31 +0200 diff --git a/debian/control b/debian/control index 6530e9b..10bccec 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), gtk-doc-tools Standards-Version: 3.9.0 Homepage: https://launchpad.net/libindicator -Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libindicator/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/libindicator/ubuntu +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu Package: libindicator0 Section: libs -- cgit v1.2.3 From f7bd2022d25d17dbb9f5a1acbec6f7a1f36e03b0 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Tue, 21 Sep 2010 12:45:54 +0200 Subject: - rename to soname bump * debian/libindicator1.install: rename to soname bump * debian/rules: update MAKESHLIBS_ARGS --- debian/changelog | 3 +++ debian/control | 6 +++--- debian/libindicator0.install | 1 - debian/libindicator1.install | 1 + debian/rules | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 debian/libindicator0.install create mode 100644 debian/libindicator1.install diff --git a/debian/changelog b/debian/changelog index 62a1087..f487a12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ libindicator (0.3.13-0ubuntu2) UNRELEASED; urgency=low - don't use quilt format, it's making the daily build not working * debian/control: - put the Vcs-Bzr to point the right official branch + - rename to soname bump + * debian/libindicator1.install: rename to soname bump + * debian/rules: update MAKESHLIBS_ARGS -- Didier Roche Tue, 21 Sep 2010 12:33:31 +0200 diff --git a/debian/control b/debian/control index 10bccec..a67274d 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Homepage: https://launchpad.net/libindicator Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu -Package: libindicator0 +Package: libindicator1 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -34,7 +34,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-dev (>= 2.12.0), - libindicator0 (= ${binary:Version}) + libindicator1 (= ${binary:Version}) Description: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. @@ -46,7 +46,7 @@ Section: devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicator0 (= ${binary:Version}) + libindicator1 (= ${binary:Version}) Description: Tools for libindicator Tools useful for developers of applications using indicators. . diff --git a/debian/libindicator0.install b/debian/libindicator0.install deleted file mode 100644 index 85dbd3e..0000000 --- a/debian/libindicator0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libindicator.so.* diff --git a/debian/libindicator1.install b/debian/libindicator1.install new file mode 100644 index 0000000..85dbd3e --- /dev/null +++ b/debian/libindicator1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicator.so.* diff --git a/debian/rules b/debian/rules index 095f53b..151b094 100755 --- a/debian/rules +++ b/debian/rules @@ -7,5 +7,5 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.6)' +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.13)' -- cgit v1.2.3 From 4b5bf4f7648b5d68a6746edbd5d1af4a6194b528 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Tue, 21 Sep 2010 12:46:31 +0200 Subject: ppa version --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f487a12..6c340ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libindicator (0.3.13-0ubuntu2) UNRELEASED; urgency=low +libindicator (0.3.13-0ubuntu2~ppa1) UNRELEASED; urgency=low * debian/source: - don't use quilt format, it's making the daily build not working -- cgit v1.2.3