aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <l.bigonville@edpnet.be>2009-06-01 16:49:46 +0000
committerLaurent Bigonville <l.bigonville@edpnet.be>2009-06-01 16:49:46 +0000
commit70c9da4fb03982033f32515519aa9676814d6ad8 (patch)
treeb70faea6dd3afc94897143d0a3b287e215dc12b5
parent1ac654ec6c5f337cb5dd73eb9fd2bcb762753eee (diff)
downloadlibssh-70c9da4fb03982033f32515519aa9676814d6ad8.tar.gz
libssh-70c9da4fb03982033f32515519aa9676814d6ad8.tar.xz
libssh-70c9da4fb03982033f32515519aa9676814d6ad8.zip
Drop debian directory, new location: git://git.debian.org/collab-maint/libssh.git
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@771 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--debian/README.Debian7
-rw-r--r--debian/changelog55
-rw-r--r--debian/compat1
-rw-r--r--debian/control65
-rw-r--r--debian/copyright33
-rw-r--r--debian/libssh-2-dev.install2
-rw-r--r--debian/libssh-2-doc.doc-base9
-rw-r--r--debian/libssh-2-doc.docs1
-rw-r--r--debian/libssh-2-doc.examples1
-rw-r--r--debian/libssh-2-doc.manpages1
-rw-r--r--debian/libssh-2.install1
-rw-r--r--debian/libssh-2.lintian-overrides2
-rwxr-xr-xdebian/rules21
-rw-r--r--debian/watch2
14 files changed, 0 insertions, 201 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 12caf0bf..00000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,7 +0,0 @@
-libssh for Debian
-----------------------
-
-This is a package for the library libssh with the soname 2.
-There are some other projects which have nearly the same name, so be careful.
-
- -- Laurent Bigonville <bigon@bigon.be> Fri, 27 Jul 2007 14:59:00 +0200
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index e4e7dc57..00000000
--- a/debian/changelog
+++ /dev/null
@@ -1,55 +0,0 @@
-libssh (0.2+svn20070321-5) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
- * debian/control:
- - Use my debian.org address in Uploaders and takeover the package
- with Jean-Philippe permission
- - Use now official Vcs-* field
- - Use new Homepage field instead of old pseudo-field
- - Bump Standards-Version to 3.8.1 (no further changes)
- - Use debug section for -dbg package
- - Add ${misc:Depends} to please lintian
- * debian/libssh-2-doc.doc-base: Fix doc-base-uses-applications-section
-
- -- Laurent Bigonville <bigon@debian.org> Thu, 08 Nov 2007 05:59:18 +0100
-
-libssh (0.2+svn20070321-4) unstable; urgency=low
-
- * debian/control:
- - Add XS-Vcs-Svn and XS-Vcs-Browser fields.
- - Change to ${binary:Version} for versionized dependencies.
- * Add debian/README.Debian to disambiguate the package name
-
- -- Laurent Bigonville <bigon@bigon.be> Fri, 27 Jul 2007 15:00:06 +0200
-
-libssh (0.2+svn20070321-3) unstable; urgency=low
-
- * Fix wrong versionized Replaces for -doc package
-
- -- Laurent Bigonville <bigon@bigon.be> Thu, 5 Apr 2007 17:58:27 +0200
-
-libssh (0.2+svn20070321-2) unstable; urgency=low
-
- * Split devel package into devel and documentation packages
-
- -- Laurent Bigonville <bigon@bigon.be> Mon, 26 Mar 2007 15:29:51 +0200
-
-libssh (0.2+svn20070321-1) unstable; urgency=low
-
- * New svn snapshot:
- - Fix broken include in include/libssh/server.h (Closes: #410020)
- - Fix nasty bug in server side code
-
- -- Laurent Bigonville <bigon@bigon.be> Mon, 26 Mar 2007 15:06:40 +0200
-
-libssh (0.2-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Laurent Bigonville <bigon@bigon.be> Fri, 29 Dec 2006 07:40:20 +0100
-
-libssh (0.2~rc-1) unstable; urgency=low
-
- * Initial release (Closes: #316872)
-
- -- Jean-Philippe Garcia Ballester <giga@le-pec.org> Wed, 20 Dec 2006 23:56:50 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff82..00000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 2d77e06f..00000000
--- a/debian/control
+++ /dev/null
@@ -1,65 +0,0 @@
-Source: libssh
-Section: libs
-Priority: optional
-Maintainer: Laurent Bigonville <bigon@debian.org>
-Build-Depends: cdbs, debhelper (>= 5), libgcrypt11-dev, libz-dev, doxygen
-Standards-Version: 3.8.1
-Vcs-Svn: svn://svn.berlios.de/libssh/trunk
-Vcs-Browser: http://svn.berlios.de/wsvn/libssh/trunk/
-Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
-
-Package: libssh-2
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A tiny C SSH library
- 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.
-
-Package: libssh-2-dev
-Provides: libssh-dev
-Section: libdevel
-Architecture: any
-Depends: libssh-2 (= ${binary:Version}), ${misc:Depends}, libgcrypt11-dev, zlib1g-dev
-Suggests: libssh-2-doc
-Conflicts: libssh-dev
-Description: A tiny C SSH library. Development files
- 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 development files.
-
-Package: libssh-2-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends: libssh-2 (= ${binary:Version}), ${misc:Depends}
-Description: A 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-2-doc
-Section: doc
-Architecture: all
-Suggests: doc-base
-Depends: ${misc:Depends}
-Replaces: libssh-2-dev (<< 0.2+svn20070321-2)
-Description: A tiny C SSH library. Documentation files
- 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 documentation files.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 75251c72..00000000
--- a/debian/copyright
+++ /dev/null
@@ -1,33 +0,0 @@
-This package was debianized by Laurent Bigonville <bigon@bigon.be> on
-Thu, 16 Nov 2006 20:34:01 +0100.
-
-It was downloaded from http://www.0xbadc0de.be/
-
-Upstream Author: Aris Adamantiadis (aka spacewalker) <aris@0xbadc0de.be>
-
-Copyright: 2003 Aris Adamantiadis
-
-License:
-
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- 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 package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
-
-The Debian packaging is
- (C) 2005-2006, Jean-Philippe Garcia Ballester <giga@le-pec.org>,
- (C) 2006-2007, Laurent Bigonville <bigon@bigon.be> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/libssh-2-dev.install b/debian/libssh-2-dev.install
deleted file mode 100644
index 9d25b38b..00000000
--- a/debian/libssh-2-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/libssh.{a,la,so}
diff --git a/debian/libssh-2-doc.doc-base b/debian/libssh-2-doc.doc-base
deleted file mode 100644
index 61e7153b..00000000
--- a/debian/libssh-2-doc.doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: libssh
-Title: Debian libssh Manual
-Author: Aris Adamantiadis <aris@0xbadc0de.be>
-Abstract: This manual describes libssh API.
-Section: Programming/C
-
-Format: HTML
-Index: /usr/share/doc/libssh-2-doc/html/index.html
-Files: /usr/share/doc/libssh-2-doc/html/*
diff --git a/debian/libssh-2-doc.docs b/debian/libssh-2-doc.docs
deleted file mode 100644
index 791a777d..00000000
--- a/debian/libssh-2-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/libssh/html
diff --git a/debian/libssh-2-doc.examples b/debian/libssh-2-doc.examples
deleted file mode 100644
index a6302d78..00000000
--- a/debian/libssh-2-doc.examples
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/libssh/examples/*
diff --git a/debian/libssh-2-doc.manpages b/debian/libssh-2-doc.manpages
deleted file mode 100644
index ff25dc07..00000000
--- a/debian/libssh-2-doc.manpages
+++ /dev/null
@@ -1 +0,0 @@
-doxygen/man/man3/ssh_*
diff --git a/debian/libssh-2.install b/debian/libssh-2.install
deleted file mode 100644
index 7014e290..00000000
--- a/debian/libssh-2.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libssh.so.*
diff --git a/debian/libssh-2.lintian-overrides b/debian/libssh-2.lintian-overrides
deleted file mode 100644
index 15df7dee..00000000
--- a/debian/libssh-2.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# We use libssh-2 name to avoid name clash with libssh2 package.
-libssh-2: package-name-doesnt-match-sonames libssh2
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 3c9955c7..00000000
--- a/debian/rules
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses cdbs. Originaly written by Robert Millan.
-# This file is public domain.
-
-DEB_AUTO_CLEANUP_RCS := yes
-
-# Add here any variable or target overrides you need
-
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
-DEB_DBG_PACKAGE_libssh-2 = libssh-2-dbg
-
-install/libssh-2::
- install -D -m 644 debian/libssh-2.lintian-overrides debian/libssh-2/usr/share/lintian/overrides/libssh-2
-
-install/libssh-2-doc::
- make install-doc DESTDIR=debian/tmp
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 2c3ed9b0..00000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://0xbadc0de.be/libssh/libssh-(.*)\.tgz