[Forensics-changes] [ext3grep] 11/14: Imported Debian patch 0.10.1-2

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Mar 8 06:07:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository ext3grep.

commit 8fe88f3a43b87ae48ad591741f4104f4d300b05f
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu May 28 21:08:53 2009 +0200

    Imported Debian patch 0.10.1-2
---
 debian/changelog                        | 10 ++++++++++
 debian/control                          |  2 +-
 debian/copyright                        |  4 +++-
 debian/{docs => ext3grep.docs}          |  0
 debian/ext3grep.manpages                |  1 +
 debian/manpages                         |  1 -
 debian/{manpage => manpages}/ext3grep.8 |  0
 debian/rules                            |  5 ++---
 8 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ed2394..3a9f4f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ext3grep (0.10.1-2) unstable; urgency=low
+
+  * Passing flags to configure as arguments.
+  * Prefixing debhelper files with package name.
+  * Adding myself to copyright.
+  * Upgrading package to standards 3.8.1.
+  * Tidy rules file.
+
+ -- Daniel Baumann <daniel at debian.org>  Thu, 28 May 2009 21:08:53 +0200
+
 ext3grep (0.10.1-1) unstable; urgency=low
 
   * Merging upstream version 0.10.1.
diff --git a/debian/control b/debian/control
index c2fecba..f79f13b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Luca Bruno <lucab at debian.org>, Rich Ercolani <rercola at acm.jhu.edu>
 Build-Depends: debhelper (>= 7), autotools-dev, e2fslibs-dev, libncurses5 | libncurses-dev, pkg-config
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://code.google.com/p/ext3grep/
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/ext3grep.git
 Vcs-Git: git://git.debian.net/git/debian-forensics/ext3grep.git
diff --git a/debian/copyright b/debian/copyright
index 8d310ce..2afc682 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -42,7 +42,9 @@ License: GPL-2+
  can be found in /usr/share/common-licenses/GPL-2 file.
 
 Files: debian/*
-Copyright: (C) 2008 Rich Ercolani <rercola at acm.jhu.edu>
+Copyright:
+ (C) 2008-2009 Rich Ercolani <rercola at acm.jhu.edu>
+ (C) 2008-2009 Daniel Baumann <daniel at debian.org>
 License: GPL-2+
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
diff --git a/debian/docs b/debian/ext3grep.docs
similarity index 100%
rename from debian/docs
rename to debian/ext3grep.docs
diff --git a/debian/ext3grep.manpages b/debian/ext3grep.manpages
new file mode 100644
index 0000000..2fb19fb
--- /dev/null
+++ b/debian/ext3grep.manpages
@@ -0,0 +1 @@
+debian/manpages/*
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index 31eb23e..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/manpage/*
diff --git a/debian/manpage/ext3grep.8 b/debian/manpages/ext3grep.8
similarity index 100%
rename from debian/manpage/ext3grep.8
rename to debian/manpages/ext3grep.8
diff --git a/debian/rules b/debian/rules
index 1f3aa7f..46b55d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CROSS) --prefix=/usr $(EXTRA)
+	./configure $(CROSS) --prefix=/usr $(EXTRA) CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
 build-stamp: config.status
@@ -49,13 +49,12 @@ install: build
 	dh_testdir
 	dh_testroot
 	dh_prep
-	dh_installdirs
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/ext3grep install
 
 binary: binary-arch
 
-binary-arch: build install
+binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/ext3grep.git



More information about the forensics-changes mailing list