--- hp48cc-1.3.orig/debian/changelog
+++ hp48cc-1.3/debian/changelog
@@ -0,0 +1,88 @@
+hp48cc (1.3-4) unstable; urgency=low
+
+  * New maintainer. (closes: #300099)
+  * Updated standards (no changes).
+  * Added watch file.
+  * Switched to cdbs.
+  * Fix copyright file.
+
+ -- Roberto Lumbreras <rover@debian.org>  Fri, 23 Jun 2006 15:41:47 +0200
+
+hp48cc (1.3-3.1) unstable; urgency=low
+
+  * Orphaning this package, setting maintainer to QA.
+
+ -- Kyle McMartin <kyle@debian.org>  Thu, 17 Mar 2005 10:59:11 -0500
+
+hp48cc (1.3-3) unstable; urgency=low
+
+  * New maintainer. (closes: #277733)
+
+ -- Kyle McMartin <kyle@debian.org>  Fri, 22 Oct 2004 21:39:40 -0400
+
+hp48cc (1.3-2) unstable; urgency=low
+
+  * Applied upstream patch (closes: #122934)
+  * Added Build-Depends (closes: #110057)
+  * Updated standards-version
+
+ -- Chris Ruffin <cmruffin@debian.org>  Sat, 23 Mar 2002 07:56:48 -0500
+
+hp48cc (1.3-1) unstable; urgency=low
+
+  * New upstream sources (closes: Bug#108914)
+
+ -- Chris Ruffin <cmruffin@debian.org>  Sat, 25 Aug 2001 03:03:20 -0400
+
+hp48cc (1.0-8) unstable; urgency=low
+
+  * Changed priority from extra to optional 
+
+ -- Chris Ruffin <cmruffin@debian.org>  Sat,  2 Jun 2001 15:51:10 -0400
+
+hp48cc (1.0-7) unstable; urgency=low
+
+  * Added .PHONY targets to makefiles
+  * Added libhp48cc.a to package
+  * Moved from dh_installmanpages to dh_installman (closes: Bug#99535)
+
+ -- Chris Ruffin <cmruffin@debian.org>  Fri,  1 Jun 2001 18:06:35 -0400
+
+hp48cc (1.0-6) unstable; urgency=low
+
+  * Adopted package from Kominek (closes: bug#68297)
+  * Moved man pages to /usr/share/man
+  * Upgraded package standards
+
+ -- Chris Ruffin <cmruffin@debian.org>  Tue, 14 Nov 2000 22:13:00 -0500
+
+hp48cc (1.0-5) unstable; urgency=low
+
+  * Fixed bugs 29593 and 29881.
+  * Switched to debhelper.
+
+ -- Jay Kominek <jkominek@debian.org>  Tue,  8 Dec 1998 23:40:37 -0700
+
+hp48cc (1.0-4) unstable; urgency=low
+
+  * Added another example program. (Finds greatest common denominators)
+
+ -- Jay Kominek <jkominek@debian.org>  Mon, 20 Apr 1998 20:39:23 -0400
+
+hp48cc (1.0-3) unstable; urgency=low
+
+  * Copyright file was missing the location of the upstream sources.
+
+ -- Jay Kominek <jkominek@debian.org>  Sun,  8 Mar 1998 22:04:41 -0500
+
+hp48cc (1.0-2) unstable; urgency=low
+
+  * Added the example code into the package.
+
+ -- Jay Kominek <jkominek@xtn.net>  Sat, 18 Oct 1997 21:28:19 -0400
+
+hp48cc (1.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jay Kominek <jkominek@xtn.net>  Sun, 28 Sep 1997 10:45:33 -0400
--- hp48cc-1.3.orig/debian/compat
+++ hp48cc-1.3/debian/compat
@@ -0,0 +1 @@
+5
--- hp48cc-1.3.orig/debian/control
+++ hp48cc-1.3/debian/control
@@ -0,0 +1,16 @@
+Source: hp48cc
+Section: devel
+Priority: optional
+Maintainer: Roberto Lumbreras <rover@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, bison, flex
+Standards-Version: 3.7.2
+
+Package: hp48cc
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: C-like compiler which produces HP48 RPN
+ `hp48cc' is a C-like compiler that translates the input code into the
+ HP48 RPN language.  The language recognized by the compiler is only a small
+ subset of the C language, with some non-standard extensions, but powerful
+ enough to write complex programs simply.
+
--- hp48cc-1.3.orig/debian/copyright
+++ hp48cc-1.3/debian/copyright
@@ -0,0 +1,30 @@
+This package was originally created by Jay Kominek <jkominek@debian.org>
+on Sunday, September 28th, 1997
+
+It was downloaded from ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/
+
+Copyright:
+
+This program was initially based on the `g48' compiler
+written by M. Andreoli <andreoli@pisoft.it> but has been
+rewritten from scratch by Sandro Sigala <sandro@sigala.it>.
+
+Old code and idea copyright (c) 1997 Michele Andreoli.  All rights reserved.
+New code copyright (c) 1997-2001 Sandro Sigala.  All rights reserved.
+
+This program 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 program 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 program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the full text of GNU's GPL can be found in
+/usr/share/common-licenses/GPL-2
--- hp48cc-1.3.orig/debian/hp48cc.dirs
+++ hp48cc-1.3/debian/hp48cc.dirs
@@ -0,0 +1 @@
+usr/bin
--- hp48cc-1.3.orig/debian/hp48cc.examples
+++ hp48cc-1.3/debian/hp48cc.examples
@@ -0,0 +1,14 @@
+examples/README
+examples/accuracy.hpc
+examples/astro.hpc
+examples/fact.hpc
+examples/gcd.hpc
+examples/hello.hpc
+examples/inform.hpc
+examples/pi1.hpc
+examples/pi2.hpc
+examples/sort.hpc
+examples/tutorial.hpc
+examples/xcos.hpc
+examples/xexp.hpc
+examples/xsin.hpc
--- hp48cc-1.3.orig/debian/rules
+++ hp48cc-1.3/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_INSTALL_CHANGELOGS_ALL := ./NEWS
--- hp48cc-1.3.orig/debian/watch
+++ hp48cc-1.3/debian/watch
@@ -0,0 +1,3 @@
+# watch file for uscan
+version=2
+http://www.sigala.it/sandro/download.php (?:.*/)?hp48cc-?_?([\w+\d+\.]+|\d+)(?:\.tar|\.tgz)(?:\.gz|\.bz2|) debian uupdate
