pkg-config and add gitignore.
This commit is contained in:
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,3 +1,15 @@
|
||||
libemsha (1.0.2-2) stable; urgency=medium
|
||||
|
||||
* Package bump to fix dependency issues.
|
||||
|
||||
-- Kyle Isom <kyle@imap.cc> Thu, 28 Jan 2016 00:49:45 -0800
|
||||
|
||||
libemsha (1.0.2-1) stable; urgency=medium
|
||||
|
||||
* Add pkg-config to build.
|
||||
|
||||
-- Kyle Isom <kyle@imap.cc> Thu, 28 Jan 2016 00:27:31 -0800
|
||||
|
||||
libemsha (1.0.1-1) unstable; urgency=low
|
||||
|
||||
* Initial release for packaging.
|
||||
|
||||
5
debian/copyright
vendored
5
debian/copyright
vendored
@@ -1,11 +1,12 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libemsha
|
||||
Source: <url://example.com>
|
||||
Source: https://git.kyleisom.net/lib/libemsha
|
||||
|
||||
Files: *
|
||||
Copyright: <years> <put author's name and email here>
|
||||
<years> <likewise for another author>
|
||||
License: 2015 K. Isom <coder@kyleisom.net>
|
||||
License: MIT
|
||||
2015 K. Isom <coder@kyleisom.net>
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
|
||||
0
debian/docs → debian/libemsha-1.docs
vendored
0
debian/docs → debian/libemsha-1.docs
vendored
1
debian/libemsha-dev.dirs
vendored
1
debian/libemsha-dev.dirs
vendored
@@ -1,2 +1 @@
|
||||
usr/lib
|
||||
usr/include
|
||||
|
||||
3
debian/libemsha-dev.install
vendored
3
debian/libemsha-dev.install
vendored
@@ -1,3 +1,2 @@
|
||||
usr/include/*
|
||||
usr/lib/*/lib*.a
|
||||
usr/lib/*/lib*.so
|
||||
usr/lib/*/pkgconfig/*
|
||||
|
||||
32
debian/rules
vendored
Executable file
32
debian/rules
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
#!/usr/bin/make -f
|
||||
# See debhelper(7) (uncomment to enable)
|
||||
# output every command that modifies files on the build system.
|
||||
#DH_VERBOSE = 1
|
||||
|
||||
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
||||
# see FEATURE AREAS in dpkg-buildflags(1)
|
||||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
# see ENVIRONMENT in dpkg-buildflags(1)
|
||||
# package maintainers to append CFLAGS
|
||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
||||
# package maintainers to append LDFLAGS
|
||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
|
||||
# main packaging script based on dh7 syntax
|
||||
%:
|
||||
dh $@ --with autotools-dev
|
||||
|
||||
# debmake generated override targets
|
||||
# This is example for Cmake (See http://bugs.debian.org/641051 )
|
||||
#override_dh_auto_configure:
|
||||
# dh_auto_configure -- \
|
||||
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user