Changeset 3892 for lliurex-dpkg-provider
- Timestamp:
- Mar 10, 2017, 2:42:28 PM (4 years ago)
- Location:
- lliurex-dpkg-provider/trunk/fuentes/debian
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-dpkg-provider/trunk/fuentes/debian/control
r3891 r3892 1 Source: lliurex-dpkg-provider 2 Section: misc 3 Priority: standard 4 Maintainer: Equipo LliureX <lliurex@gva.es> 5 Uploaders: Luis Antonio Garcia Gisbert <garcia_luigis@gva.es>, Angel Berlanas Vicente <aberlanas.gva@gmail.com>, Javier García Escribano <garcia_javesc@gva.es>, Raul Rodrigo Segura <raurodse.gva@gmail.com>, Alfons Lloret Sananton <alloret.gva@gmail.com>, Enrique Medina Gremaldos <lth.gva@gmail.com>, Hector Garcia Huerta <lliurex_devel1@edu.gva.es>, Ignacio Vidal Hurtado <vidal_joshur@gva.es> 6 Build-Depends: debhelper (>= 7), python-jinja2, python 7 Standards-Version: 3.9.6 8 9 Package: lliurex-dpkg-provider 10 Architecture: all 11 Conflicts: {{ CONFLICTS }} 12 Provides: {{ PROVIDES }} 13 Depends: {{ DEPENDS }} 14 Description: Lliurex Package Provider 15 This package foces other packages out without breaking any meta package. 16 -
lliurex-dpkg-provider/trunk/fuentes/debian/rules
r3891 r3892 14 14 15 15 override_dh_clean: 16 16 echo "11111" 17 17 cp $(CURDIR)/debian/control.skel $(CURDIR)/debian/control 18 18 dh_clean
Note: See TracChangeset
for help on using the changeset viewer.