[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.0.96-14-ga3b1322

Ryan Niebur ryanryan52 at gmail.com
Tue Jun 9 05:43:48 UTC 2009


The following commit has been merged in the master branch:
commit 87c124b9c31ae3af7bc1a33e2abe54622f00f5cf
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Mon Jun 8 22:43:23 2009 -0700

    use dh_install instead if install

diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..8999297
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,6 @@
+apt-listbugs usr/sbin/
+10apt-listbugs etc/apt/apt.conf.d/
+ignore_bugs usr/share/apt-listbugs/
+aptcleanup usr/share/apt-listbugs/aptcleanup
+lib/debian/*.rb usr/share/apt-listbugs/debian/
+lib/apt-listbugs/*.rb usr/share/apt-listbugs/apt-listbugs/
diff --git a/debian/rules b/debian/rules
index d52d298..21ad3ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,14 +45,7 @@ override_dh_auto_test:
 
 override_dh_auto_install:
 	# Add here commands to install the package into debian/apt-listbugs.
-	install -m 755 apt-listbugs $(DEB_DESTDIR)/usr/sbin/apt-listbugs
-	install -m 644 10apt-listbugs $(DEB_DESTDIR)/etc/apt/apt.conf.d/
-	install -m 644 ignore_bugs $(DEB_DESTDIR)/usr/share/apt-listbugs/
-	install -m 755 aptcleanup $(DEB_DESTDIR)/usr/share/apt-listbugs/aptcleanup
-	install -m 644 lib/debian/*.rb $(DEB_DESTDIR)/usr/share/apt-listbugs/debian/
-	install -m 644 lib/apt-listbugs/*.rb $(DEB_DESTDIR)/usr/share/apt-listbugs/apt-listbugs/
 	for mo in $(MOFILES); do \
 	  install -d $(DEB_DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES; \
 	  install -m644 $$mo $(DEB_DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES/apt-listbugs.mo; \
 	done
-

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list