--- ttf-engadget-1.001-1.orig/debian/compat
+++ ttf-engadget-1.001-1/debian/compat
@@ -0,0 +1 @@
+6
--- ttf-engadget-1.001-1.orig/debian/watch
+++ ttf-engadget-1.001-1/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-ttf$//" \
+http://www.thibault.org/fonts/engadget/ [Ee]ngadget-(.*)\.tar\.gz
--- ttf-engadget-1.001-1.orig/debian/changelog
+++ ttf-engadget-1.001-1/debian/changelog
@@ -0,0 +1,23 @@
+ttf-engadget (1.001-1-1) unstable; urgency=low
+
+ * New upstream version. (Closes: #579649)
+ * Bump standards version to 3.9.1.
+ * Change section to fonts.
+ * Bump debhelper version.
+ * debian/copyright: updated format and years.
+ * debian/watch: added.
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch> Fri, 13 Aug 2010 23:20:38 +0000
+
+ttf-engadget (1.0-2) unstable; urgency=low
+
+ * Change arch to all. (Closes: #490022)
+ * Bump standards version.
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch> Fri, 11 Jul 2008 15:52:16 +0200
+
+ttf-engadget (1.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #485632)
+
+ -- Gürkan Sengün <gurkan@phys.ethz.ch> Tue, 10 Jun 2008 17:15:24 +0200
--- ttf-engadget-1.001-1.orig/debian/copyright
+++ ttf-engadget-1.001-1/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by
+
+ Gürkan Sengün <gurkan@phys.ethz.ch> on Tue, 10 Jun 2008 17:15:24 +0200.
+
+It was downloaded from:
+
+ http://www.thibault.org/fonts/engadget/
+
+Upstream Author:
+
+ John Stracke <jstracke@thibault.org>
+
+Copyright:
+
+ Copyright (C) 2004-2010 John Stracke
+
+License:
+
+ It is released under the terms of the GNU Lesser General Public License
+ (LGPL). You should have received a copy of the LGPL along with this
+ program; it's in a file called COPYING. If not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Where the LGPL refers to "source code", I take that to refer to the file
+ called Engadget.sfd, which is a file for editing with pfaedit (see
+ http://pfaedit.sourceforge.net), an outline font editor program. Pfaedit
+ is not LGPLed, but its license does seem to count as free software (it's
+ BSD-style, without the advertising clause). Thus, according to the LGPL,
+ if you distribute this font, you must make Engadget.sfd available to the
+ recipient(s) under the terms the LGPL specifies for source availability.
+
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in /usr/share/common-licenses/LGPL-2.1 file.
+
+The Debian packaging is Copyright (C) 2008, Gürkan Sengün <gurkan@phys.ethz.ch>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- ttf-engadget-1.001-1.orig/debian/docs
+++ ttf-engadget-1.001-1/debian/docs
@@ -0,0 +1 @@
+README
--- ttf-engadget-1.001-1.orig/debian/control
+++ ttf-engadget-1.001-1/debian/control
@@ -0,0 +1,13 @@
+Source: ttf-engadget
+Section: fonts
+Priority: optional
+Maintainer: Gürkan Sengün <gurkan@phys.ethz.ch>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
+Homepage: http://www.thibault.org/fonts/engadget/
+
+Package: ttf-engadget
+Architecture: all
+Depends: ${misc:Depends}
+Description: Modern font from John Stracke
+ This is the font used to create the engadget.com logo.
--- ttf-engadget-1.001-1.orig/debian/rules
+++ ttf-engadget-1.001-1/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+# defoma-hints -c --no-question truetype *.ttf >> debian/defoma-hints
+# sed -i s,/path/to,/usr/share/fonts/truetype/engadget,g debian/defoma-hints
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ dh_install *.ttf usr/share/fonts/truetype/engadget
+
+binary-arch: build install
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ 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
--- ttf-engadget-1.001-1.orig/debian/source/format
+++ ttf-engadget-1.001-1/debian/source/format
@@ -0,0 +1 @@
+1.0