Changeset 74
- Timestamp:
- 03/26/07 09:24:16 (6 years ago)
- Location:
- pkg/main/parsix-ics/trunk
- Files:
-
- 5 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
debian/rules (modified) (1 diff)
-
ics (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-ics/trunk/debian/changelog
r3 r74 1 parsix-ics (0.1.2) unstable; urgency=low 2 3 * Updated debian/control 4 - Bump version to 3.7.2 5 - Removed build-essentials from build depends 6 * Updated ics script 7 * Updated debian/copyright 8 * Updated debian/rules 9 * Removed debian/control.in 10 11 -- Alan Baghumian <alan@technotux.org> Mon, 5 Feb 2007 19:52:11 +0330 12 1 13 parsix-ics (0.1.1) unstable; urgency=low 2 14 -
pkg/main/parsix-ics/trunk/debian/control
r3 r74 3 3 Priority: extra 4 4 Maintainer: Alan Baghumian <alan@technotux.org> 5 Build-Depends -Indep: cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0)6 Standards-Version: 3. 6.25 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0) 6 Standards-Version: 3.7.2 7 7 8 8 Package: parsix-ics 9 9 Architecture: all 10 10 Depends: iptables, bash 11 Description: Simple internet sharing init script. 11 Description: Simple internet sharing init script 12 Internet sharing init script for Parsix GNU/Linux. 12 13 -
pkg/main/parsix-ics/trunk/debian/copyright
r3 r74 1 This package was debianized by Stefan Lippers-Hollmann <s.l-h@gmx.de> on2 Tue, 23 Aug 2005 11:03:21 +0200.1 This package was debianized by Alan Baghumian <alan@technotux.org> on 2 Sun, 30 Nov 2006 07:41:19 +0330. 3 3 4 It was downloaded from http://www.kanotix.com 4 Copyright: 2006-2007 Parsix GNU/Linux Project 5 5 6 Copyright Holder: Jörg Schirottke <master@kanotix.com> 6 License: 7 7 8 License: GPL, see /usr/share/common-licenses 8 This package is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 This package is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this package; if not, write to the Free Software 20 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 22 On Debian systems, the complete text of the GNU General 23 Public License can be found in `/usr/share/common-licenses/GPL'. 24 25 The Debian packaging is (C) 2006-2007, Alan Baghumian <alan@technotux.org> and 26 is licensed under the GPL, see above. 27 -
pkg/main/parsix-ics/trunk/debian/rules
r3 r74 1 1 #!/usr/bin/make -f 2 3 DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes4 2 5 3 include /usr/share/cdbs/1/rules/debhelper.mk -
pkg/main/parsix-ics/trunk/ics
r3 r74 3 3 # Released under GNU/GPL 4 4 # Edit INTERFACE to meet your needs. 5 ### BEGIN INIT INFO 6 # Provides: parsix-ics 7 # Required-Start: 8 # Required-Stop: 9 # Default-Start: 2 5 10 # Default-Stop: 0 6 11 # Short-Description: Internet sharing service 12 # Description: Parsix Internet sharing service 13 ### END INIT INFO 5 14 6 15 IPTABLES=/sbin/iptables
Note: See TracChangeset
for help on using the changeset viewer.


