diff --git a/debian/begin.debhelper.log b/debian/begin.debhelper.log deleted file mode 100644 index ce685bc..0000000 --- a/debian/begin.debhelper.log +++ /dev/null @@ -1,48 +0,0 @@ -dh_auto_configure -dh_auto_build -dh_auto_test -dh_prep -dh_installdirs -dh_auto_install -dh_install -dh_installdocs -dh_installchangelogs -dh_installexamples -dh_installman -dh_installcatalogs -dh_installcron -dh_installdebconf -dh_installemacsen -dh_installifupdown -dh_installinfo -dh_pysupport -dh_installinit -dh_installmenu -dh_installmime -dh_installmodules -dh_installlogcheck -dh_installlogrotate -dh_installpam -dh_installppp -dh_installudev -dh_installwm -dh_installxfonts -dh_installgsettings -dh_bugfiles -dh_ucf -dh_lintian -dh_gconf -dh_icons -dh_perl -dh_usrlocal -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/begin.manpages b/debian/begin.manpages deleted file mode 100644 index af3b765..0000000 --- a/debian/begin.manpages +++ /dev/null @@ -1 +0,0 @@ -docs/begin.1 diff --git a/debian/begin.substvars b/debian/begin.substvars deleted file mode 100644 index 3439094..0000000 --- a/debian/begin.substvars +++ /dev/null @@ -1,2 +0,0 @@ -shlibs:Depends=libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) -misc:Depends= diff --git a/debian/begin/DEBIAN/control b/debian/begin/DEBIAN/control deleted file mode 100644 index 451412e..0000000 --- a/debian/begin/DEBIAN/control +++ /dev/null @@ -1,12 +0,0 @@ -Package: begin -Version: 0.1.1-1 -Architecture: amd64 -Maintainer: Mikael Nordin -Installed-Size: 382 -Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) -Section: text -Priority: optional -Homepage: https://github.com/mickenordin/begin -Description: This is an output modifier - Begin is a free implementation of the Cisco command "begin", an output modifier - that prints all lines including the first line that matches a regex. diff --git a/debian/begin/DEBIAN/md5sums b/debian/begin/DEBIAN/md5sums deleted file mode 100644 index 673e133..0000000 --- a/debian/begin/DEBIAN/md5sums +++ /dev/null @@ -1,5 +0,0 @@ -c73d062aef1521190f4ce7ec361eac97 usr/bin/begin -08c1e33886a356a37af53d9f21249625 usr/share/doc/begin/README -b9f7f47563a66d8c7c9a62896c58de46 usr/share/doc/begin/changelog.Debian.gz -6281d82051643247ff24dbc06796017f usr/share/doc/begin/copyright -bb4f7f28b24c4c3395e7822bcaf0b95e usr/share/man/man1/begin.1.gz diff --git a/debian/begin/usr/bin/begin b/debian/begin/usr/bin/begin deleted file mode 100755 index 0f9470f..0000000 Binary files a/debian/begin/usr/bin/begin and /dev/null differ diff --git a/debian/begin/usr/share/doc/begin/README b/debian/begin/usr/share/doc/begin/README deleted file mode 100644 index 96629c0..0000000 --- a/debian/begin/usr/share/doc/begin/README +++ /dev/null @@ -1,22 +0,0 @@ -This is a free implementation of the Cisco ios/asa/catalyst output modifier "begin" released under GNU GPL v.2 or any later version. - -http://www.cisco.com/en/US/docs/ios/preface/usingios.html#wp1012384 - -DEPENDENCIES -This program depends on boost/xpressive header only library. On RedHat(-ish) systems do: - -yum install boost-devel - -On debian do: - -apt-get install libboost-regex-dev - -before installation - -INSTALLATION -git clone git://github.com/mickenordin/begin.git -cd begin -./autogen.sh -./configure -make -make install diff --git a/debian/begin/usr/share/doc/begin/changelog.Debian.gz b/debian/begin/usr/share/doc/begin/changelog.Debian.gz deleted file mode 100644 index e768f37..0000000 Binary files a/debian/begin/usr/share/doc/begin/changelog.Debian.gz and /dev/null differ diff --git a/debian/begin/usr/share/doc/begin/copyright b/debian/begin/usr/share/doc/begin/copyright deleted file mode 100644 index 37323d9..0000000 --- a/debian/begin/usr/share/doc/begin/copyright +++ /dev/null @@ -1,32 +0,0 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Name: begin -Maintainer: Mikael Nordin on Sun, 27 Jan 2013 10:38:50 +0100 -Source: https://github.com/mickenordin/begin/ - -Copyright: 2011-2013 Mikael Nordin - -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 program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, 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". - -The Debian packaging is: - - Copyright (C) 2013 Mikael Nordin - and is licensed under the GPL version 2 or any later version, - see "/usr/share/common-licenses/GPL-2". - diff --git a/debian/begin/usr/share/man/man1/begin.1.gz b/debian/begin/usr/share/man/man1/begin.1.gz deleted file mode 100644 index 409fe1a..0000000 Binary files a/debian/begin/usr/share/man/man1/begin.1.gz and /dev/null differ diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 43cf8be..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -begin (0.1.1-1) unstable; urgency=low - - * Initial release (Closes: #699113) - - -- Mikael Nordin Sun, 27 Jan 2013 10:38:50 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index 7c3e04d..0000000 --- a/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: begin -Section: text -Priority: optional -Maintainer: Mikael Nordin -Build-Depends: debhelper (>= 7.0.50~), autotools-dev -Standards-Version: 3.8.4 -Homepage: https://github.com/mickenordin/begin -#Vcs-Git: git://git.debian.org/collab-maint/begin.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/begin.git;a=summary - -Package: begin -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: This is an output modifier - Begin is a free implementation of the Cisco command "begin", an output modifier - that prints all lines including the first line that matches a regex. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 37323d9..0000000 --- a/debian/copyright +++ /dev/null @@ -1,32 +0,0 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Name: begin -Maintainer: Mikael Nordin on Sun, 27 Jan 2013 10:38:50 +0100 -Source: https://github.com/mickenordin/begin/ - -Copyright: 2011-2013 Mikael Nordin - -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 program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, 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". - -The Debian packaging is: - - Copyright (C) 2013 Mikael Nordin - and is licensed under the GPL version 2 or any later version, - see "/usr/share/common-licenses/GPL-2". - diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 50bd824..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -NEWS -README diff --git a/debian/files b/debian/files deleted file mode 100644 index 42f2b9b..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -begin_0.1.1-1_amd64.deb text optional diff --git a/debian/rules b/debian/rules deleted file mode 100755 index b760bee..0000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -%: - dh $@