[Forensics-changes] [ext4magic] 01/01: * debian/control: - Bumped Standards-Version from 3.9.4 to 3.9.5. - Updated the Vcs-Git to use canonical URL. * debian/gbp.conf: added to allow git-buildpackage use. * debian/rules: - Added --enable-expert-mode to dh_auto_configure. - Removed some comments. * debian/source/: added an override to reply to check-gpg-signature. * debian/watch: improved.

Eriberto Mota eriberto-guest at moszumanska.debian.org
Mon Dec 30 20:18:06 UTC 2013


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

eriberto-guest pushed a commit to branch debian
in repository ext4magic.

commit c7147f3a48722eeed9c58c1dc65db320e098ce75
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Mon Dec 30 18:17:38 2013 -0200

      * debian/control:
          - Bumped Standards-Version from 3.9.4 to 3.9.5.
          - Updated the Vcs-Git to use canonical URL.
      * debian/gbp.conf: added to allow git-buildpackage use.
      * debian/rules:
          - Added --enable-expert-mode to dh_auto_configure.
          - Removed some comments.
      * debian/source/: added an override to reply to check-gpg-signature.
      * debian/watch: improved.
---
 debian/changelog                | 14 ++++++++++++++
 debian/control                  |  4 ++--
 debian/gbp.conf                 |  3 +++
 debian/patches/ext4magic.c      | 22 ++++++++++++++++++++++
 debian/patches/series           |  1 +
 debian/rules                    |  8 ++++----
 debian/source/lintian-overrides |  2 ++
 debian/watch                    |  2 +-
 8 files changed, 49 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4cf5f5e..ad63433 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ext4magic (0.3.1-2) unstable; urgency=medium
+
+  * debian/control:
+      - Bumped Standards-Version from 3.9.4 to 3.9.5.
+      - Updated the Vcs-Git to use canonical URL.
+  * debian/gbp.conf: added to allow git-buildpackage use.
+  * debian/rules:
+      - Added --enable-expert-mode to dh_auto_configure.
+      - Removed some comments.
+  * debian/source/: added an override to reply to check-gpg-signature.
+  * debian/watch: improved.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Mon, 30 Dec 2013 16:42:20 -0200
+
 ext4magic (0.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #705413)
diff --git a/debian/control b/debian/control
index d2e9794..a573e9b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
 Build-Depends: debhelper (>= 9.0.0), autotools-dev, e2fslibs-dev,
                libblkid-dev, libbz2-dev, libmagic-dev, zlib1g-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://developer.berlios.de/projects/ext4magic
-Vcs-Git: git://git.debian.org/git/forensics/ext4magic.git
+Vcs-Git: git://anonscm.debian.org/forensics/ext4magic.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=forensics/ext4magic.git
 
 Package: ext4magic
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..23e88fe
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = debian
+pristine-tar = True
diff --git a/debian/patches/ext4magic.c b/debian/patches/ext4magic.c
new file mode 100644
index 0000000..f7d8359
--- /dev/null
+++ b/debian/patches/ext4magic.c
@@ -0,0 +1,22 @@
+Description: fix spelling errors.
+Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Last-Update: 2013-12-30
+--- a/src/ext4magic.c
++++ b/src/ext4magic.c
+@@ -627,13 +627,13 @@
+ 				fprintf(stderr,"Error: Invalid parameter: -s  %d\n", superblock);
+ 				switch (blocksize){
+ 					case 1024: 
+-						fprintf(stderr, "blocksize 1024 posible 8193, 24577, 40961, 57345 ....\n");
++						fprintf(stderr, "blocksize 1024 possible 8193, 24577, 40961, 57345 ....\n");
+ 						break;
+ 					case 2048:
+-						fprintf(stderr, "blocksize 2048 posible 16384, 49152, 81920, 114688 ....\n");
++						fprintf(stderr, "blocksize 2048 possible 16384, 49152, 81920, 114688 ....\n");
+ 						break;
+ 					case 4096:
+-						fprintf(stderr, "blocksize 4096 posible 32768, 98304, 163840, 229376 ....\n");
++						fprintf(stderr, "blocksize 4096 possible 32768, 98304, 163840, 229376 ....\n");
+ 						break;
+ 					default:
+ 					  	fprintf(stderr, "blocksize unknown\n");
diff --git a/debian/patches/series b/debian/patches/series
index f63f9d1..571d7bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 ext4magic.8.patch
+ext4magic.c
diff --git a/debian/rules b/debian/rules
index cb4fb7a..51fed4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev --parallel
+	dh $@ --with autotools-dev --parallel
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-expert-mode
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..ad5b4c5
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# The upstream didn't provide a PGP/GPG signature.
+ext4magic source: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
index 15729c5..773dad8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/ext4magic.berlios/ext4magic-(.*)\.tar\.gz
+http://sf.net/ext4magic.berlios/ext4magic-(\d\S*)\.tar\.gz

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



More information about the forensics-changes mailing list