Skip to content
Commits on Source (4)
......@@ -4,8 +4,9 @@ unarr README.source - Downloading the source tarball.
The unarr project does not have any git tags defined at the time
of writing. As a result, uscan cannot download unarr sources.
As a walk-around, this package implements the traditional target
As a workaround, this package implements the traditional target
get-orig-source to create the source orig tarball. Besides
downloading, the target also handles upstream's DOS line endings.
downloading, this also handles upstream's DOS line endings.
The target is usually invoked as 'fakeroot debian/rules get-orig-source'.
The target is usually invoked as 'make -f debian/rules get-orig-source'
or './debian/rules get-orig-source'.
......@@ -7,10 +7,11 @@ Files: *
Copyright: 2015, the unarr project authors (see AUTHORS file).
License: LGPL-3
Files: common/crc32.c lzmasdk
Copyright: none
License: Public-Domain
Files: AUTHORS
CMakeLists.txt
Makefile
README
lzmasdk/7zTypes.h
lzmasdk/CpuArch.c
lzmasdk/CpuArch.h
......@@ -24,7 +25,6 @@ Files: AUTHORS
lzmasdk/Ppmd8.h
lzmasdk/Ppmd8Dec.c
lzmasdk/Precomp.h
pkg-config.pc.cmake
Copyright: Simon Bünzli <zeniko at gmail.com, http://www.zeniko.ch/#SumatraPDF>
License: LGPL-3
......@@ -55,3 +55,8 @@ License: GPL-2+
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'.
License: Public-Domain
No copyright is claimed for this software and there are thus no
restrictions on how it is used.
debian/README.source
[DEFAULT]
# The default name for the upstream branch is "upstream".
# Change it if the name is different (for instance, "master").
upstream-branch = upstream
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian-branch = master
# gbp import-orig uses the following names for the upstream tags.
# Change the value if you are not using gbp import-orig
upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine-tar = True