This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository cmdreader.
commit d373f2f3cbbc89023cb754365224ab95f5691e3f Author: Hans-Christoph Steiner <[email protected]> Date: Tue Aug 4 13:43:52 2015 +0200 remove Debian build products from git --- debian/cmdreader.debhelper.log | 20 --------------- debian/cmdreader.substvars | 1 - debian/cmdreader/DEBIAN/control | 12 --------- debian/cmdreader/DEBIAN/md5sums | 5 ---- .../usr/share/doc/cmdreader/README.markdown.gz | Bin 2019 -> 0 bytes .../usr/share/doc/cmdreader/changelog.Debian.gz | Bin 161 -> 0 bytes debian/cmdreader/usr/share/doc/cmdreader/copyright | 27 --------------------- .../share/java/com.zwitserloot.cmdreader-1.5.jar | Bin 16364 -> 0 bytes .../usr/share/java/com.zwitserloot.cmdreader.jar | Bin 16364 -> 0 bytes debian/files | 1 - 10 files changed, 66 deletions(-) diff --git a/debian/cmdreader.debhelper.log b/debian/cmdreader.debhelper.log deleted file mode 100644 index c0b2620..0000000 --- a/debian/cmdreader.debhelper.log +++ /dev/null @@ -1,20 +0,0 @@ -dh_auto_configure -dh_auto_build -dh_auto_test -dh_prep -dh_auto_install -dh_install -dh_installdocs -dh_installchangelogs -dh_perl -dh_link -dh_compress -dh_fixperms -dh_strip -dh_makeshlibs -dh_shlibdeps -dh_installdeb -dh_gencontrol -dh_md5sums -dh_builddeb -dh_builddeb diff --git a/debian/cmdreader.substvars b/debian/cmdreader.substvars deleted file mode 100644 index abd3ebe..0000000 --- a/debian/cmdreader.substvars +++ /dev/null @@ -1 +0,0 @@ -misc:Depends= diff --git a/debian/cmdreader/DEBIAN/control b/debian/cmdreader/DEBIAN/control deleted file mode 100644 index 8998296..0000000 --- a/debian/cmdreader/DEBIAN/control +++ /dev/null @@ -1,12 +0,0 @@ -Package: cmdreader -Version: 1.5-1 -Architecture: amd64 -Maintainer: Komal Sukhani <[email protected]> -Installed-Size: 64 -Section: java -Priority: optional -Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader -Description: Library that parses command line arguments - Parses command line arguments. The CmdReader can turn strings like - -fmv /foo/bar /bar/baz --color=white *.xyzzy *.cheese - into something that easier to work with programatically. diff --git a/debian/cmdreader/DEBIAN/md5sums b/debian/cmdreader/DEBIAN/md5sums deleted file mode 100644 index addcbf2..0000000 --- a/debian/cmdreader/DEBIAN/md5sums +++ /dev/null @@ -1,5 +0,0 @@ -01eb20c1d37a274e8ac516b31d66acbd usr/share/doc/cmdreader/README.markdown.gz -d5bc495a0169482ef771329eeb67e938 usr/share/doc/cmdreader/changelog.Debian.gz -d82b2e25f84d96b8f27534bc819113eb usr/share/doc/cmdreader/copyright -d01866205727d21285e7b8e3e20caca0 usr/share/java/com.zwitserloot.cmdreader-1.5.jar -d01866205727d21285e7b8e3e20caca0 usr/share/java/com.zwitserloot.cmdreader.jar diff --git a/debian/cmdreader/usr/share/doc/cmdreader/README.markdown.gz b/debian/cmdreader/usr/share/doc/cmdreader/README.markdown.gz deleted file mode 100644 index c6abb81..0000000 Binary files a/debian/cmdreader/usr/share/doc/cmdreader/README.markdown.gz and /dev/null differ diff --git a/debian/cmdreader/usr/share/doc/cmdreader/changelog.Debian.gz b/debian/cmdreader/usr/share/doc/cmdreader/changelog.Debian.gz deleted file mode 100644 index 5a724ac..0000000 Binary files a/debian/cmdreader/usr/share/doc/cmdreader/changelog.Debian.gz and /dev/null differ diff --git a/debian/cmdreader/usr/share/doc/cmdreader/copyright b/debian/cmdreader/usr/share/doc/cmdreader/copyright deleted file mode 100644 index 340b54e..0000000 --- a/debian/cmdreader/usr/share/doc/cmdreader/copyright +++ /dev/null @@ -1,27 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: com.zwitserloot.cmdreader -Source: https://github.com/rzwitserloot/com.zwitserloot.cmdreader - -Files: * -Copyright: 2010-2011 Reinier Zwitserloot -License: Expat - -Files: debian/* -Copyright: 2015 Komal Sukhani <[email protected]> -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 <http://www.gnu.org/licenses/> - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - diff --git a/debian/cmdreader/usr/share/java/com.zwitserloot.cmdreader-1.5.jar b/debian/cmdreader/usr/share/java/com.zwitserloot.cmdreader-1.5.jar deleted file mode 100644 index 34ba87b..0000000 Binary files a/debian/cmdreader/usr/share/java/com.zwitserloot.cmdreader-1.5.jar and /dev/null differ diff --git a/debian/cmdreader/usr/share/java/com.zwitserloot.cmdreader.jar b/debian/cmdreader/usr/share/java/com.zwitserloot.cmdreader.jar deleted file mode 100644 index 34ba87b..0000000 Binary files a/debian/cmdreader/usr/share/java/com.zwitserloot.cmdreader.jar and /dev/null differ diff --git a/debian/files b/debian/files deleted file mode 100644 index b0b18a9..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -cmdreader_1.5-1_amd64.deb java optional -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cmdreader.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

