From ca7f496294788103db9c118fbe247a5fd91c8fe8 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 27 Nov 2008 15:02:15 -0500 Subject: [PATCH] Added new chat scripts to debian and rpm packages --- ChangeLog | 1 + debian/rules | 4 ++-- rpm/barry.spec | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f13833c2..36dd177e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Release: version 0.15 - 2008/10/?? 2008/11/27 - applied ppp chat script patch for AT&T Cingular from Richard Esplin + - added new chat scripts to debian and rpm packages 2008/11/23 - applied 'patch' of Martin Owens' Content Store documentation - updated AUTHORS diff --git a/debian/rules b/debian/rules index d9d5a64d..9cb98d7a 100755 --- a/debian/rules +++ b/debian/rules @@ -32,9 +32,9 @@ install/barry-util:: install -m 0644 $(CURDIR)/modprobe/blacklist-berry_charge $(CURDIR)/debian/barry-util/etc/modprobe.d/blacklist-berry_charge # Install default ppp options and chat scripts install -d $(CURDIR)/debian/barry-util/etc/ppp/peers - install -m 0644 $(CURDIR)/ppp/barry-rogers $(CURDIR)/ppp/barry-verizon $(CURDIR)/ppp/barry-sprint $(CURDIR)/ppp/barry-o2ireland $(CURDIR)/ppp/barry-tmobileus $(CURDIR)/debian/barry-util/etc/ppp/peers + install -m 0644 $(CURDIR)/ppp/barry-rogers $(CURDIR)/ppp/barry-verizon $(CURDIR)/ppp/barry-sprint $(CURDIR)/ppp/barry-o2ireland $(CURDIR)/ppp/barry-tmobileus $(CURDIR)/ppp/barry-att_cingular $(CURDIR)/debian/barry-util/etc/ppp/peers install -d $(CURDIR)/debian/barry-util/etc/chatscripts - install -m 0640 $(CURDIR)/ppp/barry-rogers.chat $(CURDIR)/ppp/barry-verizon.chat $(CURDIR)/ppp/barry-sprint.chat $(CURDIR)/ppp/barry-o2ireland.chat $(CURDIR)/ppp/barry-tmobileus.chat $(CURDIR)/debian/barry-util/etc/chatscripts + install -m 0640 $(CURDIR)/ppp/barry-rogers.chat $(CURDIR)/ppp/barry-verizon.chat $(CURDIR)/ppp/barry-sprint.chat $(CURDIR)/ppp/barry-o2ireland.chat $(CURDIR)/ppp/barry-tmobileus.chat $(CURDIR)/ppp/barry-att_cingular.chat $(CURDIR)/debian/barry-util/etc/chatscripts # Install hal fdi config install -d $(CURDIR)/debian/barry-util/usr/share/hal/fdi/information/10freedesktop install -m 0644 $(CURDIR)/hal/10-blackberry.fdi $(CURDIR)/debian/barry-util/usr/share/hal/fdi/information/10freedesktop diff --git a/rpm/barry.spec b/rpm/barry.spec index b3d873f5..fb3d0498 100644 --- a/rpm/barry.spec +++ b/rpm/barry.spec @@ -154,12 +154,14 @@ cd ../ %{__cp} ppp/barry-sprint %{buildroot}%{_sysconfdir}/ppp/peers/ %{__cp} ppp/barry-o2ireland %{buildroot}%{_sysconfdir}/ppp/peers/ %{__cp} ppp/barry-tmobileus %{buildroot}%{_sysconfdir}/ppp/peers/ +%{__cp} ppp/barry-att_cingular %{buildroot}%{_sysconfdir}/ppp/peers/ %{__mkdir_p} %{buildroot}%{_sysconfdir}/chatscripts %{__cp} ppp/barry-rogers.chat %{buildroot}%{_sysconfdir}/chatscripts/ %{__cp} ppp/barry-verizon.chat %{buildroot}%{_sysconfdir}/chatscripts/ %{__cp} ppp/barry-sprint.chat %{buildroot}%{_sysconfdir}/chatscripts/ %{__cp} ppp/barry-o2ireland.chat %{buildroot}%{_sysconfdir}/chatscripts/ %{__cp} ppp/barry-tmobileus.chat %{buildroot}%{_sysconfdir}/chatscripts/ +%{__cp} ppp/barry-att_cingular.chat %{buildroot}%{_sysconfdir}/chatscripts/ # Install hal fdi config %{__mkdir_p} %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop %{__cp} hal/10-blackberry.fdi %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop @@ -225,11 +227,13 @@ cd ../ %attr(0644,root,root) %config %{_sysconfdir}/ppp/peers/barry-sprint %attr(0644,root,root) %config %{_sysconfdir}/ppp/peers/barry-o2ireland %attr(0644,root,root) %config %{_sysconfdir}/ppp/peers/barry-tmobileus +%attr(0644,root,root) %config %{_sysconfdir}/ppp/peers/barry-att_cingular %attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-rogers.chat %attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-verizon.chat %attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-sprint.chat %attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-o2ireland.chat %attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-tmobileus.chat +%attr(0640,root,root) %config %{_sysconfdir}/chatscripts/barry-att_cingular.chat %doc COPYING %if %{with_gui} -- 2.11.4.GIT