[Pkg-gdb-logs] [gdb] 03/07: d/control.in, rules: attempt to manage python files (*.pyc) with cdbs

Hector Oron zumbi at moszumanska.debian.org
Tue Sep 8 17:26:25 UTC 2015


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

zumbi pushed a commit to branch master
in repository gdb.

commit cee88502d8510ede694a6fde7d61e3e9bb27719e
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Wed Sep 2 03:10:21 2015 +0200

    d/control.in,rules: attempt to manage python files (*.pyc) with cdbs
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/control    | 5 +++--
 debian/control.in | 5 +++--
 debian/rules      | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 5b33838..7cce9b0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Standards-Version: 3.9.6
 Build-Depends:
 # Packaging deps
-               cdbs (>= 0.4.17),
+               cdbs (>= 0.4.90),
                debhelper (>= 9),
                lsb-release,
                bzip2,
@@ -45,7 +45,8 @@ Homepage: http://www.gnu.org/s/gdb/
 Package: gdb
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ${python3:Depends}
 Recommends: libc-dbg,
             gdbserver [amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x x32]
 Suggests: gdb-doc
diff --git a/debian/control.in b/debian/control.in
index 98b29fc..7463067 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Priority: optional
 Standards-Version: 3.9.6
 Build-Depends:
 # Packaging deps
-               cdbs (>= 0.4.17),
+               cdbs (>= 0.4.90),
                debhelper (>= 9),
                lsb-release,
                bzip2,
@@ -45,7 +45,8 @@ Homepage: http://www.gnu.org/s/gdb/
 Package: gdb at TS@
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ${python3:Depends}
 Recommends: libc-dbg,
             gdbserver [amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x x32]
 Suggests: gdb-doc
diff --git a/debian/rules b/debian/rules
index 8732563..e33ebd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ DEB_WARNING_FLAGS :=
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 # This implements building using a configure script and Makefile.
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/python-autotools.mk
 
 # The top-level configure script fails to pass these down properly ...
 export CPPFLAGS

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



More information about the Pkg-gdb-logs mailing list