[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-edu-config patches



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

To Mike Gabriel, please check them and correct me what i've done
wrong. I hope my 1st time has less typos/mistakes.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQEcBAEBAgAGBQJS9VpsAAoJEOWQha2zhDgvK0kIALsRU1Gb5eSya027AkV1fgfQ
t9PM1W2MPUHolNXngBtMAIAzQZAvbTHlPrHS7O+OMRrnMo63X/u5jEA4ynr9FDTu
eXRx+atznmtvxJWo5X9OEcIJ4Cqo35QvXT4VyLt5VRlQqmBAtEI4/4ftt1tOda0l
5FtHABhSikh589hSfWK3dlgzyl22yZPPr8enMKT7YwhVj4txnOMbYyp0+TY4y39j
68tjSr8TZE505j2NESBGo0CzX5vUzbYGPi77N8wPCFTnu+4eKMk7kDXglz4W6XiT
u/ETzEcHoAski1lAQA9fn+HAKtf6+kTKxIV+SwHkCO5ws+6iYX6PkCo0j1lHdqg=
=f6mY
-----END PGP SIGNATURE-----
>From 820228f7e243b5a160bed9b801ee82c1db35ba00 Mon Sep 17 00:00:00 2001
From: Vangelis Mouhtsis <vangelis@gnugr.org>
Date: Fri, 7 Feb 2014 22:53:21 +0200
Subject: [PATCH 1/4] debian/control: comply to Standards: 3.9.5

---
 debian/control | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 debian/control

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8aadf13
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: debian-edu-config
+Section: misc
+Priority: extra
+Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
+Uploaders: Petter Reinholdtsen <pere@debian.org>, Holger Levsen <holger@debian.org>, Patrick Winnertz <winnie@debian.org>, Vagrant Cascadian <vagrant@debian.org>, Andreas B. Mundt <andi.mundt@web.de>, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7), python-support
+Build-Depends-Indep: po-debconf, po4a
+Homepage: http://www.skolelinux.org
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-edu/trunk/src/debian-edu-config/
+Vcs-Svn: svn://svn.debian.org/debian-edu/trunk/src/debian-edu-config/
+XS-DM-Upload-Allowed: yes
+
+Package: debian-edu-config
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, debconf-utils, cfengine2, libconfig-inifiles-perl, mime-support, libnet-ldap-perl, ng-utils, host, desktop-profiles, lsb-base, ssl-cert, openssl, libfilesys-df-perl, libtext-unaccent-perl, libhtml-fromtext-perl, libio-socket-ssl-perl, discover, tftp | tftp-hpa, debian-edu-artwork, education-tasks (>= 0.853), net-tools, patch, base-files (>= 5.3), python-notify, libterm-readkey-perl, fping, ldap-utils, libnet-netmask-perl, smbldap-tools, lockfile-progs
+Recommends: resolvconf, ddccontrol | xresprobe, syslinux, memtest86+, libnotify-bin, lsof, libjavascript-perl
+Suggests: atftpd | tftpd-hpa
+Breaks: nslcd (<< 0.7.7), dhcp3-client (<< 4.1.1-P1-9), dhcp3-server (<< 4.1.1-P1-9), slapd (<< 2.4.23-5), debian-edu-install (<< 1.521~svn74617)
+Description: Configuration files for Skolelinux systems
+ Installs cfengine config files to be used by the machines set up as part
+ of the Skolelinux project.
+
+Package: debian-edu-config-gosa-netgroups
+Architecture: all
+Depends: ${misc:Depends}, gosa
+Conflicts: gosa (>= 2.7)
+Description: netgroups plugin for GOsa²
+ NIS Netgroups plugin.
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
-- 
1.8.5.3

>From 1806868d2a30814aff4a0516e170107641c4a304 Mon Sep 17 00:00:00 2001
From: Vangelis Mouhtsis <vangelis@gnugr.org>
Date: Fri, 7 Feb 2014 22:57:36 +0200
Subject: [PATCH 2/4] debian/control: Set debhelper minimum version to 9

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8aadf13..0625fa2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
 Uploaders: Petter Reinholdtsen <pere@debian.org>, Holger Levsen <holger@debian.org>, Patrick Winnertz <winnie@debian.org>, Vagrant Cascadian <vagrant@debian.org>, Andreas B. Mundt <andi.mundt@web.de>, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 9), python-support
 Build-Depends-Indep: po-debconf, po4a
 Homepage: http://www.skolelinux.org
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-edu/trunk/src/debian-edu-config/
-- 
1.8.5.3

>From 1452f5825b26e8a087744e15efbf7b553cb52a08 Mon Sep 17 00:00:00 2001
From: Vangelis Mouhtsis <vangelis@gnugr.org>
Date: Fri, 7 Feb 2014 23:09:55 +0200
Subject: [PATCH 3/4] debian/changelog: prepare new release in Debian

---
 debian/changelog | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 debian/changelog

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c1c5b9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+debian-edu-config (1.710) UNRELEASED; urgency=low
+
+  * Initial release.(Closes: #718484).
+
+ -- Mike Gabriel <sunweaver@debian.org>  Tue, 06 Aug 2013 09:25:40 +0200
+
+
+
+ 
+ 
+ 
+
+ 
+ 
+  
-- 
1.8.5.3

>From 709b01f3b5a0cb475b35a0a7d3efe88405c0c8b4 Mon Sep 17 00:00:00 2001
From: Vangelis Mouhtsis <vangelis@gnugr.org>
Date: Fri, 7 Feb 2014 23:47:38 +0200
Subject: [PATCH 4/4] debian/copyright: import copyright file prepared by
 Vangelis Mouhtsis <vangelis@gnugr.org>

---
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 debian/copyright

diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..22aa298
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: debian-edu-config
+Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Source: http://www.skolelinux.org/downloads
+
+Files: gosa-netgroups/admin/netgroups/class_filterNetGroupLDAP.inc
+       gosa-netgroups/admin/netgroups/class_netgroup.inc
+       gosa-netgroups/admin/netgroups/class_netgroupManagement.inc
+       gosa-netgroups/admin/netgroups/main.inc
+       gosa-netgroups/admin/netgroups/memberNisnetgroupSelect/class_filterMemberNisnetgroupLDAP.inc
+       gosa-netgroups/admin/netgroups/memberNisnetgroupSelect/class_memberNisnetgroupSelect.inc
+       gosa-netgroups/admin/netgroups/tabs_netgroup.inc
+       gosa-netgroups/admin/netgroups/tripleSelect/class_filterTriplesLDAP.inc
+       gosa-netgroups/admin/netgroups/tripleSelect/class_tripleSelect.inc
+       gosa-netgroups/admin/systems/netgroups/class_netgroupSystem.inc
+       gosa-netgroups/personal/netgroups/class_netgroupAccount.inc
+Copyright: 2011, Alejandro Escanero Blanco (aescanero@gmail.com)
+License: GPL-2+
+This package is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Genaral Public License for more details.
+
+Files: cf/cfrunhosts.pl
+       etc/samba/smbaddclient.pl
+       etc/samba/smbaddclient.sh
+       share/debian-edu-config/testsuite-lib.sh
+       share/debian-edu-config/tools/ldap-user-clean-attic.sh
+       share/debian-edu-config/tools/ldapdump.sh
+       share/debian-edu-config/tools/logoutkill.sh
+       share/debian-edu-config/tools/nightkill.sh
+       share/perl5/Debian/Edu.pm
+Copyright: *No copyright*
+License: UNKNOWN
+Specified files lack copyright/license information in the
+(non-present) file header.
-- 
1.8.5.3


Reply to: