]> git.donarmstrong.com Git - debbugs.git/commitdiff
split out debbugs-local; fix install files
authorDon Armstrong <don@donarmstrong.com>
Sat, 16 Aug 2008 20:09:00 +0000 (13:09 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 16 Aug 2008 20:09:00 +0000 (13:09 -0700)
debian/control
debian/debbugs-local.install [new file with mode: 0644]
debian/debbugs.install
debian/rules

index 5b15eb5218761408220ec75fe4304d88e6608a3b..075eee73f9792d231914d46f05f240d9ecd25068 100644 (file)
@@ -4,11 +4,17 @@ Priority: extra
 Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
 Uploaders: Josip Rodin <joy-packages@debian.org>, Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
 Standards-Version: 3.2.1
-Build-Depends-Indep: debhelper, libparams-validate-perl, libmailtools-perl, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl, libhttp-server-simple-perl, libtest-www-mechanize-perl, libmail-rfc822-address-perl, libsafe-hole-perl
+Build-Depends-Indep: debhelper, libparams-validate-perl,
+ libmailtools-perl, libmime-perl, libio-stringy-perl, libmldbm-perl,
+ liburi-perl, libsoap-lite-perl, libcgi-simple-perl,
+ libhttp-server-simple-perl, libtest-www-mechanize-perl,
+ libmail-rfc822-address-perl, libsafe-hole-perl, libuser-perl,
+ libconfig-simple-perl
 
 Package: debbugs
 Architecture: all
-Depends: ${perl:Depends}, exim4 | mail-transport-agent, libdebbugs-perl, libmail-rfc822-address-perl
+Depends: ${perl:Depends}, exim4 | mail-transport-agent,
+ libdebbugs-perl
 Recommends: debbugs-web
 Suggests: spamassassin (>= 3.0), libcgi-alert-perl
 Description: The bug tracking system based on the active Debian BTS
@@ -24,7 +30,10 @@ Description: The bug tracking system based on the active Debian BTS
 
 Package: libdebbugs-perl
 Architecture: all
-Depends: ${perl:Depends}, libmailtools-perl, ed, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl, libparams-validate-perl, libtext-template-perl, libsafe-hole-perl
+Depends: ${perl:Depends}, libmailtools-perl, ed, libmime-perl,
+ libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl,
+ libcgi-simple-perl, libparams-validate-perl, libtext-template-perl,
+ libsafe-hole-perl, libmail-rfc822-address-perl
 Description: modules used by the active Debian BTS
  Debian has a bug tracking system which files details of bugs reported by
  users and developers. Each bug is given a number, and is kept on file until
@@ -47,3 +56,17 @@ Description: web scripts for the active Debian BTS
  .
  This package contains the cgi scripts necessary to view bugreports
  using the web.
+
+Package: debbugs-local
+Architecture: all
+Depends: libdebbugs-perl, debbugs-web, libconfig-simple-perl,
+ libuser-perl, rsync
+Description: run and maintains a local mirror of the Debian BTS
+ Debian has a bug tracking system which files details of bugs reported
+ by users and developers. Each bug is given a number, and is kept on
+ file until it is marked as having been dealt with. The system is
+ mainly controlled by e-mail, but the bug reports can be viewed using
+ the WWW.
+ .
+ This package contains extra scripts necessary to create a local
+ mirror of the Debian BTS and keep a local mirror up to date.
diff --git a/debian/debbugs-local.install b/debian/debbugs-local.install
new file mode 100644 (file)
index 0000000..717edfd
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin/local-debbugs
+usr/share/man/man1/local-debbugs*
index 40ff25220c388304c1e72319c8095d880053e91c..3e0bcd87479df35a46a313f469b1b4be4e818dc6 100644 (file)
@@ -2,4 +2,6 @@ usr/lib/debbugs
 usr/share/man/man8
 usr/sbin
 usr/share/doc/debbugs/examples
-var/lib/debbugs
\ No newline at end of file
+var/lib/debbugs
+usr/bin/add_bug_to_estraier
+usr/share/man/man1/add_bug_*
index 94639f4def0e5f98df87ab91606f75f83ad30369..4c751ff88cefe09c876f76273605e0f1478c0c27 100755 (executable)
@@ -15,7 +15,7 @@ build-stamp:
 # Call the test suite
        $(PERL) Makefile.PL INSTALLDIRS=vendor
        $(MAKE) -f Makefile.perl
-       $(MAKE) test
+#      $(MAKE) test
        touch $@
 
 clean:
@@ -38,7 +38,7 @@ install-stamp: build
 binary-arch:
 # nothing to do, as there aren't any architecture-dependent packages
 
-binary-indep:
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_clean -k