--- dastash-1.1.orig/debian/gimp-plugin-dastash.install +++ dastash-1.1/debian/gimp-plugin-dastash.install @@ -0,0 +1 @@ +gimp/*.py /usr/lib/gimp/2.0/plug-ins/ --- dastash-1.1.orig/debian/python-dastash.install +++ dastash-1.1/debian/python-dastash.install @@ -0,0 +1,2 @@ +build/lib.*/* /usr/share/pyshared/ +build/scripts-*/* /usr/bin --- dastash-1.1.orig/debian/control +++ dastash-1.1/debian/control @@ -0,0 +1,40 @@ +Source: dastash +Section: python +Priority: optional +Maintainer: Martin Owens +Uploaders: Martin Owens +Build-Depends: debhelper (>= 7), python-support, python +Build-Depends-Indep: python-distutils-extra +Standards-Version: 3.9.1 +XS-Python-Version: >= 2.5 +Homepage: https://launchpad.net/dastash + +Package: python-dastash +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, + python-poster (>=0.8.1), + python-oauth2 (>=6.0), + python-webkit +Description: deviantArt Stash API plugin base library + . + Allows various other plugins to store images on deviantArt's new + stash API. This API is authenticated via OAUTH 2.0 draft10/15 and + thus needs an up to date version of python-oauth2. + . + Report bugs directly to launchpad bug tracker for best effect. + +Package: inkscape-extension-dastash +Architecture: all +Depends: ${misc:Depends}, + python-dastash (>=1.0), + inkscape (>=0.46) +Description: Submit art directly to deviantArt in Inkscape + +Package: gimp-plugin-dastash +Architecture: all +Depends: ${misc:Depends}, + python-dastash (>=1.0), + gimp (>=2.6) +Description: Submit art directly to deviantArt in The GIMP + + --- dastash-1.1.orig/debian/watch +++ dastash-1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://launchpad.net/dastash/+download \ +http://launchpad.net/dastash/.*/dastash-(.*).tar.gz --- dastash-1.1.orig/debian/changelog +++ dastash-1.1/debian/changelog @@ -0,0 +1,11 @@ +dastash (1.1-0ubuntu2) natty; urgency=low + + * New Upstream Version + + -- Martin Owens (DoctorMO) Thu, 09 Jun 2011 14:18:04 -0400 + +dastash (1.0-0ubuntu1) maverick; urgency=low + + * Inital Commit + + -- Martin Owens (DoctorMO) Mon, 07 Mar 2011 18:38:12 -0500 --- dastash-1.1.orig/debian/copyright +++ dastash-1.1/debian/copyright @@ -0,0 +1,20 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: dastash +Maintainer: Martin Owens +Source: https://launchpad.net/~doctormo + +Files: * +Copyright: 2011, Martin Owens +License: GPL-3+ + +Files: debian/* +Copyright: 2011, Martin Owens +License: GPL-3+ + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3' --- dastash-1.1.orig/debian/compat +++ dastash-1.1/debian/compat @@ -0,0 +1 @@ +7 --- dastash-1.1.orig/debian/rules +++ dastash-1.1/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +%: + dh $@ + +# the following allows for both tarball-less building from the vcs repo, +# and rules on how to handle revisions picked from upstream vcs. + +.PHONY: get-orig-source +get-orig-source: + REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*bzr([^-]+).*,\1,p'); \ + VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p'); \ + if [ x$$REV = x ]; then \ + uscan --force-download --rename --repack --download-version=$$VER --destdir=.; \ + else \ + bzr export -r $$REV dastash_$$VER.orig.tar.gz lp:~doctormo/+junk/dastash; \ + fi + + --- dastash-1.1.orig/debian/inkscape-extension-dastash.install +++ dastash-1.1/debian/inkscape-extension-dastash.install @@ -0,0 +1 @@ +inkscape/deviantart-publish.* /usr/share/inkscape/extensions/ --- dastash-1.1.orig/debian/nautilus-plugin-dastash.install +++ dastash-1.1/debian/nautilus-plugin-dastash.install @@ -0,0 +1 @@ +nautilus/*.py /usr/lib/nautilus/extensions-2.0/python/