Skip to content

Commit

Permalink
Remove debian directory upon the Debian's request
Browse files Browse the repository at this point in the history
Makefile.am is also modified to get rid of debian words.

BUG=ibus#1945
R=Shawn.P.Huang@gmail.com, osamu.aoki@gmail.com, shawn.p.huang@gmail.com

Review URL: https://codereview.appspot.com/322670043
  • Loading branch information
fujiwarat committed Sep 11, 2017
1 parent d784e04 commit 79aebc5
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 997 deletions.
42 changes: 0 additions & 42 deletions Makefile.am
Expand Up @@ -134,48 +134,6 @@ srpm: dist @PACKAGE_NAME@.spec
--define "_specdir `pwd`/rpm" \
@PACKAGE_NAME@.spec

.PHONY: debian/changelog
debian/changelog:
$(AM_V_GEN) \
( \
. /etc/lsb-release; \
date=`date -R`; \
version=@VERSION@; \
serie=$(serie); \
if test -z "$$serie"; then \
serie=$$DISTRIB_CODENAME; \
fi; \
if test -z "$$release"; then \
release=1; \
fi; \
s=`cat debian/changelog.in`; \
eval "echo \"$${s}\""; \
) > $@

ppa: dist debian/changelog
$(AM_V_GEN) \
( \
mkdir ppa; \
cd ppa; \
tar zxvf ../$(distdir).tar.gz ; \
cd $(distdir); \
cp -a ../../debian . ; \
cd debian; \
debuild -S -sa ; \
)

dpkg: dist debian/changelog
$(AM_V_GEN) \
( \
mkdir ppa; \
cd ppa; \
tar zxvf ../$(distdir).tar.gz ; \
cd $(distdir); \
cp -a ../../debian . ; \
cd debian; \
debuild -b -us -uc; \
)

clean-rpm:
$(RM) -r "`uname -i`"

Expand Down
26 changes: 0 additions & 26 deletions debian/README.source

This file was deleted.

5 changes: 0 additions & 5 deletions debian/changelog.in

This file was deleted.

4 changes: 0 additions & 4 deletions debian/clean

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

100 changes: 0 additions & 100 deletions debian/control

This file was deleted.

0 comments on commit 79aebc5

Please sign in to comment.