parent
ea199ee5c4
commit
88f0fc7ee4
@ -0,0 +1,48 @@
|
|||||||
|
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
|
@ -0,0 +1 @@
|
|||||||
|
docs/begin.1
|
@ -0,0 +1,2 @@
|
|||||||
|
shlibs:Depends=libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
|
||||||
|
misc:Depends=
|
@ -0,0 +1,5 @@
|
|||||||
|
begin (0.1.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release (Closes: #699113)
|
||||||
|
|
||||||
|
-- Mikael Nordin <mik@elnord.in> Sun, 27 Jan 2013 10:38:50 +0100
|
@ -0,0 +1,16 @@
|
|||||||
|
Source: begin
|
||||||
|
Section: text
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Mikael Nordin <mik@elnord.in>
|
||||||
|
Build-Depends: debhelper (>= 7.0.50~), autotools-dev
|
||||||
|
Standards-Version: 3.9.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.
|
@ -0,0 +1,32 @@
|
|||||||
|
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
|
||||||
|
Name: begin
|
||||||
|
Maintainer: Mikael Nordin <mik@elnord.in> on Sun, 27 Jan 2013 10:38:50 +0100
|
||||||
|
Source: https://github.com/mickenordin/begin/
|
||||||
|
|
||||||
|
Copyright: 2011-2013 Mikael Nordin <mik@elnord.in>
|
||||||
|
|
||||||
|
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 <mik@elnord.in>
|
||||||
|
and is licensed under the GPL version 2 or any later version,
|
||||||
|
see "/usr/share/common-licenses/GPL-2".
|
||||||
|
|
@ -0,0 +1,13 @@
|
|||||||
|
#!/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 $@
|
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
Loading…
Reference in new issue