[Forensics-changes] [SCM] debian-forensics/chaosreader branch, debian, updated. debian/0.94-1-2-g2fabb52
Joao Eriberto Mota Filho
eriberto at eriberto.pro.br
Sun Mar 21 15:20:29 UTC 2010
The following commit has been merged in the debian branch:
commit 2fabb523c4107f6bccb465c3d8898516ae145993
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date: Sun Mar 21 12:15:21 2010 -0300
* Added the chaosreader.t2t. It is the manpage source.
* Added the debian/upstream.changelog file.
* Added the README.source file.
* Removed the source.lintian-overrides file. All problems are fixed.
* debian/control:
- Updated debhelper version in Build-Depends field.
- Updated Standards-Version from 3.8.2 to 3.8.4.
- Updated Vcs-Browser and Vcs-Git fields from debian.net to debian.org.
* debian/copyright: Updated the packaging copyright years.
* debian/watch: fixed the regular expression. The uscan works fine now.
diff --git a/debian/changelog b/debian/changelog
index 5782a87..5bb2483 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+chaosreader (0.94-2) unstable; urgency=low
+
+ * Added the chaosreader.t2t. It is the manpage source.
+ * Added the debian/upstream.changelog file.
+ * Added the README.source file.
+ * Removed the source.lintian-overrides file. All problems are fixed.
+ * debian/control:
+ - Updated debhelper version in Build-Depends field.
+ - Updated Standards-Version from 3.8.2 to 3.8.4.
+ - Updated Vcs-Browser and Vcs-Git fields from debian.net to debian.org.
+ * debian/copyright: Updated the packaging copyright years.
+ * debian/watch: fixed the regular expression. The uscan works fine now.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> Mon, 21 Mar 2010 01:40:40 -0300
+
chaosreader (0.94-1) unstable; urgency=low
[ Joao Eriberto Mota Filho ]
diff --git a/debian/control b/debian/control
index f75d8dc..f6d2b52 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: net
Priority: optional
Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
Uploaders: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 7), quilt
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7.0.50~), quilt
+Standards-Version: 3.8.4
Homepage: http://chaosreader.sourceforge.net
-Vcs-Browser: http://git.debian.net/?p=debian-forensics/chaosreader.git
-Vcs-Git: git://git.debian.net/git/debian-forensics/chaosreader.git
+Vcs-Browser: http://git.debian.org/?p=forensics/chaosreader.git
+Vcs-Git: git://git.debian.org/git/forensics/chaosreader.git
Package: chaosreader
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 1487876..d85fde5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ License: GPL-2+
can be found in /usr/share/common-licenses/GPL-2 file.
Files: debian/*
-Copyright: (C) 2008-2009 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Copyright: (C) 2008-2010 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
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/rules b/debian/rules
index 090e3f6..32dd2e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,5 @@
override_dh_auto_install:
install -D -m 0755 chaosreader0.94 debian/chaosreader/usr/bin/chaosreader
+
+ dh_installchangelogs debian/upstream.changelog
diff --git a/debian/watch b/debian/watch
index 3d30a23..cae27b3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://sf.net/chaosreader/chaosreader-(.*)\.tar\.gz
+http://sf.net/chaosreader/chaosreader(.*)
--
debian-forensics/chaosreader
More information about the forensics-changes
mailing list