Hi,

Am 2016-01-09 um 02:46 schrieb Chris Knadle:
> At DebConf15 there was discussion of movement away from Alioth for a number
> of reasons, including Alioth being considered "too full".  I don't have an
> objection to hosting Debian-related work in a Debian git repository -- but
> Alioth isn't controlled by Debian.  For existing projects on Alioth I don't
> mind making a request to join them, but I'd rather put repos for new
> projects somewhere else.

Well, currently there is nothing "more Debian" for git hosting, right?
So let's use what exists and what allows easy collaboration with other
developers.

> Sure -- I can either pull from your repo or you could send patches as
> attachments in email via git format-patch.

Attached are two patches. One fixes one of the lintian warning (the
patch adapts to the new library version), the other removes the -dbg
package as they are now built automatically.

Bye
Willi
From 2792f1aa02aaac6aaf1570c3d16d17e13241bad4 Mon Sep 17 00:00:00 2001
From: Willi Mann <wi...@debian.org>
Date: Sat, 9 Jan 2016 16:37:49 +0100
Subject: [PATCH 1/2] debian/libssh-gcrypt-4.lintian-overrides: Adapt override
 for 4.4.0 version

---
 debian/libssh-gcrypt-4.lintian-overrides | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/libssh-gcrypt-4.lintian-overrides b/debian/libssh-gcrypt-4.lintian-overrides
index 86ae299..54d6044 100644
--- a/debian/libssh-gcrypt-4.lintian-overrides
+++ b/debian/libssh-gcrypt-4.lintian-overrides
@@ -1,4 +1,4 @@
 libssh-gcrypt-4: package-name-doesnt-match-sonames libssh-gcrypt4 libssh-gcrypt-threads4
 # The development symlink is not renamed to add the "-gcrypt" suffix
-libssh-gcrypt-4: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libssh-gcrypt.so.4.4.1 usr/lib/x86_64-linux-gnu/libssh-gcrypt.so
-libssh-gcrypt-4: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libssh-gcrypt_threads.so.4.4.1 usr/lib/x86_64-linux-gnu/libssh-gcrypt_threads.so
+libssh-gcrypt-4: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libssh-gcrypt.so.4.4.0 usr/lib/x86_64-linux-gnu/libssh-gcrypt.so
+libssh-gcrypt-4: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libssh-gcrypt_threads.so.4.4.0 usr/lib/x86_64-linux-gnu/libssh-gcrypt_threads.so
-- 
2.6.4

From e1ef8c2ca55f7bd7e81b5b84267a975541fe1721 Mon Sep 17 00:00:00 2001
From: Willi Mann <wi...@debian.org>
Date: Sat, 9 Jan 2016 16:40:17 +0100
Subject: [PATCH 2/2] debian/control,debian/rules: Remove libssh-dbg package

---
 debian/control | 16 ----------------
 debian/rules   |  3 ---
 2 files changed, 19 deletions(-)

diff --git a/debian/control b/debian/control
index 0b9576c..028e6a3 100644
--- a/debian/control
+++ b/debian/control
@@ -84,22 +84,6 @@ Description: tiny C SSH library. Development files (gcrypt flavor)
  .
  This package contains development files to build the gcrypt flavor.
 
-Package: libssh-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends: libssh-4 (= ${binary:Version}) | libssh-gcrypt-4 (= ${binary:Version}),
-         ${misc:Depends}
-Multi-Arch: same
-Description: tiny C SSH library. Debug symbols
- The ssh library was designed to be used by programmers needing a working SSH
- implementation by the mean of a library. The complete control of the client
- is made by the programmer. With libssh, you can remotely execute programs,
- transfer files, use a secure and transparent tunnel for your remote programs.
- With its SFTP implementation, you can play with remote files easily.
- .
- This package contains debug symbols.
-
 Package: libssh-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 3dd509f..3fab5d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,5 @@ override_dh_install:
 	dh_install -plibssh-gcrypt-4 -plibssh-gcrypt-dev --sourcedir=debian/tmp-gcrypt
 	dh_install --remaining-packages
 
-override_dh_strip:
-	dh_strip --dbg-package=libssh-dbg
-
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..
-- 
2.6.4

Reply via email to