Debianized.

This commit is contained in:
Matthias Urlichs 2015-12-13 17:36:34 +01:00
parent 83a39c67a2
commit 7cfdf06ae1
6 changed files with 33 additions and 0 deletions

5
python/debian/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/files
/*.log
/*.debhelper
/*.substvars
/python3-jsbeautifier

5
python/debian/changelog Normal file
View File

@ -0,0 +1,5 @@
jsbeautifier (1.5.10-1) smurf; urgency=low
* source package automatically created by stdeb 0.8.2
-- Matthias Urlichs <matthias@urlichs.de> Sun, 13 Dec 2015 17:36:34 +0100

1
python/debian/compat Normal file
View File

@ -0,0 +1 @@
9

13
python/debian/control Normal file
View File

@ -0,0 +1,13 @@
Source: jsbeautifier
Maintainer: Matthias Urlichs <matthias@urlichs.de>
Section: python
Priority: optional
Build-Depends: python3-all, debhelper (>= 9)
Standards-Version: 3.9.1
Package: python3-jsbeautifier
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: JavaScript unobfuscator and beautifier.
Beautify, unpack or deobfuscate JavaScript. Handles popular online obfuscators.

8
python/debian/rules Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.2 at
# Sun, 13 Dec 2015 17:36:34 +0100
export PYBUILD_NAME=jsbeautifier
%:
dh $@ --with python3 --buildsystem=pybuild

View File

@ -0,0 +1 @@
3.0 (quilt)