--- drdsl-1.2.0.orig/debian/changelog +++ drdsl-1.2.0/debian/changelog @@ -0,0 +1,39 @@ +drdsl (1.2.0-3) unstable; urgency=medium + + * QA upload. + * Orphan the package. See #799906. + + -- Matthias Klose Thu, 24 Sep 2015 02:23:49 +0200 + +drdsl (1.2.0-2) unstable; urgency=medium + + * Fix lintian warnings. + + -- Matthias Klose Thu, 21 Aug 2014 21:35:28 +0200 + +drdsl (1.2.0-1) unstable; urgency=low + + * New upstream version. + - Includes amd64 support. + * The binaries now dlopen libcapi20.so, so depend on libcapi20-dev. + + -- Matthias Klose Mon, 15 Aug 2005 11:25:28 +0200 + +drdsl (1.0.3-2ubuntu1) hoary; urgency=low + + * Depend on capiutils, not isdnactivecards. + * Update license text. + + -- Matthias Klose Fri, 11 Mar 2005 03:06:45 +0100 + +drdsl (1.0.3-2) unstable; urgency=low + + * Reflect updated licence. + + -- Matthias Klose Sat, 8 Jan 2005 14:56:09 +0100 + +drdsl (1.0.3-1) unstable; urgency=low + + * Initial Release. + + -- Matthias Klose Sat, 4 Dec 2004 12:24:34 +0100 --- drdsl-1.2.0.orig/debian/compat +++ drdsl-1.2.0/debian/compat @@ -0,0 +1 @@ +7 --- drdsl-1.2.0.orig/debian/control +++ drdsl-1.2.0/debian/control @@ -0,0 +1,16 @@ +Source: drdsl +Section: non-free/comm +Priority: extra +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.6 + +Package: drdsl +Architecture: amd64 i386 +Depends: ${shlibs:Depends}, ${misc:Depends}, capiutils, libcapi20-dev +Description: DSL Assistant for AVM DSL/ISDN-Controllers + The drdsl utility is used to determine the DSL configuration + parameters for AVM DSL/ISDN-Controllers. + . + The package contains the binary of the drdsl utility + as distributed from ftp.avm.de. --- drdsl-1.2.0.orig/debian/copyright +++ drdsl-1.2.0/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Matthias Klose +on Sat, 4 Dec 2004 12:24:34 +0100. + +It was downloaded from ftp://ftp.avm.de/cardware/fritzcrd.dsl/linux/ +and extracted from a recent driver package. + +Copyright: Copyright AVM 2005 + +Upstream Author: AVM (http://www.avm.de/) + +License: + +The available AVM driver package consists of two portions, namely an Open +Source Software portion and a Proprietary Source Software portion. The +Proprietary Source Software portion is delivered in binary format only +and includes the firmware (.frm and .bin files) and object code (i.e. the +lib.o files and the drdsl executable). The object code, again, includes +libraries as well as specific portions of the driver. The Open Source +Software portion is licensed under the terms and conditions of the GNU +Lesser GPL (LGPL). Please be aware of the requirements of the LGPL. +You may easily download the terms of the LGPL as follows: +http://www.gnu.org/copyleft/lesser.html. + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +In general, you may distribute both portions of the available AVM driver +package, i.e. on a distribution CD delivered in conjunction with your +products. In addition to the terms of the LGPL and under all AVM +intellectual property and proprietary rights, AVM grants you the worldwide, +non-exclusive and royalty-free rights + + (1) to use and copy + + (2) to make (and have made), use, import, sell, offer for sale or + otherwise distribute any of your (legal) products or services + containing (portions of) the AVM driver package. + +The Proprietary Source Software, which is delivered in object code format +only, such as the firmware, the ".o files" and the "drdsl" binary, shall +in no event be disassembled, reverse engineered, decompiled or otherwise +"be opened" and the results realised insofar shall not be copied or +distributed without the prior written approval of AVM except to the extent +as may be expressly authorized under mandatory law and the terms of the LGPL. + +It is understood that you will be responsible/liable for the software which +you offer/distribute/make available in conjunction with or which you +combine with (portions of) the AVM driver package. For instance, we refer +to the implications mentioned in the LGPL in case of a breach (your rights +granted under LGPL would terminate automatically, see Art. 4 LGPL). You +should state clearly that you offer any necessary support on your own. --- drdsl-1.2.0.orig/debian/drdsl.1 +++ drdsl-1.2.0/debian/drdsl.1 @@ -0,0 +1,21 @@ +.TH DRDSL "1" "December 2004" "drdsl 1.0.3" "User Commands" +.SH NAME +drdsl \- manage DSL configuration parameters +.SH DESCRIPTION + The drdsl utility is used to determine the DSL configuration + parameters for AVM DSL/ISDN-Controllers. +.SH OPTIONS +.TP +\fB\-q\fR +Quiet. Do no show the busy indicator. +.TP +\fB\-n\fR +Do not patch /etc/modules.conf. +.TP +\fB\-q\fR +Remove the files generated by the DSL Assistant. +.TP +\fB\-C\fR +Path of the drdsl.ini file (default is /etc/drdsl/drdsl.ini). +.SH SEE ALSO +Should be more complete ... --- drdsl-1.2.0.orig/debian/rules +++ drdsl-1.2.0/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + +build-arch: build +build-indep: build +build: build-stamp +build-stamp: + dh_testdir +ifeq (,$(findstring /$(DEB_HOST_ARCH)/,/i386/amd64/)) + @echo >&2 "drdsl is unsupported for architecture $(DEB_HOST_ARCH)" + exit 1 +endif + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs etc/drdsl usr/bin usr/share/man/man1 + + cp -p drdsl.ini debian/drdsl/etc/drdsl/ + cp -p drdsl-$(DEB_HOST_ARCH) debian/drdsl/usr/bin/drdsl + cp debian/drdsl.1 debian/drdsl/usr/share/man/man1/ + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure