--- yydecode-0.2.10.orig/debian/compat +++ yydecode-0.2.10/debian/compat @@ -0,0 +1 @@ +5 --- yydecode-0.2.10.orig/debian/control +++ yydecode-0.2.10/debian/control @@ -1,13 +1,14 @@ Source: yydecode Section: utils Priority: optional -Maintainer: Liyang HU -Build-Depends: debhelper (>> 4.0.0), automake1.6 -Standards-Version: 3.5.9 +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.0 +Homepage: http://yydecode.sourceforge.net/ Package: yydecode Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: decode yEnc archives yydecode works almost identically to the infamous uudecode program, but for yEnc encoded archives. --- yydecode-0.2.10.orig/debian/rules +++ yydecode-0.2.10/debian/rules @@ -1,21 +1,19 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) - CFLAGS += -g -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s +export CFLAGS := -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 endif configure: configure-stamp @@ -38,7 +36,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) maintainer-clean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build --- yydecode-0.2.10.orig/debian/watch +++ yydecode-0.2.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/yydecode/yydecode-(.*)\.tar\.gz --- yydecode-0.2.10.orig/debian/changelog +++ yydecode-0.2.10/debian/changelog @@ -1,3 +1,48 @@ +yydecode (0.2.10-5~duh1) oneiric; urgency=low + + * Port forward to oneiric (orphaned as of natty). + + -- Todd Vierling Sat, 31 Dec 2011 15:03:32 -0500 + +yydecode (0.2.10-5) unstable; urgency=low + + * QA upload, orphaning this package. + + -- Bart Martens Sat, 27 Dec 2008 15:08:53 +0100 + +yydecode (0.2.10-4) unstable; urgency=low + + * debian/control: Changed my e-mail address. + * debian/control, debian/compat, debian/rules: Debhelper version. + * debian/copyright: Updated. + * debian/watch: Updated. + * debian/control: Standards version. + + -- Bart Martens Sun, 18 Jun 2006 11:10:15 +0200 + +yydecode (0.2.10-3) unstable; urgency=low + + * New maintainer (Closes: #203896) + * debian/control: added homepage to description + + -- Bart Martens Thu, 5 Jan 2006 22:45:46 +0100 + +yydecode (0.2.10-2) unstable; urgency=low + + * QA upload. + * New upstream release (0.2.10 and 0.2.10-1 were unofficial releases + by the upstream author). Closes: #262755. + * debian/rules: + - Use distclean rather than maintainer-clean to avoid regenerating + configure etc. + - Add support for DEB_BUILD_OPTIONS=noopt. + - Remove support for DEB_BUILD_OPTIONS=debug. + - Let dh_strip handle DEB_BUILD_OPTIONS=nostrip. + * debian/watch: Add. + * Conforms to Standards version 3.6.2. + + -- Matej Vela Tue, 1 Nov 2005 18:02:20 +0100 + yydecode (0.2.10-1) unstable; urgency=low * It's probably better staying a non-native package... @@ -12,6 +57,12 @@ -- Liyang HU Mon, 17 Mar 2003 18:17:34 +0000 +yydecode (0.2.7-2) unstable; urgency=low + + * QA Group upload orphaning this package + + -- Andrew Pollock Thu, 28 Oct 2004 10:39:57 +1000 + yydecode (0.2.7-1) unstable; urgency=low * New upstream. --- yydecode-0.2.10.orig/debian/copyright +++ yydecode-0.2.10/debian/copyright @@ -1,7 +1,34 @@ This package was debianized by Itai Zukerman on -Tue, 26 Feb 2002 20:53:01 +0000. Now maintained by the upstream author. +Tue, 26 Feb 2002 20:53:01 +0000. Downloaded from: http://yydecode.sourceforge.net/ -Upstream author: Liyang Hu -Copyright: GPL Version 2 (see /usr/share/common-licenses/GPL-2) +Copyright 2002-2003, Liyang Hu + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU 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 General Public License for more details. + + You should have received a copy of the GNU 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is +Copyright 2002, Itai Zukerman +Copyright 2003, Liyang HU +Copyright 2004, Andrew Pollock +Copyright 2005, Matej Vela +Copyright 2006, Bart Martens +and is licensed under the GPL, see above. +