debian/0000775000000000000000000000000012275724307007201 5ustar debian/patches/0000775000000000000000000000000012275724341010626 5ustar debian/patches/series0000664000000000000000000000010012275724341012032 0ustar fix_argparse_requires depends_on_typogrify use-setuptools.patch debian/patches/depends_on_typogrify0000664000000000000000000000064011674115132014775 0ustar Description: Only depends on typogrify Author: Julien Danjou --- Origin: vendor Forwarded: not-needed Last-Update: 2011-12-20 --- hyde-0.8.5a1.orig/setup.py +++ hyde-0.8.5a1/setup.py @@ -124,7 +124,7 @@ setup(name=PROJECT, 'markdown', 'smartypants', 'pygments', - 'typogrify-hyde' + 'typogrify' ), tests_require=( 'nose', debian/patches/use-setuptools.patch0000664000000000000000000000106312275724577014675 0ustar Description: Don't use the deprecated python-distribute module, use setuptools directly. Author: Andreas Moog Bug: https://github.com/hyde/hyde/issues/253 Bug-Debian: http://bugs.debian.org/733422 Forwarded: yes --- hyde-0.8.5a1.orig/setup.py +++ hyde-0.8.5a1/setup.py @@ -1,6 +1,6 @@ # Bootstrap installation of Distribute -import distribute_setup -distribute_setup.use_setuptools() +#import distribute_setup +#distribute_setup.use_setuptools() from setuptools import setup, find_packages from hyde.version import __version__ debian/patches/fix_argparse_requires0000664000000000000000000000107311674112427015141 0ustar Description: Do not require argparse for Python 2.7 and above Author: Julien Danjou --- Origin: vendor Forwarded: not-needed Bug: https://github.com/hyde/hyde/issues/127 Last-Update: 2011-12-20 --- a/setup.py +++ b/setup.py @@ -118,7 +118,6 @@ "https://github.com/hyde/typogrify/tarball/hyde-setup#egg=typogrify-hyde" ], install_requires=( - 'argparse', 'commando', 'jinja2', 'pyYAML', --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -argparse commando PyYAML Markdown debian/control0000664000000000000000000000174112275724614010610 0ustar Source: hyde Section: web Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Julien Danjou Build-Depends: debhelper (>= 8.0.0), python, python-setuptools, python-commando, python-jinja2, python-smartypants, python-pygments, python-typogrify, python-markdown Standards-Version: 3.9.3 Homepage: http://hyde.github.com Vcs-Git: git://git.debian.org/collab-maint/hyde.git Vcs-Browser: http://git.debian.org/?p=collab-maint/hyde.git;a=summary Package: hyde Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.7) | python-argparse, python-pkg-resources Description: static website generator with the power of Django templates Hyde is a static website generator powered by Python & Django. Hyde supports all the Django template tags & filters and even has a few of its own. The built-in web server + auto-generator provide instant refresh and unlimited flexibility. debian/source/0000775000000000000000000000000011671616046010500 5ustar debian/source/format0000664000000000000000000000001411671616046011706 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000006111671616046010050 0ustar README.rst TODO.rst dev-req.txt requirements.txt debian/pydist-overrides0000664000000000000000000000003711671621412012430 0ustar typogrify_hyde python-typogrifydebian/rules0000775000000000000000000000016411674074162010261 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2 override_dh_clean: dh_clean rm -rf hyde.egg-info debian/compat0000664000000000000000000000000211671616046010376 0ustar 8 debian/changelog0000664000000000000000000000170512275724307011056 0ustar hyde (0.8.5a1-4ubuntu1) trusty; urgency=medium * Don't use the deprecated python-distribute module, use setuptools directly. This fixes FTBFS: urllib2.URLError: -- Andreas Moog Sun, 09 Feb 2014 17:10:47 +0100 hyde (0.8.5a1-4) unstable; urgency=low * Fix homepage URL (Closes: #653122) * Bump standard version -- Julien Danjou Tue, 12 Jun 2012 12:12:29 +0200 hyde (0.8.5a1-3) unstable; urgency=low * Add missing dependency on python-pkg-resources (Closes: #653842) -- Julien Danjou Mon, 02 Jan 2012 10:02:22 +0100 hyde (0.8.5a1-2) unstable; urgency=low * Add missing Python modules in Build-Deps -- Julien Danjou Tue, 20 Dec 2011 16:49:47 +0100 hyde (0.8.5a1-1) unstable; urgency=low * Initial release (Closes: #649743) -- Julien Danjou Tue, 13 Dec 2011 10:34:29 +0100 debian/copyright0000664000000000000000000000401411671617330011127 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: hyde Source: http://github.com/hyde/hyde Files: * Copyright: 2009 - 2011 Lakshmi Vyasarajan, Ringce.com License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 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. Files: debian/* Copyright: 2011 Julien Danjou License: GPL-2.0+ This package 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 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 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 systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".