diff -Nru nanny-data-0.0.1/debian/changelog nanny-data-0.0.1/debian/changelog --- nanny-data-0.0.1/debian/changelog 2010-02-23 20:25:24.000000000 +0000 +++ nanny-data-0.0.1/debian/changelog 2010-02-23 14:00:52.000000000 +0000 @@ -1,4 +1,10 @@ -nanny-data (0.0.1-1) jaunty; urgency=low +nanny-data (0.0.1-0ubuntu2) jaunty; urgency=low + + * Update changelog + + -- David Ámian Valle Tue, 23 Feb 2010 10:12:44 +0100 + +nanny-data (0.0.1) jaunty; urgency=low * Initial release, nanny blacklist database diff -Nru nanny-data-0.0.1/debian/control nanny-data-0.0.1/debian/control --- nanny-data-0.0.1/debian/control 2010-02-17 15:00:11.000000000 +0000 +++ nanny-data-0.0.1/debian/control 2010-02-23 14:00:52.000000000 +0000 @@ -2,10 +2,9 @@ Section: utils Priority: optional Maintainer: Junta de Andalucía -Uploaders: Álvaro Pinel , - David Amián +Uploaders: Álvaro Pinel , David Amián Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Homepage: http://forja.guadalinex.org/webs/nanny/doku.php Package: nanny-data diff -Nru nanny-data-0.0.1/debian/copyright nanny-data-0.0.1/debian/copyright --- nanny-data-0.0.1/debian/copyright 2010-02-17 14:55:20.000000000 +0000 +++ nanny-data-0.0.1/debian/copyright 2010-02-23 14:00:52.000000000 +0000 @@ -2,10 +2,6 @@ It was downloaded from http://forja.guadalinex.org/webs/nanny/doku.php -Upstream Author(s): - - Álvaro Pinel - David Amián Copyright: diff -Nru nanny-data-0.0.1/debian/rules nanny-data-0.0.1/debian/rules --- nanny-data-0.0.1/debian/rules 2010-02-17 15:01:22.000000000 +0000 +++ nanny-data-0.0.1/debian/rules 2010-02-23 14:00:52.000000000 +0000 @@ -54,10 +54,6 @@ # Build architecture-independent files here. binary-indep: install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: install dh_testdir dh_testroot dh_installchangelogs @@ -87,5 +83,10 @@ dh_md5sums dh_builddeb +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: install + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure