[Pkg-ocaml-maint-commits] [pycaml] 01/02: Imported Debian patch 0.82-14.1

Stéphane Glondu glondu at moszumanska.debian.org
Tue Aug 25 12:15:40 UTC 2015


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

glondu pushed a commit to branch master
in repository pycaml.

commit 67cdff166797df175e730ea62edad239f43c0ab3
Author: Matthias Klose <doko at debian.org>
Date:   Sat Aug 22 15:14:43 2015 +0200

    Imported Debian patch 0.82-14.1
---
 .gitignore                  | 1 -
 debian/changelog            | 7 +++++++
 debian/control              | 2 +-
 debian/rules                | 2 +-
 debian/source/local-options | 2 --
 5 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 845ca06..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.pc
diff --git a/debian/changelog b/debian/changelog
index 76d696c..6ebf59f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pycaml (0.82-14.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build using dh-python. Closes: #786238.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 22 Aug 2015 15:14:43 +0200
+
 pycaml (0.82-14) unstable; urgency=low
 
   [ Stéphane Glondu ]
diff --git a/debian/control b/debian/control
index 8a5ec81..522118c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7.1.0~),
- python-support,
+ dh-python,
  python-dev,
  dh-ocaml (>= 0.9),
  ocaml-nox (>= 3.11.1-3~),
diff --git a/debian/rules b/debian/rules
index 812b40e..daa4e15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DESTDIR := $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 CFLAGS += -Wall
 
 %:
-	dh --with ocaml $@
+	dh --with ocaml,python2 $@
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index c4cf480..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1,2 +0,0 @@
-abort-on-upstream-changes
-unapply-patches

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/pycaml.git



More information about the Pkg-ocaml-maint-commits mailing list