debian/0000755000000000000000000000000012252134314007163 5ustar debian/changelog0000644000000000000000000000060012252060460011031 0ustar closure-linter (2.3.13-1) unstable; urgency=low * New upstream release. * Add watch file. * Update Standards-Version to 3.9.5 . -- Laszlo Boszormenyi (GCS) Wed, 11 Dec 2013 13:50:52 +0100 closure-linter (2.3.11-1) unstable; urgency=low * Initial release (closes: #720195). -- Laszlo Boszormenyi (GCS) Wed, 21 Aug 2013 23:20:42 +0200 debian/compat0000644000000000000000000000000212205227241010361 0ustar 9 debian/control0000644000000000000000000000136112252060374010573 0ustar Source: closure-linter Section: python Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), python | python-all | python-dev | python-all-dev, python-support (>= 0.3), python-gflags, python-setuptools Standards-Version: 3.9.5 Homepage: http://code.google.com/p/closure-linter/ XS-Python-Version: 2.6, 2.7 Package: closure-linter Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gflags Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Closure Linter for JavaScript The Closure Linter is a utility that checks JavaScript files for style issues such as operator placement, missing semicolons, spacing, the presence of JsDoc annotations, and more. debian/copyright0000644000000000000000000000333112205231514011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://code.google.com/p/closure-linter/downloads/list Files: * Copyright: 2007- The Closure Linter Authors License: Apache 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache License version 2 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: 2013- Laszlo Boszormenyi (GCS) License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000057712205243170010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_clean: rm -rf $(CURDIR)/closure_linter.egg-info/ rm -rf $(CURDIR)/build/lib.* override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) python setup.py test -vv endif .PHONY: override_dh_auto_clean override_dh_auto_test debian/source/0000755000000000000000000000000012205226443010466 5ustar debian/source/format0000644000000000000000000000001412205226441011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014312252113430010206 0ustar version=3 http://code.google.com/p/closure-linter/downloads/list .*closure_linter-([\d\.]+).tar.gz