]> git.llucax.com Git - software/mutt-debian.git/commitdiff
Install reportbug script to inform us about the status of installed
authorChristoph Berg <myon@debian.org>
Mon, 26 May 2008 20:21:44 +0000 (22:21 +0200)
committerChristoph Berg <myon@debian.org>
Mon, 26 May 2008 20:21:44 +0000 (22:21 +0200)
mutt packages.

.bzrignore
debian/bug/control [new file with mode: 0644]
debian/bug/script [new file with mode: 0755]
debian/changelog
debian/mutt.dirs
debian/rules

index 93e833920976f70c85108fd981f56da9956dc91b..ee67ff226380407728a16399bcdcef0aef617501 100644 (file)
@@ -46,3 +46,25 @@ muttbug.sh.in
 patchlist.sh
 prepare
 smime_keys.pl
 patchlist.sh
 prepare
 smime_keys.pl
+
+.mutt.org
+.pc/
+Makefile.in
+config.h.in
+configure
+obj-x86_64-linux-gnu/
+obj-x86_64-linux-gnu-patched/
+debian/files
+debian/mutt/
+debian/mutt-dbg/
+debian/mutt-dbg.debhelper.log
+debian/mutt-patched/
+debian/mutt-patched.debhelper.log
+debian/mutt-patched.substvars
+debian/mutt.debhelper.log
+debian/mutt.postinst.debhelper
+debian/mutt.postrm.debhelper
+debian/mutt.prerm.debhelper
+debian/mutt.substvars
+debian/stamp-patched
+debian/tmp/
diff --git a/debian/bug/control b/debian/bug/control
new file mode 100644 (file)
index 0000000..1d19eee
--- /dev/null
@@ -0,0 +1 @@
+package-status: mutt mutt-patched mutt-dbg
diff --git a/debian/bug/script b/debian/bug/script
new file mode 100755 (executable)
index 0000000..d5f4c44
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "Including output of \`mutt -v'..."
+
+LC_ALL=C mutt -v >&3
index a93d47df1f585e39063808a276d5b82c60806789..68da5d59b5ca7639cdb1369504d8208723688403 100644 (file)
@@ -1,3 +1,10 @@
+mutt (1.5.18-2) unstable; urgency=low
+
+  * Install reportbug script to inform us about the status of installed
+    mutt packages.
+
+ -- Christoph Berg <myon@debian.org>  Mon, 26 May 2008 22:17:05 +0200
+
 mutt (1.5.18-1) unstable; urgency=low
 
   * New upstream version.
 mutt (1.5.18-1) unstable; urgency=low
 
   * New upstream version.
index ab784384195f7ba0535711782389998fa67ffbbf..d292bfb059868273572d754aff585edb1caf772f 100644 (file)
@@ -1,2 +1,3 @@
 etc/Muttrc.d
 etc/Muttrc.d
+usr/share/bug/mutt
 usr/share/lintian/overrides
 usr/share/lintian/overrides
index 05b512f85cb137473ec20533be9019129e92e2b1..e7c9741452bd106b51afb69f13e209b289a6a24b 100755 (executable)
@@ -108,6 +108,8 @@ $(objdir)/build-stamp: $(objdir)-patched/build-stamp
 
 install: build
        ###################### install ######################
 
 install: build
        ###################### install ######################
+       dh_testdir
+       dh_testroot
        dh_clean -k
        cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        
        dh_clean -k
        cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        
@@ -131,13 +133,14 @@ install: build
        
        # temporarily call the binary mutt-patched so dh_strip gets the debug file name right
        install -D $(objdir)-patched/mutt debian/mutt-patched/usr/bin/mutt-patched
        
        # temporarily call the binary mutt-patched so dh_strip gets the debug file name right
        install -D $(objdir)-patched/mutt debian/mutt-patched/usr/bin/mutt-patched
+       
+       # reportbug driver
+       dh_installdirs
+       install -m644 debian/bug/control $(CURDIR)/debian/mutt/usr/share/bug/mutt
+       install       debian/bug/script  $(CURDIR)/debian/mutt/usr/share/bug/mutt
 
 binary binary-arch: install
        ###################### binary ######################
 
 binary binary-arch: install
        ###################### binary ######################
-       dh_testdir
-       dh_testroot
-       
-       dh_installdirs
        dh_install
        dh_installman
        dh_installmenu
        dh_install
        dh_installman
        dh_installmenu