The following changes were made:

* split into separate db, db-dev, and db-doc packages
  * added some dependencies
  * moved to new version scheme
  * removed old SNAPHACKS
  * updated patch loop
This commit is contained in:
2018-05-30 16:34:04 -05:00
parent 7216672cff
commit aca9ad0145
3 changed files with 72 additions and 18 deletions

16
Makefile.db-dev Normal file
View File

@@ -0,0 +1,16 @@
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation here:
# (http://www.gnu.org/licenses/gpl-2.0.html)
#
# This program 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.
DEPENDS = db
REPO = dev
BRIEF = Development files for db
DESC = Development files for db
include /usr/share/snap/Makefile.snaplinux