Skip to content

Commit cd2752a

Browse files
author
Sebastiano Merlino
committed
Removed debian and redhat scripts.
Not able to support it here anymore. Better to be supported outside of the lib
1 parent 85de047 commit cd2752a

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

Makefile.am

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ ACLOCAL_AMFLAGS = -I m4
2626

2727
SUBDIRS = src test examples
2828
DIST_SUBDIRS = src test examples
29-
EXTRA_DIST = libhttpserver.pc.in debian/changelog.in debian/control.in debian/copyright.in debian/rules.in debian/libhttpserver-dev.install.in debian/libhttpserver.install.in redhat/libhttpserver.SPEC.in $(DX_CONFIG)
29+
EXTRA_DIST = libhttpserver.pc.in $(DX_CONFIG)
3030

31-
MOSTLYCLEANFILES = $(DX_CLEANFILES) redhat/SOURCES/* *.gcda *.gcno *.gcov
32-
DISTCLEANFILES = redhat/SOURCES/* redhat/SPEC/* redhat/RPMS/* redhat/SRPMS/* redhat/* debian/* DIST_REVISION
31+
MOSTLYCLEANFILES = $(DX_CLEANFILES) *.gcda *.gcno *.gcov
32+
DISTCLEANFILES = DIST_REVISION
3333

3434
pkgconfigdir = $(libdir)/pkgconfig
3535
pkgconfig_DATA = libhttpserver.pc
@@ -47,18 +47,3 @@ dist-hook:
4747
date >DIST_REVISION
4848
git branch -vv >>DIST_REVISION
4949
cp DIST_REVISION $(distdir)/
50-
51-
deb:
52-
debuild -i -us -uc -b
53-
mv ../libhttpserver_@VERSION@_* .
54-
mv ../libhttpserver-dev_@VERSION@_* .
55-
mv ../libhttpserver-dbg_@VERSION@_* .
56-
57-
rpm: dist
58-
mkdir -p redhat/SOURCES
59-
mkdir -p redhat/BUILD
60-
mkdir -p redhat/RPMS
61-
mkdir -p redhat/SRPMS
62-
cp libhttpserver-@VERSION@.tar.gz redhat/SOURCES
63-
rpmbuild -v -bb redhat/libhttpserver.SPEC
64-
rpmbuild -v -ba redhat/libhttpserver.SPEC

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,6 @@ AC_OUTPUT(
214214
src/Makefile
215215
test/Makefile
216216
examples/Makefile
217-
debian/changelog
218-
debian/copyright
219-
debian/control
220-
debian/libhttpserver-dev.install
221-
debian/libhttpserver.install
222-
debian/rules
223-
redhat/libhttpserver.SPEC
224217
)
225218

226219
AC_MSG_NOTICE([Configuration Summary:

0 commit comments

Comments
 (0)