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

bengen pushed a commit to branch master
in repository sepia.

commit eea444bf2bfdc0e627dadc44d061fe8d97a6d6b5
Author: Hilko Bengen <ben...@debian.org>
Date:   Fri Dec 11 11:48:34 2009 +0100

    0.98-2
    
    * Make sepia installable on emacs > 22.
    * Bumped Standards-Version
      - Use new info file handling
    * Add ${misc:Depends} for debhelper
---
 debian/changelog       | 9 +++++++++
 debian/control         | 7 ++++---
 debian/emacsen-install | 2 +-
 debian/emacsen-remove  | 2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index acbaa82..56c0d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sepia (0.98-2) unstable; urgency=low
+
+  * Make sepia installable on emacs > 22.
+  * Bumped Standards-Version
+    - Use new info file handling
+  * Add ${misc:Depends} for debhelper
+
+ -- Hilko Bengen <ben...@debian.org>  Fri, 11 Dec 2009 11:46:58 +0100
+
 sepia (0.98-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index ea0ddab..7cc684a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,13 @@ Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: texinfo, perl (>= 5.8.8-7), libpadwalker-perl (>= 1.0), 
libmodule-info-perl, libsub-uplevel-perl, liblexical-persistence-perl, 
libmodule-corelist-perl, libdevel-size-perl, libtest-expect-perl
 Maintainer: Hilko Bengen <ben...@debian.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 
 Package: sepia
 Architecture: all
-Depends: ${perl:Depends},
- emacs22,
+Depends: ${perl:Depends}, ${misc:Depends},
+ dpkg (>= 1.15.4) | install-info,
+ emacs22 | emacs23,
  w3m-el,
  libpadwalker-perl (>= 1.0), libmodule-info-perl, libsub-uplevel-perl
 Recommends: perl-doc
diff --git a/debian/emacsen-install b/debian/emacsen-install
old mode 100644
new mode 100755
index c0ba5c4..592b5d1
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -9,7 +9,7 @@ FLAVOR=$1
 PACKAGE=sepia
 
 case ${FLAVOR} in
-    emacs22)
+    emacs2[2-9]*)
        echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
        ;;
     *)
diff --git a/debian/emacsen-remove b/debian/emacsen-remove
old mode 100644
new mode 100755
index 413c9f2..fc0c130
--- a/debian/emacsen-remove
+++ b/debian/emacsen-remove
@@ -5,7 +5,7 @@ FLAVOR=$1
 PACKAGE=sepia
 
 case ${FLAVOR} in
-    emacs22)
+    emacs2[2-9]*)
        echo install/${PACKAGE}: Handling remove for emacsen flavor ${FLAVOR}
        ;;
     *)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to