diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e30b506 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +dev-tools (0-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Rohan Garg Tue, 09 Jun 2015 20:54:17 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..71ccca9 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: dev-tools +Section: misc +Priority: optional +Maintainer: Rohan Garg +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.5 +Homepage: https://github.com/plasma-mobile/dev-tools + +Package: dev-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: dev tools for making working on devices easier + Tools to modify things on devices diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d79bdd2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dev-tools +Source: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2015 Rohan Garg +License: GPL-2+ + 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". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/dev-tools.install b/debian/dev-tools.install new file mode 100644 index 0000000..097923b --- /dev/null +++ b/debian/dev-tools.install @@ -0,0 +1 @@ +usr/* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..477b7cb --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)