diff -u emacs-goodies-el-26.11/debian/changelog emacs-goodies-el-26.11/debian/changelog --- emacs-goodies-el-26.11/debian/changelog +++ emacs-goodies-el-26.11/debian/changelog @@ -1,3 +1,18 @@ +emacs-goodies-el (26.11-1ubuntu1) gutsy; urgency=low + + * debian/emacs-goodies-el.emacsen-install.in: + - (EXCLUDED_emacs22): Exclude programs that are part of Emacs 22. + * debian/compat: + - Set to 4 to silence lintian warning. + * debian/control: + - Implement Ubuntu Maintainer policy. + - (Standards-Version): Set to 3.7.2 + - (Build-Depends): Move debhelper and dpatch here. + * debian/rules: + - Don't set DH_COMPAT. + + -- Michael W. Olson (GNU address) Mon, 02 Jul 2007 10:15:44 -0400 + emacs-goodies-el (26.11-1) unstable; urgency=low * dpkg-dev-el: diff -u emacs-goodies-el-26.11/debian/control emacs-goodies-el-26.11/debian/control --- emacs-goodies-el-26.11/debian/control +++ emacs-goodies-el-26.11/debian/control @@ -1,10 +1,12 @@ Source: emacs-goodies-el Section: editors Priority: optional -Maintainer: Peter S Galbraith +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Peter S Galbraith Uploaders: Roland Mas -Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>=1.5), texinfo -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.0.0), dpatch (>=1.5) +Build-Depends-Indep: texinfo +Standards-Version: 3.7.2 Package: emacs-goodies-el Architecture: all diff -u emacs-goodies-el-26.11/debian/emacs-goodies-el.emacsen-install.in emacs-goodies-el-26.11/debian/emacs-goodies-el.emacsen-install.in --- emacs-goodies-el-26.11/debian/emacs-goodies-el.emacsen-install.in +++ emacs-goodies-el-26.11/debian/emacs-goodies-el.emacsen-install.in @@ -22,0 +23 @@ +EXCLUDED_emacs22="cua.el cfengine.el ibuffer.el ido.el newsticker.el table.el wdired.el " diff -u emacs-goodies-el-26.11/debian/rules emacs-goodies-el-26.11/debian/rules --- emacs-goodies-el-26.11/debian/rules +++ emacs-goodies-el-26.11/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=4 - include /usr/share/dpatch/dpatch.make configure: configure-stamp only in patch2: unchanged: --- emacs-goodies-el-26.11.orig/debian/compat +++ emacs-goodies-el-26.11/debian/compat @@ -0,0 +1 @@ +4