debian/0000755000000000000000000000000012163076354007175 5ustar debian/compat0000644000000000000000000000000211466604744010400 0ustar 7 debian/rules0000755000000000000000000000160711466607647010273 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS %: dh $@ rev = $$(tail -1 $(temp)/svn-export-log | sed -e 's/^.* \([0-9]\+\).*/\1/') temp = $$(cat temp) unneeded = datefield/htdocs/css/jquery-ui.css \ datefield/htdocs/css/ui.datepicker.css \ datefield/htdocs/images \ datefield/htdocs/js/jquery-ui.js \ .gitignore get-orig-source: echo $$(mktemp -d) > temp svn export http://trac-hacks.org/svn/datefieldplugin/0.11 $(temp)/source | tee $(temp)/svn-export-log cd $(temp)/source && $(RM) -r $(unneeded) mv $(temp)/source $(temp)/trac-datefieldplugin-0.$(rev) tar pczf $(CURDIR)/../trac-datefieldplugin_0.$(rev).orig.tar.gz -C $(temp) trac-datefieldplugin-0.$(rev) $(RM) -r $(temp) temp .PHONY: get-orig-source override_dh_clean: $(RM) -r temp TracDateField.egg-info dh_clean debian/control0000644000000000000000000000102512163076304010571 0ustar Source: trac-datefieldplugin Section: python Priority: extra Maintainer: Al Nikolov Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python (>= 2.6.6-3~) Standards-Version: 3.9.1 Homepage: http://trac-hacks.org/wiki/DateFieldPlugin Package: trac-datefieldplugin Architecture: all Depends: ${misc:Depends}, ${python:Depends}, trac, libjs-jquery-ui Description: Add custom date fields to Trac tickets This plugin validates custom fields as dates in Trac tickets and helps to input them using JQuery-UI. debian/changelog0000644000000000000000000000172212163076354011051 0ustar trac-datefieldplugin (0.7782-3.1) unstable; urgency=low * Non-maintainer upload. * Drop useless python-central build-dependency (Closes: #617127). -- Luca Falavigna Thu, 27 Jun 2013 19:55:18 +0200 trac-datefieldplugin (0.7782-3) unstable; urgency=low * After migrating to DH closes: #603076. -- Al Nikolov Wed, 10 Nov 2010 22:21:14 +0000 trac-datefieldplugin (0.7782-2) unstable; urgency=low * Fixed bashisms in debian/rules. Closes: #581486. * Migrated from CDBS to DH. * Migrated to source format 3.0. * Updated Standards-Version 3.9.1. * Updated to Debian Python Policy 0.9.2.0. -- Al Nikolov Wed, 10 Nov 2010 21:41:10 +0000 trac-datefieldplugin (0.7782-1) unstable; urgency=low * Initial release (Closes: #573484) * JQuery-UI parts wiped out from source. Added dependency on libjs-jquery-ui, paths fixed. -- Al Nikolov Thu, 18 Mar 2010 09:42:51 +0300 debian/copyright0000644000000000000000000000376011466604744011143 0ustar This package was debianized by Al Nikolov on Thu, 11 Mar 2010 22:30:18 +0300. It was downloaded from http://trac-hacks.org/wiki/DateFieldPlugin Upstream Author(s): coderanger doki_pen butterflow remy.blank@pobox.com terje Copyright: Copyright (C) 2010 Noah Kantrowitz License: Copyright (C) 2010 Noah Kantrowitz All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is (C) 2010, Al Nikolov and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/links0000644000000000000000000000074711466604744010255 0ustar /usr/share/javascript/jquery-ui/jquery-ui.js /usr/share/pyshared/datefield/htdocs/js/jquery-ui.js /usr/share/javascript/jquery-ui/css/smoothness/jquery-ui.css /usr/share/pyshared/datefield/htdocs/css/jquery-ui.css /usr/share/javascript/jquery-ui/themes/smoothness/ui.datepicker.css /usr/share/pyshared/datefield/htdocs/css/ui.datepicker.css /usr/share/javascript/jquery-ui/css/smoothness/images /usr/share/pyshared/datefield/htdocs/css/images debian/source/0000755000000000000000000000000011466607337010503 5ustar debian/source/format0000644000000000000000000000001411466607337011711 0ustar 3.0 (quilt)