[Pkg-cli-apps-commits] [SCM] tasque branch, master, updated. debian/0.1.11-1-13-g69da47a

Andrew Starr-Bochicchio a.starr.b at gmail.com
Fri Dec 7 19:45:26 UTC 2012


The following commit has been merged in the master branch:
commit 6ebb5f46d62637c1ab2690d325e9c5071edba2ac
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Fri Dec 7 13:50:21 2012 -0500

    Run wrap-and-sort over control file.

diff --git a/debian/changelog b/debian/changelog
index 5c736b7..02b3d45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ tasque (0.1.12-1) UNRELEASED; urgency=low
   * debian/tasque.pod: Remove references to the EDS and ICEcore
     backends. Neither are enabled in Debian builds, nor are they
     enabled by default upstream (Closes: #588679).
-  * debian/control: Extend the long description by mentioning the
-    ability to sync with Remember the Milk.
+  * debian/control:
+   - Extend the long description by mentioning the ability to sync
+     with Remember the Milk.
+   - Run wrap-and-sort over control file.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Fri, 07 Dec 2012 13:09:35 -0500
 
diff --git a/debian/control b/debian/control
index 487517c..935acba 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: gnome
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Andrew Starr-Bochicchio <asb at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-               cli-common-dev (>= 0.5.7~),
-               pkg-config,
-               mono-devel (>= 2.4.3),
+Build-Depends: cli-common-dev (>= 0.5.7~),
+               debhelper (>= 7.0.50~),
+               intltool,
+               libdbus-glib1.0-cil-dev,
+               libdbus1.0-cil-dev,
                libglib2.0-cil-dev,
                libgtk2.0-cil-dev (>= 2.12),
-               libdbus1.0-cil-dev,
-               libdbus-glib1.0-cil-dev,
                libnotify-cil-dev,
-               intltool,
-               mono-xbuild
+               mono-devel (>= 2.4.3),
+               mono-xbuild,
+               pkg-config
 Standards-Version: 3.9.3
 Homepage: http://live.gnome.org/Tasque
 Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/tasque.git
@@ -21,7 +21,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/tasque.git
 
 Package: tasque
 Architecture: all
-Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: simple task management application
  Tasque is a simple task management app (TODO list) for the Linux Desktop. It
  supports syncing with the on-line service Remember the Milk or simply storing
diff --git a/debian/copyright b/debian/copyright
index 04a26d0..ef11fbd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -36,4 +36,3 @@ License:
   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-

-- 
tasque



More information about the Pkg-cli-apps-commits mailing list