------------------------------------------------------------
revno: 1119
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Fri 2008-05-30 14:59:25 +0200
message:
  fix typo
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2008-05-30 12:55:35 +0000
+++ b/changelog 2008-05-30 12:59:25 +0000
@@ -5,6 +5,8 @@
     - update (r12720)
   * debian/control.in:
     - s/meta package/metapackage/
+  * debian/rules:
+    - fix typo in installing bug scripts/presubj for arch-indep packages
 
  -- Rene Engelhard <[EMAIL PROTECTED]>  Fri, 30 May 2008 13:42:13 +0200
 

=== modified file 'rules'
--- a/rules     2008-05-30 12:55:35 +0000
+++ b/rules     2008-05-30 12:59:25 +0000
@@ -2705,7 +2705,7 @@
        perl -pi -e "s/Ubuntu stuff/stuff/" 
$(PKGDIR)-common/$(OODIR)/program/soffice
 endif
 
-       for i in $(ARCH_INDEP_DEP_PACKAGES); do \
+       for i in $(ARCH_INDEP_PACKAGES); do \
                install -D -m644 debian/presubj \
                        debian/$$i/usr/share/bug/$$i/presubj; \
                if [ -e debian/$$i.control.bug ]; then \

Reply via email to