[Forensics-changes] [afflib] 01/03: Import Debian changes 3.7.15-2

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Jul 19 14:58:05 UTC 2017


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

eriberto pushed a commit to branch debian
in repository afflib.

commit 9a495c661330ce5f5a159923c3492fef45569461
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Sat Jun 24 18:50:33 2017 -0300

    Import Debian changes 3.7.15-2
    
    afflib (3.7.15-2) experimental; urgency=medium
    
      * debian/control:
          - Bumped Standards-Version to 4.0.0.
          - Removed obsolete dbg binary.
      * debian/libafflib0v5.symbols: fixed symbols to avoid a FTBFS. (see #853301)
      * debian/rules: dropped an override about no longer needed dbg binary.
---
 debian/changelog            | 10 ++++++++++
 debian/control              | 24 +-----------------------
 debian/libafflib0v5.symbols |  2 --
 debian/rules                |  3 ---
 4 files changed, 11 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 255a5df..5037f98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+afflib (3.7.15-2) experimental; urgency=medium
+
+  * debian/control:
+      - Bumped Standards-Version to 4.0.0.
+      - Removed obsolete dbg binary.
+  * debian/libafflib0v5.symbols: fixed symbols to avoid a FTBFS. (see #853301)
+  * debian/rules: dropped an override about no longer needed dbg binary.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 24 Jun 2017 18:50:33 -0300
+
 afflib (3.7.15-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 3ce8bdb..ce25283 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
                libfuse-dev [!hurd-i386],
                libssl-dev,
                zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/sshock/AFFLIBv3
 Vcs-Browser: https://anonscm.debian.org/git/forensics/afflib.git
 Vcs-Git: https://anonscm.debian.org/git/forensics/afflib.git
@@ -52,28 +52,6 @@ Description: Advanced Forensics Format Library (development files)
  .
  This package provides the development files.
 
-Package: afflib-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
-         afflib-tools (= ${binary:Version}),
-         libafflib0v5 (= ${binary:Version}),
-         libafflib-dev (= ${binary:Version})
-Description: Advanced Forensics Format Library (debug version)
- The Advanced Forensic Format (AFF) is on-disk format for storing
- computer forensic information. Critical features of AFF include:
- .
-  - AFF allows you to store both computer forensic data and associated
-    metadata in one or more files.
-  - AFF allows files to be digital signed, to provide for
-    chain-of-custody and long-term file integrity.
-  - AFF allows for forensic disk images to stored encrypted and
-    decrypted on-the-fly for processing. This allows disk images
-    containing privacy sensitive material to be stored on the Internet.
- .
- This package provides the debugging symbols.
-
 Package: afflib-tools
 Section: utils
 Architecture: any
diff --git a/debian/libafflib0v5.symbols b/debian/libafflib0v5.symbols
index db3a677..c5754b4 100644
--- a/debian/libafflib0v5.symbols
+++ b/debian/libafflib0v5.symbols
@@ -80,7 +80,6 @@ libafflib.so.0 libafflib0v5 #MINVER#
  _ZN13CCrcOutStreamD0Ev at Base 3.7.6
  _ZN13CCrcOutStreamD1Ev at Base 3.7.6
  _ZN13CCrcOutStreamD2Ev at Base 3.7.6
- _ZN13CObjectVectorI11CStringBaseIwEE3AddERKS1_ at Base 3.7.6
  _ZN13CObjectVectorI11CStringBaseIwEE6DeleteEii at Base 3.7.6
  _ZN13CObjectVectorI11CStringBaseIwEED0Ev at Base 3.7.6
  _ZN13CObjectVectorI11CStringBaseIwEED1Ev at Base 3.7.6
@@ -327,7 +326,6 @@ libafflib.so.0 libafflib0v5 #MINVER#
  _ZN9NCompress5NLZMA8CEncoderD2Ev at Base 3.7.6
  _ZN9NCompress5NLZMA9g_FastPosE at Base 3.7.6
  _ZNK10COutBuffer16GetProcessedSizeEv at Base 3.7.6
- _ZNK11CStringBaseIwE3MidEii at Base 3.7.6
  _ZNK9NCompress5NLZMA16CLiteralEncoder28GetPriceEbhh at Base 3.7.6
  _ZNK9NCompress5NLZMA7NLength8CEncoder9SetPricesEjjPj at Base 3.7.6
  _ZTI11CLZInWindow at Base 3.7.6
diff --git a/debian/rules b/debian/rules
index 60c3e1c..fb5d4cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,5 @@ override_dh_auto_install:
 override_dh_auto_test:
 	# do nothing
 
-override_dh_strip:
-	dh_strip -a --dbg-package=afflib-dbg
-
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(PVER)

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



More information about the forensics-changes mailing list