Package: goto-fai-backend Followup-For: Bug #664424 Hi Benoit,
Here are some more fixes to the original message. Alternatively you can download the archive from Debian with all the changes. Thank you for helping with this update, Jari
>From a7d7435fb29df4217288779b703d1ab1addcd1d7 Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Wed, 4 Apr 2012 10:51:15 +0300 Subject: [PATCH] nmu Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- debian/changelog | 9 ++++++--- debian/control | 6 +++++- debian/rules | 5 ++++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2787058..0cb65da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,13 @@ goto-fai-backend (3.0-1.1) unstable; urgency=low - * Non-maintainer upload. - * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Non-maintainer upload; ACKed by the maintainer, see #664424. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" + (Closes: #664424). * Update to Standards-Version to 3.9.3 and debhelper to 9. + * Add build-arch and build-indep targets; use dh_prep in rules file. + * Fix extended-description-is-probably-too-short (Lintian). - -- Jari Aalto <jari.aa...@cante.net> Tue, 28 Feb 2012 08:51:03 -0500 + -- Jari Aalto <jari.aa...@cante.net> Wed, 04 Apr 2012 10:50:40 +0300 goto-fai-backend (3.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index b419547..fec9068 100644 --- a/debian/control +++ b/debian/control @@ -14,4 +14,8 @@ Architecture: all Depends: ${misc:Depends}, atftpd | tftpd, fts, goto-common (>= 3.0-1), goto-fai (>= 3.0-1), libconfig-inifiles-perl, libproc-daemon-perl, fai-server (>= 3.2.9), adduser, debmirror Conflicts: fai-backend Description: GOsa integration with FAI - Several scripts and daemons to control FAI from GOsa + Several scripts and daemons to control FAI from GOsa. Contains e.g. + ldap2repository program to create cronjobs for the local use. The /etc/fai + directory contains needed configuration files for initramfs and usplash. + + diff --git a/debian/rules b/debian/rules index cb8c954..8d4903c 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +build-arch: build +build-indep: build + build: #******************************************************** #* Building fai-backend into a Debian/GNU Linux Package * @@ -22,7 +25,7 @@ install: install-stamp install-stamp: dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Create a copy, remove svn stuff -- 1.7.9.1