diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-07-13 17:22:57 +0200 | 
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-07-13 20:38:59 +0200 | 
| commit | b670c86edd704d45b572b87111f3224abecc4767 (patch) | |
| tree | d653ae1004df400d2a1881d84c4b97a23eb846e7 /debian | |
| parent | 7a91d6071d1ef15e5a05f5feb7f79a06c279c673 (diff) | |
debian: Updates to fix lintian errors
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 14 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 9 | ||||
| -rw-r--r-- | debian/libosmocore-dbg.debhelper.log | 6 | 
4 files changed, 16 insertions, 17 deletions
| diff --git a/debian/changelog b/debian/changelog index 1d818f1e..e9c11b77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libosmocore (0.3.4-3zecke3) natty; urgency=low + +  * Try to make launchpad.net happy. One more lintian error fixed + + -- Holger Hans Peter Freyther <zecke@selfish.org>  Wed, 13 Jul 2011 19:57:28 +0200 + +libosmocore (0.3.4-3zecke2) natty; urgency=low + +  * Try to make launchpad.net happy. Many lintian errors are fixed  + + -- Holger Hans Peter Freyther <zecke@selfish.org>  Wed, 13 Jul 2011 19:17:23 +0200 +  libosmocore (0.3.4-3zecke1) natty; urgency=low    * Try to make launchpad.net happy. It fails for an unspecified reason @@ -24,6 +36,6 @@ libosmocore (0.1.27) natty; urgency=low  libosmocore (0.1.17-1) unstable; urgency=low -  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP> +  * Initial release.   -- Harald Welte <laforge@gnumonks.org>  Tue, 24 Aug 2010 10:55:04 +0200 diff --git a/debian/control b/debian/control index 9b4d015e..f07ac3a8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs  Priority: optional  Maintainer: Harald Welte <laforge@gnumonks.org>  Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, dh-autoreconf -Standards-Version: 3.8.4 +Standards-Version: 3.9.1  Homepage: http://bb.osmocom.org/trac/wiki/libosmocore  Vcs-Git: git://git.osmocom.org/libosmocore.git  Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary @@ -13,12 +13,14 @@ Section: libs  Architecture: any  Depends: ${shlibs:Depends}, ${misc:Depends}  Description: Open Source MObile COMmunications CORE library + A helper library for mobile communication.  Package: libosmocore-dev  Section: libdevel  Architecture: any  Depends: ${misc:Depends}, libosmocore  Description: Development headers for Open Source MObile COMmunications CORE library + A helper library for mobile communication.  #Package: libosmocore-dbg  #Section: libdevel diff --git a/debian/copyright b/debian/copyright index c450be58..6e3ebd79 100644 --- a/debian/copyright +++ b/debian/copyright @@ -41,14 +41,5 @@ The Debian packaging is:      Copyright (C) 2010 Harald Welte <laforge@gnumonks.org> -# Please chose a license for your packaging work. If the program you package -# uses a mainstream license, using the same license is the safest choice. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. -# If you just want it to be GPL version 3, leave the following lines in. -  and is licensed under the GPL version 3,  see "/usr/share/common-licenses/GPL-3". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/libosmocore-dbg.debhelper.log b/debian/libosmocore-dbg.debhelper.log deleted file mode 100644 index 2742cb47..00000000 --- a/debian/libosmocore-dbg.debhelper.log +++ /dev/null @@ -1,6 +0,0 @@ -dh_auto_configure -dh_auto_build -dh_auto_test -dh_prep -dh_installdirs -dh_auto_install | 
