[subversion-commit] SVN tex-common commit + diffs: r1053 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Wed Mar 15 09:32:31 UTC 2006


Author: frank
Date: 2006-03-15 09:32:30 +0000 (Wed, 15 Mar 2006)
New Revision: 1053

Added:
   tex-common/trunk/debian/reportbug-control
Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/rules
Log:
Install reportbug control script to report with tetex and texlive
packages [frank]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-03-15 09:17:39 UTC (rev 1052)
+++ tex-common/trunk/debian/changelog	2006-03-15 09:32:30 UTC (rev 1053)
@@ -1,11 +1,13 @@
 tex-common (0.19.1) UNRELEASED; urgency=low
 
+  * Install reportbug control script to report with tetex and texlive
+    packages [frank]
   * Translations:
     #- Update french debconf translation, thanks to Steve
     #<dlist at bluewin.ch> (closes: #356840) [frank]
     # incomplete
 
- -- Frank Küster <frank at debian.org>  Tue, 14 Mar 2006 14:19:20 +0100
+ -- Frank Küster <frank at debian.org>  Wed, 15 Mar 2006 10:34:09 +0100
 
 tex-common (0.19) unstable; urgency=low
 

Added: tex-common/trunk/debian/reportbug-control
===================================================================
--- tex-common/trunk/debian/reportbug-control	2006-03-15 09:17:39 UTC (rev 1052)
+++ tex-common/trunk/debian/reportbug-control	2006-03-15 09:32:30 UTC (rev 1053)
@@ -0,0 +1 @@
+report-with: tetex-base tetex-bin tetex-extra texlive-base texlive-bin

Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2006-03-15 09:17:39 UTC (rev 1052)
+++ tex-common/trunk/debian/rules	2006-03-15 09:32:30 UTC (rev 1053)
@@ -103,7 +103,6 @@
 	# Create a symlink in TEXMFMAIN for docs
 	ln -s ../doc/texmf $(INSTDIR)/usr/share/texmf/doc
 
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.
@@ -120,6 +119,8 @@
 #	dh_install
 #	dh_installinfo
 	dh_installman $(sbin_manpages) $(bin_manpages)
+	mkdir $(INSTDIR)/usr/share/bug/tex-common/
+	install debian/reportbug-control $(INSTDIR)/usr/share/bug/tex-common/control
 	dh_link
 	dh_compress
 	dh_fixperms --exclude=var/cache/fonts




More information about the Pkg-tetex-commits mailing list