[Forensics-changes] [outguess] 04/06: Imported Debian patch 1:0.2-6
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Sun Dec 4 19:55:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
eriberto pushed a commit to branch debian
in repository outguess.
commit a2b60d93e29ff3a95f7ea20aebd347057b5c5357
Author: Michael Ablassmeier <abi at debian.org>
Date: Thu May 31 12:28:56 2007 +0200
Imported Debian patch 1:0.2-6
---
debian/changelog | 11 +++++++++++
debian/compat | 1 +
debian/control | 6 +++---
debian/copyright | 2 +-
debian/manpages | 2 ++
debian/rules | 25 +++++--------------------
6 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f07d6e5..05179a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+outguess (1:0.2-6) unstable; urgency=low
+
+ * QA upload.
+ * Set maintainer to QA Group; Orphaned: #424718
+ * Bump compat level to 4, B-D on at least DH 4.0.0,
+ update debian/rules, stop using dh_installmanpages
+ * fix debian/copyright
+ * Conforms with latest Standards Version 3.7.2
+
+ -- Michael Ablassmeier <abi at debian.org> Thu, 31 May 2007 12:28:56 +0200
+
outguess (1:0.2-5) unstable; urgency=low
* changed description as suggested by Martin Schulze (Closes: #163715)
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
index 69d67a4..0cf271c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
Source: outguess
Section: utils
Priority: optional
-Maintainer: Samuele Giovanni Tonon <samu at debian.org>
-Standards-Version: 3.5.2
-Build-Depends: debhelper
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.0.0)
Package: outguess
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index ab65078..fca2d6b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Fri, 8 Sep 2000 23:43:53 +1100.
It was downloaded from http://www.outguess.org/
-Upstream Author(s): Niels Provos <provos at citi.umich.edu>
+Upstream Author: Niels Provos <provos at citi.umich.edu>
Copyright:
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..654f116
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1,2 @@
+outguess.1
+debian/seek_script.1
diff --git a/debian/rules b/debian/rules
index 53a7799..190415d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+#export DH_COMPAT=1
configure: configure-stamp
configure-stamp:
@@ -43,9 +43,9 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/tmp.
- $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
- cp histogram $(CURDIR)/debian/tmp/usr/bin/outguess-histogram
- cp seek_script $(CURDIR)/debian/tmp/usr/bin/
+ $(MAKE) install prefix=$(CURDIR)/debian/outguess/usr
+ cp histogram $(CURDIR)/debian/outguess/usr/bin/outguess-histogram
+ cp seek_script $(CURDIR)/debian/outguess/usr/bin/
# Build architecture-independent files here.
@@ -54,31 +54,16 @@ binary-indep: build install
# Build architecture-dependent files here.
binary-arch: build install
-# dh_testversion
dh_testdir
dh_testroot
-# dh_installdebconf
dh_installdocs
-# dh_installexamples
-# dh_installmenu
-# dh_installemacsen
-# dh_installpam
-# dh_installinit
-# dh_installcron
- dh_installmanpages rdjpgcom.1 djpeg.1 ansi2knr.1 wrjpgcom.1 jpegtran.1 cjpeg.1
-
-# dh_installinfo
-# dh_undocumented
+ dh_installman
dh_installchangelogs ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
- # You may want to make some executables suid here.
-# dh_suidregister
-# dh_makeshlibs
dh_installdeb
-# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/outguess.git
More information about the forensics-changes
mailing list