Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 411 → Rev 412

/video-contact-sheet/trunk/pkg/debian/changelog
1,8 → 1,15
vcs (1.12-upstream.1) experimental; urgency=low
 
* New version.
* debian/docs: Install vcs.conf.example
 
-- Toni Corvera <outlyer@gmail.com> Sat, 10 Apr 2010 00:57:17 +0200
 
vcs (1.11.2-upstream.1) experimental; urgency=low
 
* New version.
 
-- Toni Corvera <outlyer@gmail.com> Fri, 12 Mar 2010 01:36:10 +0100
-- Toni Corvera <outlyer@gmail.com> Fri, 19 Mar 2010 00:18:51 +0100
 
vcs (1.11.1-upstream.1) experimental; urgency=low
 
/video-contact-sheet/trunk/pkg/debian/docs
0,0 → 1,0
examples/vcs.conf.example
/video-contact-sheet/trunk/pkg/debian/rules
9,9 → 9,9
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
 
DESTDIR:=$(CURDIR)/debian/vcs
 
 
 
CFLAGS = -Wall -g
 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
34,7 → 34,7
dh_testdir
 
# Add here commands to compile the package.
$(MAKE)
$(MAKE) all prepackage
#docbook-to-man debian/vcs.sgml > vcs.1
 
touch $@
56,7 → 56,7
dh_installdirs
 
# Add here commands to install the package into debian/vcs.
$(MAKE) DESTDIR=$(CURDIR)/debian/vcs prefix=/usr install
$(MAKE) DESTDIR=$(DESTDIR) prefix=/usr install
 
 
# Build architecture-independent files here.