• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão12c6bf6b88f74c7c814f292ea61a4831e217b914 (tree)
Hora2020-05-23 13:57:34
Autordyknon <dyknon@user...>
Commiterdyknon

Mensagem de Log

upstream

Mudança Sumário

  • delete: debian/changelog
  • delete: debian/control
  • delete: debian/copyright
  • delete: debian/gbp.conf
  • delete: debian/libdigest-blake2-perl.docs
  • delete: debian/rules
  • delete: debian/source/format

Diff

--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
1-libdigest-blake2-perl (0.02-1) unstable; urgency=medium
2-
3- * Initial release
4-
5- -- dyknon <dyknon@users.osdn.me> Sat, 23 May 2020 13:10:35 +0900
--- a/debian/control
+++ /dev/null
@@ -1,19 +0,0 @@
1-Source: libdigest-blake2-perl
2-Priority: optional
3-Maintainer: dyknon <dyknon@users.osdn.me>
4-Build-Depends: debhelper-compat (= 12),
5- perl-xs-dev,
6- libb2-dev,
7- perl:native
8-Standards-Version: 4.5.0
9-Section: perl
10-Homepage: https://metacpan.org/release/Digest-BLAKE2
11-#Vcs-Browser: https://salsa.debian.org/debian/libdigest-blake2-perl
12-#Vcs-Git: https://salsa.debian.org/debian/libdigest-blake2-perl.git
13-
14-Package: libdigest-blake2-perl
15-Architecture: any
16-Multi-Arch: no
17-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
18-Description: Digest::BLAKE2 perl module
19- BLAKE2 is a cryptographic hash algorithm.
--- a/debian/copyright
+++ /dev/null
@@ -1,68 +0,0 @@
1-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-Upstream-Name: Digest-BLAKE2
3-Upstream-Contact: Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>
4-Source: https://github.com/gunyarakun/p5-Digest-BLAKE2
5-
6-Files: *
7-Copyright: 2014 Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>
8-License: Artistic or GPL-1+
9-
10-Files: stringencoders/*
11-Copyright: 2005, 2006, 2007 Nick Galbreath <nickg@modp.com>
12-License: BSD-3-Clause
13-
14-Files: debian/*
15-Copyright: 2020 dyknon <dyknon@users.osdn.me>
16-License: Artistic or GPL-1+
17-
18-License: Artistic
19- This program is free software; you can redistribute it and/or modify
20- it under the terms of the Artistic License, which comes with Perl.
21- .
22- On Debian systems, the complete text of the Artistic License can be
23- found in `/usr/share/common-licenses/Artistic'.
24-
25-License: GPL-1+
26- This program 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 1, or (at your option)
29- 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 <https://www.gnu.org/licenses/>
38- .
39- On Debian systems, the complete text of the GNU General
40- Public License version 1 can be found in "/usr/share/common-licenses/GPL-1".
41-
42-License: BSD-3-Clause
43- Redistribution and use in source and binary forms, with or without
44- modification, are permitted provided that the following conditions are
45- met:
46- .
47- Redistributions of source code must retain the above copyright
48- notice, this list of conditions and the following disclaimer.
49- .
50- Redistributions in binary form must reproduce the above copyright
51- notice, this list of conditions and the following disclaimer in the
52- documentation and/or other materials provided with the distribution.
53- .
54- Neither the name of the modp.com nor the names of its
55- contributors may be used to endorse or promote products derived from
56- this software without specific prior written permission.
57- .
58- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
59- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
60- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
61- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
62- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
64- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
65- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
66- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
67- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,4 +0,0 @@
1-[DEFAULT]
2-pristine-tar = true
3-debian-tag = dyknon/%(version)s
4-upstream-tag = upstream/%(version)s
--- a/debian/libdigest-blake2-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
1-README
--- a/debian/rules
+++ /dev/null
@@ -1,25 +0,0 @@
1-#!/usr/bin/make -f
2-# See debhelper(7) (uncomment to enable)
3-# output every command that modifies files on the build system.
4-#export DH_VERBOSE = 1
5-
6-
7-# see FEATURE AREAS in dpkg-buildflags(1)
8-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9-
10-# see ENVIRONMENT in dpkg-buildflags(1)
11-# package maintainers to append CFLAGS
12-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
13-# package maintainers to append LDFLAGS
14-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
15-
16-
17-%:
18- dh $@
19-
20-
21-# dh_make generated override targets
22-# This is example for Cmake (See https://bugs.debian.org/641051 )
23-#override_dh_auto_configure:
24-# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
25-
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
1-3.0 (quilt)