Make Debian backend a package

This commit is contained in:
Matthias Klumpp 2016-03-26 05:10:23 +01:00
parent 4cfda07032
commit 9414e18c73
2 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,24 @@
/*
* Copyright (C) 2016 Matthias Klumpp <matthias@tenstral.net>
*
* Licensed under the GNU Lesser General Public License Version 3
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the license, or
* (at your option) any later version.
*
* This software 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this software. If not, see <http://www.gnu.org/licenses/>.
*/
module ag.backend.debian;
public import ag.backend.debian.debpackage;
public import ag.backend.debian.contentsindex;
public import ag.backend.debian.pkgindex;

View File

@ -36,8 +36,7 @@ import ag.hint;
import ag.reportgenerator;
import ag.backend.intf;
import ag.backend.debian.pkgindex;
import ag.backend.debian.contentsindex;
import ag.backend.debian;
import ag.handlers.iconhandler;