--- dumpasn1-20090107.orig/debian/changelog
+++ dumpasn1-20090107/debian/changelog
@@ -0,0 +1,41 @@
+dumpasn1 (20090107-1) unstable; urgency=low
+
+ * New upstream release.
+ * Adopt package (Closes: #452186).
+
+ -- Pierre Habouzit <madcoder@debian.org> Mon, 02 Feb 2009 15:51:01 +0100
+
+dumpasn1 (20030222-3) unstable; urgency=low
+
+ * QA upload.
+ * Set Maintainer to QA Group. The previous Maintainer email is
+ bouncing.
+
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net> Thu, 10 Jan 2008 09:25:41 +0100
+
+dumpasn1 (20030222-2) unstable; urgency=low
+
+ * change maintainer in debian/control to debian address
+
+ -- Oliver Kurth <oku@debian.org> Mon, 05 Sep 2005 12:25:48 -0700
+
+dumpasn1 (20030222-1) unstable; urgency=low
+
+ * new upstream version.
+ * fix directory permissions (closes: #239718)
+
+ -- Oliver Kurth <oku@debian.org> Fri, 16 Apr 2004 15:54:40 +0200
+
+dumpasn1 (20021007-1) unstable; urgency=low
+
+ * new upstream version.
+ * added a man page.
+
+ -- Oliver Kurth <oku@masqmail.cx> Tue, 15 Oct 2002 22:36:52 +0200
+
+dumpasn1 (20020612-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Oliver Kurth <oku@masqmail.cx> Mon, 2 Sep 2002 17:13:04 +0200
+
--- dumpasn1-20090107.orig/debian/control
+++ dumpasn1-20090107/debian/control
@@ -0,0 +1,13 @@
+Source: dumpasn1
+Section: utils
+Priority: optional
+Maintainer: Pierre Habouzit <madcoder@debian.org>
+Build-Depends: debhelper
+Standards-Version: 3.8.0
+
+Package: dumpasn1
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: ASN.1 object dump program
+ An ASN.1 object dump program which will dump data encoded using any of
+ the ASN.1 encoding rules in a variety of user-specified formats.
--- dumpasn1-20090107.orig/debian/rules
+++ dumpasn1-20090107/debian/rules
@@ -0,0 +1,62 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ $(MAKE)
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ $(MAKE) distclean
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/dumpasn1
+
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installman dumpasn1.1
+ dh_installchangelogs
+ dh_link
+ dh_strip
+ dh_compress
+ 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
--- dumpasn1-20090107.orig/debian/copyright
+++ dumpasn1-20090107/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Oliver Kurth <oku@masqmail.cx> on
+Mon, 2 Sep 2002 17:13:04 +0200.
+
+It was downloaded from http://www.cs.auckland.ac.nz/~pgut001/
+
+Upstream Author: Peter Gutmann <pgut001@cs.auckland.ac.nz>
+
+Copyright:
+
+Excerpt from dumpasn1.c:
+
+ ASN.1 object dumping code, copyright Peter Gutmann
+ <pgut001@cs.auckland.ac.nz>, based on ASN.1 dump program by David Kemp
+ <dpkemp@missi.ncsc.mil>, with contributions from various people including
+ Matthew Hamrick <hamrick@rsa.com>, Bruno Couillard
+ <bcouillard@chrysalis-its.com>, Hallvard Furuseth
+ <h.b.furuseth@usit.uio.no>, Geoff Thorpe <geoff@raas.co.nz>, David Boyce
+ <d.boyce@isode.com>, John Hughes <john.hughes@entegrity.com>, Life is hard,
+ and then you die <ronald@trustpoint.com>, Hans-Olof Hermansson
+ <hans-olof.hermansson@postnet.se>, Tor Rustad <Tor.Rustad@bbs.no>,
+ Kjetil Barvik <kjetil.barvik@bbs.no>, James Sweeny <jsweeny@us.ibm.com>,
+ and several other people whose names I've misplaced.
+
+...
+
+ You can use this code in whatever way you want, as long as you don't
+ try to claim you wrote it.
+
--- dumpasn1-20090107.orig/debian/README.Debian
+++ dumpasn1-20090107/debian/README.Debian
@@ -0,0 +1,5 @@
+The program dumpasn1 has been modified for Debian to read the
+configuration file from your home directory as ~/.dumpasn1.cfg or
+/etc/dumpasn1/dumpasn1.cfg
+
+Oliver kurth <oku@masqmail.cx> Mon, 2 Sep 2002 18:14:21 +0200
--- dumpasn1-20090107.orig/debian/dirs
+++ dumpasn1-20090107/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+etc/dumpasn1
--- dumpasn1-20090107.orig/debian/compat
+++ dumpasn1-20090107/debian/compat
@@ -0,0 +1 @@
+5