Sorry, forgot to attach patch. Grr. -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
diff -ru orig/toolbar-fancy-0.07/debian/changelog
toolbar-fancy-0.07/debian/changelog
--- orig/toolbar-fancy-0.07/debian/changelog 2006-12-20 20:59:01.000000000
-0600
+++ toolbar-fancy-0.07/debian/changelog 2006-12-20 20:46:13.860253216 -0600
@@ -1,3 +1,22 @@
+toolbar-fancy (0.07-7.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Moved the menu's .xpm from /usr/X11R6/include/X11/ into
+ /usr/share/pixmap (Closes: #403935)
+ * Debhelper is now listed as build-depends instead of build-depends-
+ indep; upgraded the minimum version to current series (5)
+ * Corrected debian/copyright, listing the new FSF address and removing
+ the dh-make boilerplate string ("author(s)"), as instructed by
+ Lintian
+ * Debhelper compat version is now set in debian/compat instead of
+ debian/rules (which was erroneously set to 1 anyway), following
+ Lintian advice
+ * Minor adjustments to debian/rules, as current Debhelper works
+ somewhat different from what it was when this package was last built
+ (i.e. build directory, conffiles)
+
+ -- Gunnar Wolf <[EMAIL PROTECTED]> Wed, 20 Dec 2006 20:46:13 -0600
+
toolbar-fancy (0.07-7) unstable; urgency=low
* Revised the package description. closes:# 209737
Only in toolbar-fancy-0.07/debian: compat
diff -ru orig/toolbar-fancy-0.07/debian/conffiles
toolbar-fancy-0.07/debian/conffiles
--- orig/toolbar-fancy-0.07/debian/conffiles 2006-12-20 20:59:01.000000000
-0600
+++ toolbar-fancy-0.07/debian/conffiles 2006-12-20 20:49:38.253180768 -0600
@@ -1 +1 @@
-/etc/xemacs21/site-start.d/50toolbar-fancy.el
+
diff -ru orig/toolbar-fancy-0.07/debian/control
toolbar-fancy-0.07/debian/control
--- orig/toolbar-fancy-0.07/debian/control 2006-12-20 20:59:01.000000000
-0600
+++ toolbar-fancy-0.07/debian/control 2006-12-20 20:24:34.175835280 -0600
@@ -2,7 +2,7 @@
Section: editors
Priority: optional
Maintainer: Ryuichi Arafune <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 3.0.0)
+Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.5.2
Package: toolbar-fancy
diff -ru orig/toolbar-fancy-0.07/debian/copyright
toolbar-fancy-0.07/debian/copyright
--- orig/toolbar-fancy-0.07/debian/copyright 2006-12-20 20:59:01.000000000
-0600
+++ toolbar-fancy-0.07/debian/copyright 2006-12-20 20:27:41.091419792 -0600
@@ -3,9 +3,10 @@
It was downloaded from http://www.math.ethz.ch/~vroonhof/emacs/packages/
-Upstream Author(s): Jan Vroonhof <[EMAIL PROTECTED]>
+Upstream Author: Jan Vroonhof <[EMAIL PROTECTED]>
-Copyright: (written in toolbar-fancy.el)
+Copyright: (written in toolbar-fancy.el - Modified here to reflect the
+ current FSF postal address)
;; This file is not part of XEmacs.
;; This software is free software; you can redistribute it and/or modify it
@@ -19,9 +20,9 @@
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with XEmacs ; see the file COPYING. If not, write to the Free
-;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-;; 02111-1307, USA.
+;; along with XEmacs ; see the file COPYING. If not, write to the
+;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
In Debian system, You can find the GNU General Public License in
diff -ru orig/toolbar-fancy-0.07/debian/dirs toolbar-fancy-0.07/debian/dirs
--- orig/toolbar-fancy-0.07/debian/dirs 2006-12-20 20:59:01.000000000 -0600
+++ toolbar-fancy-0.07/debian/dirs 2006-12-20 20:18:36.669184552 -0600
@@ -1,2 +1,2 @@
-usr/X11R6/include/X11/pixmaps/toolbar-fancy
+usr/share/pixmaps/toolbar-fancy
usr/share/emacs/site-lisp/toolbar-fancy
diff -ru orig/toolbar-fancy-0.07/debian/emacsen-startup
toolbar-fancy-0.07/debian/emacsen-startup
--- orig/toolbar-fancy-0.07/debian/emacsen-startup 2006-12-20
20:59:01.000000000 -0600
+++ toolbar-fancy-0.07/debian/emacsen-startup 2006-12-20 20:18:21.179539336
-0600
@@ -14,7 +14,7 @@
(setq load-path (nconc load-path (list (concat "/usr/share/"
(symbol-name flavor)
"/site-lisp/toolbar-fancy"))))
-(setq data-directory-list (cons "/usr/X11R6/include/X11/pixmaps/"
data-directory-list))
+(setq data-directory-list (cons "/usr/share/pixmaps/" data-directory-list))
(package-provide 'toolbar-fancy :version 0.07000000000000001 :type 'regular)
(autoload 'init-fancy-toolbar "toolbar-fancy" nil nil nil)
(autoload 'set-fancy-toolbar "toolbar-fancy" nil nil nil)
diff -ru orig/toolbar-fancy-0.07/debian/rules toolbar-fancy-0.07/debian/rules
--- orig/toolbar-fancy-0.07/debian/rules 2006-12-20 20:59:01.000000000
-0600
+++ toolbar-fancy-0.07/debian/rules 2006-12-20 20:37:09.661983928 -0600
@@ -3,16 +3,16 @@
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+
+BUILDDIR = $(CURDIR)/debian/toolbar-fancy
build: build-stamp
build-stamp:
dh_testdir
-
# Add here commands to compile the package.
#$(MAKE) binkit
@@ -36,8 +36,8 @@
# Add here commands to install the package into debian/tmp.
#$(MAKE) install DESTDIR=`pwd`/debian/tmp
- cp `pwd`/lisp/toolbar-fancy.el
`pwd`/debian/tmp/usr/share/emacs/site-lisp/toolbar-fancy/
- cp `pwd`/etc/*.xpm
`pwd`/debian/tmp/usr/X11R6/include/X11/pixmaps/toolbar-fancy
+ cp $(CURDIR)/lisp/toolbar-fancy.el
$(BUILDDIR)/usr/share/emacs/site-lisp/toolbar-fancy/
+ cp $(CURDIR)/etc/*.xpm $(BUILDDIR)/usr/share/pixmaps/toolbar-fancy
# Build architecture-independent files here.
signature.asc
Description: Digital signature

