[Git][debian-gis-team/unarr][master] 10 commits: debian: rules: Maintainer: and Uploaders: stanza bugfixes.

Alec leamas gitlab at salsa.debian.org
Sun Sep 2 20:52:10 BST 2018


Alec leamas pushed to branch master at Debian GIS Project / unarr


Commits:
46105f7b by Alec Leamas at 2018-09-02T19:49:12Z
debian: rules: Maintainer: and Uploaders: stanza bugfixes.

- - - - -
d6873467 by Alec Leamas at 2018-09-02T19:49:12Z
debian: rules: Don't override dh_auto_clean.

- - - - -
76795410 by Alec Leamas at 2018-09-02T19:49:12Z
debian: control: Update compat == 9 dependency.

- - - - -
d026444e by Alec Leamas at 2018-09-02T19:49:12Z
debiań: control: pkg name unarr1 => libunarr1 et. al.

- - - - -
75180aa9 by Alec Leamas at 2018-09-02T19:49:12Z
debian: Update library names, install files.

- - - - -
64af6297 by Alec Leamas at 2018-09-02T19:49:12Z
debian: control: Fix descriptions.

- - - - -
bfd6b540 by Alec Leamas at 2018-09-02T19:49:12Z
debian: copyright: Fix source url and license texts.

- - - - -
0d31537d by Alec Leamas at 2018-09-02T19:49:43Z
debian: copyright: Typo.

- - - - -
bdd83374 by Alec Leamas at 2018-09-02T19:49:43Z
debian: README.source fixes.

- - - - -
cd8a4a40 by Alec Leamas at 2018-09-02T19:49:43Z
debian: Remove debian/.gitignore.

- - - - -


7 changed files:

- − debian/.gitignore
- debian/README.source
- debian/control
- debian/copyright
- debian/unarr-dev.install → debian/libunarr-dev.install
- debian/unarr1.install → debian/libunarr1.install
- debian/rules


Changes:

=====================================
debian/.gitignore deleted
=====================================
@@ -1,8 +0,0 @@
-.debhelper
-*.log
-*.substvars
-debhelper-build-stamp
-files
-tmp
-unarr-dev
-unarr1


=====================================
debian/README.source
=====================================
@@ -1,3 +1,6 @@
+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.
 
@@ -6,5 +9,3 @@ get-orig-source to create the source orig tarball. Besides
 downloading, the target also handles upstream's DOS line endings.
 
 The target is usually invoked as 'fakeroot debian/rules get-orig-source'.
-
-


=====================================
debian/control
=====================================
@@ -1,36 +1,40 @@
 Source: unarr
-Maintainer: Debian GIS group <debian-gis at lists.debian.org>
-Uploaders: Alec Leamas <leamas.alec at googlemail.com>
-Section: misc
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Alec Leamas <leamas.alec at gmail.com>
+Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 9),
                cmake,
                libbz2-dev,
                zlib1g-dev
 Standards-Version: 4.2.1
-Vcs-Browser: https://salsa.debian.org/debian-gis-team/unarr§
+Vcs-Browser: https://salsa.debian.org/debian-gis-team/unarr
 Vcs-Git: https://salsa.debian.org/debian-gis-team/unarr.git
 Homepage: https://github.com/zeniko/unarr
 
-Package: unarr-dev
+Package: libunarr-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: unarr1 (= ${binary:Version}),
+Depends: libunarr1 (= ${binary:Version}),
          ${misc:Depends}
-Description: Decompression library for RAR, TAR, ZIP and 7z archives (runtime)
+Description: Decompression library for RAR, TAR, ZIP and 7z archives (devel)
  Development tools: headers and unversioned libraries
  .
- See unarr1 for more info.
+ unarr originated as a port of the RAR extraction features from
+ The Unarchiver project required for extracting images from comic
+ book archives (.cbr). It was written as an alternative to
+ libarchive which didn't have support for parsing filters or solid
+ compression at the time. .
 
-Package: unarr1
+Package: libunarr1
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: Decompression library for RAR, TAR, ZIP and 7z archives (dev)
+Description: Decompression library for RAR, TAR, ZIP and 7z archives (runtime)
  unarr originated as a port of the RAR extraction features from
  The Unarchiver project required for extracting images from comic
  book archives (.cbr). It was written as an alternative to
  libarchive which didn't have support for parsing filters or solid
- compression at the time.
+ compression at the time. This package holds the runtime library.


=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: unarr
 Upstream-Contact: https://github.com/zeniko/unarr/issues
-Source: https://github.com/zeniko/unarr.git
+Source: https://github.com/zeniko/unarr
 
 Files: *
 Copyright: 2015, the unarr project authors (see AUTHORS file).
@@ -25,7 +25,7 @@ Files: AUTHORS
  lzmasdk/Ppmd8Dec.c
  lzmasdk/Precomp.h
  pkg-config.pc.cmake
-Copyright:Simon Bünzli (zeniko at gmail.com, http://www.zeniko.ch/#SumatraPDF)
+Copyright: Simon Bünzli <zeniko at gmail.com, http://www.zeniko.ch/#SumatraPDF>
 License: LGPL-3
 
 Files: debian/*
@@ -42,8 +42,9 @@ License: LGPL-3
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  GNU Lesser General Public License for more details.
  .
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
 
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
@@ -54,5 +55,3 @@ 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'.
- Otherwise, refer to the online version at GNU website
- `https://gnu.org/licenses/old-licenses/gpl-1.0.txt`.


=====================================
debian/unarr-dev.install → debian/libunarr-dev.install
=====================================


=====================================
debian/unarr1.install → debian/libunarr1.install
=====================================


=====================================
debian/rules
=====================================
@@ -5,10 +5,6 @@ include /usr/share/dpkg/pkg-info.mk
 %:
 	dh $@  --buildsystem cmake --parallel
 
-override_dh_auto_clean:
-	dh_clean
-	rm -rf obj-*
-
 override_dh_auto_test:
 	echo "No tests available."
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/unarr/compare/d90e8217acd6c5615235c457aec29199dc2de20a...cd8a4a406aeab11c4d245dcc479d020cdb6da73b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/unarr/compare/d90e8217acd6c5615235c457aec29199dc2de20a...cd8a4a406aeab11c4d245dcc479d020cdb6da73b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180902/4e3cd89b/attachment-0001.html>


More information about the Pkg-grass-devel mailing list