From 804ec33e26f64e56ca126d397272ef7a9cd648a8 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 13:58:43 -0500 Subject: Manually import debian/ from ido 12.10.2-0ubuntu1. --- debian/control | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3803970 --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ +Source: ido +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-autoreconf, + libglib2.0-dev (>=2.14.0), + libgtk-3-dev (>= 3.0), + gtk-doc-tools, + libxorg-gtest-dev +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/ido + +Package: libido3-0.1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Description: Shared library providing extra gtk menu items for display in + system indicators + . + This package contains shared libraries to be used by GTK+ 3 applications. + +Package: libido3-0.1-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libido3-0.1-0 (= ${binary:Version}), + pkg-config, + libglib2.0-dev (>=2.14.0), + libgtk-3-dev (>= 3.0) +Description: Shared library providing extra gtk menu items for display in + system indicators + . + This package contains files that are needed to build GTK+ 3 applications. -- cgit v1.2.3 From e1ee78207d229ad553455a49d3ead21c11592741 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 14:00:50 -0500 Subject: * debian/control: - Update to match style with other indicator stack packages: use trailing commas at the end of dependency lists. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3803970..c227b24 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, - libxorg-gtest-dev + libxorg-gtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/ido @@ -15,8 +15,8 @@ Package: libido3-0.1-0 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} + ${misc:Depends}, +Pre-Depends: ${misc:Pre-Depends}, Multi-Arch: same Description: Shared library providing extra gtk menu items for display in system indicators @@ -31,7 +31,7 @@ Depends: ${shlibs:Depends}, libido3-0.1-0 (= ${binary:Version}), pkg-config, libglib2.0-dev (>=2.14.0), - libgtk-3-dev (>= 3.0) + libgtk-3-dev (>= 3.0), Description: Shared library providing extra gtk menu items for display in system indicators . -- cgit v1.2.3 From 1e30ac26455010a6797cefae629eee94ea4589dd Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 14:06:24 -0500 Subject: Add gnome-common to Build-Depends. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c227b24..7c8aaa3 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), dh-autoreconf, + gnome-common, libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, -- cgit v1.2.3 From 10bad3238a749edd39bc2b5a867b22085fc3c606 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 14:07:42 -0500 Subject: - Reorganize Build-Depends: move libxorg-gtest-dev up to be consistent with other indicator stack packages. - List libgtest-dev explicitly in Build-Depends. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7c8aaa3..176719f 100644 --- a/debian/control +++ b/debian/control @@ -5,10 +5,11 @@ Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), dh-autoreconf, gnome-common, + libxorg-gtest-dev, + libgtest-dev, libglib2.0-dev (>=2.14.0), libgtk-3-dev (>= 3.0), gtk-doc-tools, - libxorg-gtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/ido -- cgit v1.2.3 From 64322799a3e8768ad14dc68fbe75cdcef7d0f04e Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 14:12:44 -0500 Subject: Add Vcs-Bzr, Vcs-Browser fields with a notice to uploaders. --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 176719f..e1689d5 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,11 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, Standards-Version: 3.9.3 Homepage: https://launchpad.net/ido +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/ido/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/ido/trunk.13.04/files Package: libido3-0.1-0 Section: libs -- cgit v1.2.3