--- lptools-0.0.1~bzr34.orig/lp-review-notifier.desktop +++ lptools-0.0.1~bzr34/lp-review-notifier.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Launchpad Reviews Notifier +GenericName=Code Review Notifier +Comment=Notify when new code reviews appear +Exec=lp-review-notifier +StartupNotify=true +Terminal=false +Type=Application +Categories=Network; --- lptools-0.0.1~bzr34.orig/lp-review-list.desktop +++ lptools-0.0.1~bzr34/lp-review-list.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Launchpad Reviews +GenericName=Code Review Listing Dialog +Comment=Show when new code reviews appear +Exec=lp-review-list +StartupNotify=true +Terminal=false +Type=Application +Categories=Network; --- lptools-0.0.1~bzr34.orig/debian/copyright +++ lptools-0.0.1~bzr34/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Ted Gould Fri, 11 sep 2009 + +The source code is from http://launchpad.net/lptools. + +Upstream Authors: + + Rodney Dawes + Ted Gould + Daniel Holbach + Jonathan Patrick Davies + Stefano Rivera + Brian Murray + Colin Watson + Robert Collins + Martin Pitt + Dustin Kirkland + Loïc Minier + +URL: + http://launchpad.net/lptools + + +Copyright: + + Copyright (C) 2007,2009,2010,2011 Canonical Limited + +License: + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3, as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see . + +On Debian/Ubuntu systems, the complete text of this license can be found in +/usr/share/common-licenses/GPL-3. --- lptools-0.0.1~bzr34.orig/debian/compat +++ lptools-0.0.1~bzr34/debian/compat @@ -0,0 +1 @@ +7 --- lptools-0.0.1~bzr34.orig/debian/changelog +++ lptools-0.0.1~bzr34/debian/changelog @@ -0,0 +1,50 @@ +lptools (0.0.1~bzr34-1) unstable; urgency=low + + * New upstream snapshot. + * Switch from cdbs to new style debhelper. + * Switch to dh_python2. + + -- Jelmer Vernooij Fri, 04 Nov 2011 14:42:29 +0100 + +lptools (0.0.1~bzr29-1) unstable; urgency=medium + + * New upstream snapshot. + + Fixes typo which broke lp-project-upload. LP: #845170 + + -- Jelmer Vernooij Fri, 09 Sep 2011 02:11:23 +0200 + +lptools (0.0.1~bzr28-1) unstable; urgency=low + + [ Robert Collins ] + * Control tweaks. + + [ Jelmer Vernooij ] + * New upstream snapshot. + + Imports a few tools from ubuntu-dev-tools. Breaks/Replaces added. + * Add myself to Uploaders. + * Bump standards version to 3.9.2 (no changes). + + -- Jelmer Vernooij Thu, 01 Sep 2011 22:47:11 +0200 + +lptools (0.0.1~bzr9-1) unstable; urgency=low + + * New upstream snapshot. + * Fix dependencies. + * Inclusion in Debian (Closes: #557731: ITP: lptools -- desktop tools for + Launchpad) + + -- Robert Collins Tue, 24 Nov 2009 11:37:05 +1100 + +lptools (0.0.0-0ubuntu1~ppa2) karmic; urgency=low + + * Add required packaging file copyright. + * Bump compat to 7. + * Upgrade standards version. + + -- Robert Collins Wed, 04 Nov 2009 16:55:02 +1100 + +lptools (0.0.0-0ubuntu1~ppa1) karmic; urgency=low + + * Initial release. + + -- Ted Gould Fri, 11 Sep 2009 22:55:05 -0500 --- lptools-0.0.1~bzr34.orig/debian/rules +++ lptools-0.0.1~bzr34/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $* --with python2 --- lptools-0.0.1~bzr34.orig/debian/control +++ lptools-0.0.1~bzr34/debian/control @@ -0,0 +1,43 @@ +Source: lptools +Section: python +Priority: extra +Build-Depends: debhelper (>= 7), python (>= 2.6.6-3) +Maintainer: Robert Collins +Uploaders: Jelmer Vernooij +Standards-Version: 3.9.2 +XS-Python-Version: current +Vcs-Bzr: http://bzr.debian.org/bzr/collab-maint/lptools/unstable +Vcs-Browser: http://anonscm.debian.org/loggerhead/collab-maint/lptools/unstable +Homepage: http://launchpad.net/lptools + +Package: lptools +Architecture: all +XB-Python-Version: ${python:Versions} +Breaks: ubuntu-dev-tools (<< 0.129) +Replaces: ubuntu-dev-tools (<< 0.129) +Recommends: python-chameleon, python-indicate, python-gtk2 +Suggests: python-tdb +Depends: python | ipython, + python-bzrlib, + python-launchpadlib, + python-xdg, + ${misc:Depends}, + ${python:Depends} +Description: Tools for working with Launchpad + LP Tools allow you to work with Launchpad without ever having to deal + with the web interface. This package provides the following tools: + . + - lp-get-branches - check out all the branches of a team + - lp-grab-attachments - download all attachments for specified bugs + or from bugs for a particular project + - lp-list-bugs - list all bugs for a project + - lp-milestone2ical - convert milestones on a project into the iCal format + - lp-milestones - list and manipulate milestones for a project + - lp-project - create and manage projects + - lp-project-upload - upload release files + - lp-remove-team-members - remove members from a team + - lp-review-list - list reviews for a project + - lp-review-notifier - desktop notifier about reviews that can be done + - lp-set-dup - mark duplicate bugs + - lp-shell - convenient way to launch Python interpreter already logged in + to launchpad --- lptools-0.0.1~bzr34.orig/debian/pycompat +++ lptools-0.0.1~bzr34/debian/pycompat @@ -0,0 +1 @@ +2 --- lptools-0.0.1~bzr34.orig/debian/manpages +++ lptools-0.0.1~bzr34/debian/manpages @@ -0,0 +1,6 @@ +doc/lp-get-branches.1 +doc/lp-grab-attachments.1 +doc/lp-list-bugs.1 +doc/lp-project-upload.1 +doc/lp-set-dup.1 +doc/lp-shell.1