зеркало из
1
0
Форкнуть 0
This commit is contained in:
Julia Palandri 2013-06-14 21:36:21 -03:00
Коммит 2136be0fd6
8 изменённых файлов: 79 добавлений и 0 удалений

10
README.md Normal file
Просмотреть файл

@ -0,0 +1,10 @@
Postinstall PCI
======
Huayra-Postinstall PCI
La intención de este paquete es poder terminar de configurar las netbooks
del Programa Conectar Igualdad que fueron entregadas con alguna otra
distribución de GNU/Linux
Se recomienda correr los scripts contenidos en este paquete inmediatamente
después de la instalación de Huayra GNU/Linux

1
debian/compat поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
8

15
debian/control поставляемый Normal file
Просмотреть файл

@ -0,0 +1,15 @@
Source: huayra-postinstall-pci
Section: system
Priority: extra
Maintainer: Julia Palandri <julia.palandri@gmail.com>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: http://huayra.conectarigualdad.gob.ar
Package: huayra-postinstall-pci
Architecture: all
Depends: ${misc:Depends}
Description: Configuraciones para netbooks del PCI con Huayra recién instalado
Este paquete contiene scripts para configurar la netbook y dejarla lista para
el uso escolar.

24
debian/copyright поставляемый Normal file
Просмотреть файл

@ -0,0 +1,24 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: huayra-postinstall-pci
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2013 Julia Palandri <julia.palandri@gmail.com>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
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 General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

1
debian/huayra-postinstall-pci.install поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
postinstall.d/ usr/share/huayra/

14
debian/huayra-postinstall-pci.postinst поставляемый Normal file
Просмотреть файл

@ -0,0 +1,14 @@
#! /bin/sh
set -e
if [ "$1" = "configure" ]; then
run-parts --report /usr/share/huayra/postinstall.d
if which update-grub2 >/dev/null 2>&1 ; then
update-grub
fi
fi
#DEBHELPER#

13
debian/rules поставляемый Executable file
Просмотреть файл

@ -0,0 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@

1
debian/source/format поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
3.0 (native)