[Debtags-commits] [svn] r1095 - in branches/bigmerge/debtags: . debian

Enrico Zini enrico at costa.debian.org
Fri Aug 5 16:19:24 UTC 2005


Author: enrico
Date: Fri Aug  5 16:19:23 2005
New Revision: 1095

Added:
   branches/bigmerge/debtags/debian/debtags.copyright
      - copied unchanged from r1093, branches/bigmerge/debtags/debian/copyright
   branches/bigmerge/debtags/debian/debtags.dirs
      - copied unchanged from r1089, branches/bigmerge/debtags/debian/dirs
   branches/bigmerge/debtags/debian/debtags.docs
      - copied unchanged from r1089, branches/bigmerge/debtags/debian/docs
   branches/bigmerge/debtags/debian/debtags.examples
      - copied unchanged from r1089, branches/bigmerge/debtags/debian/examples
   branches/bigmerge/debtags/debian/debtags.install
   branches/bigmerge/debtags/debian/debtags.postinst
      - copied unchanged from r1089, branches/bigmerge/debtags/debian/postinst
   branches/bigmerge/debtags/debian/debtags.postrm
      - copied unchanged from r1089, branches/bigmerge/debtags/debian/postrm
Removed:
   branches/bigmerge/debtags/debian/copyright
   branches/bigmerge/debtags/debian/dirs
   branches/bigmerge/debtags/debian/docs
   branches/bigmerge/debtags/debian/examples
   branches/bigmerge/debtags/debian/postinst
   branches/bigmerge/debtags/debian/postrm
Modified:
   branches/bigmerge/debtags/Makefile.am
Log:
Fixed Debian packaging

Modified: branches/bigmerge/debtags/Makefile.am
==============================================================================
--- branches/bigmerge/debtags/Makefile.am	(original)
+++ branches/bigmerge/debtags/Makefile.am	Fri Aug  5 16:19:23 2005
@@ -17,6 +17,7 @@
 man_MANS = debtags.1
 
 install-data-local: bash-completion
+	install -d -o root -g root -m 0755 $(DESTDIR)$(bashcompdir)
 	$(INSTALL_DATA) $< $(DESTDIR)$(bashcompdir)/debtags
 
 EXTRA_DIST = libdebtags1.m4 libdebtags1.pc.in vocabulary tags-current.gz bash-completion



More information about the Debtags-commits mailing list