Codebase list libfindrtp / fresh-snapshots/upstream
Import upstream version 0.4b+git20201216.d5ce6bb, md5 a5d2e10665e3a72a6227d6e8e1f686ed Kali Janitor 3 years ago
8 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libfindrtp (0.4b-1kali1) kali-dev; urgency=medium
1
2 [ Devon Kearns ]
3 * Edited rules
4
5 [ Raphaƫl Hertzog ]
6 * Update Maintainer field
7 * Update Vcs-* fields for the move to gitlab.com
8 * Add GitLab's CI configuration file
9 * Configure git-buildpackage for Kali
10 * Update URL in GitLab's CI configuration file
11
12 [ Sophie Brun ]
13 * Update packaging
14
15 -- Sophie Brun <[email protected]> Tue, 15 Dec 2020 09:24:03 +0100
16
17 libfindrtp (0.4b-1kali0) kali; urgency=low
18
19 * Initial release
20
21 -- Devon Kearns <[email protected]> Sun, 30 Dec 2012 07:14:36 -0700
0 Source: libfindrtp
1 Section: libs
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Build-Depends: debhelper-compat (= 13), libpcap-dev
5 Standards-Version: 4.5.0
6 Homepage: http://www.hackingvoip.com/sec_tools.html
7 Vcs-Git: https://gitlab.com/kalilinux/packages/libfindrtp.git
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/libfindrtp
9
10 Package: libfindrtp
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, libpcap0.8
13 Description: Library required by multiple VoIP tools
14 This package contains a library used by multiple VoIP tools.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: libfindrtp
2 Source: http://www.hackingvoip.com/sec_tools.html
3
4 Files: *
5 Copyright: Dustin D. Trammell <[email protected]>
6 License: GPL-2+
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11 .
12 This package is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 .
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>
19 .
20 On Debian systems, the complete text of the GNU General
21 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
22
23 Files: debian/*
24 Copyright: 2012 Devon Kearns <[email protected]>
25 License: GPL-2+
26 This package is free software; you can redistribute it and/or modify
27 it under the terms of the GNU General Public License as published by
28 the Free Software Foundation; either version 2 of the License, or
29 (at your option) any later version.
30 .
31 This package is distributed in the hope that it will be useful,
32 but WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 GNU General Public License for more details.
35 .
36 You should have received a copy of the GNU General Public License
37 along with this program. If not, see <http://www.gnu.org/licenses/>
38 .
39 On Debian systems, the complete text of the GNU General
40 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 usr/lib
1 usr/include
0 [DEFAULT]
1 debian-branch = kali/master
2 debian-tag = kali/%(version)s
3 pristine-tar = True
4
5 [pq]
6 patch-numbers = False
7
8 [dch]
9 multimaint-merge = True
0 include:
1 - https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 %:
12 dh $@
13 override_dh_auto_install:
14 dh_installdirs
15 install libfindrtp.so $(CURDIR)/debian/libfindrtp/usr/lib/
16 install libfindrtp.h $(CURDIR)/debian/libfindrtp/usr/include/
17
18 override_dh_auto_test:
0 3.0 (quilt)