Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 356 → Rev 357

/video-contact-sheet/trunk/debian-package/debian/control
7,7 → 7,7
 
Package: vcs
Architecture: all
Depends: bc, bash, grep, imagemagick (>= 6.0), mktemp, mplayer, ffmpeg
Depends: bc, bash, grep, imagemagick (>= 6.0), mktemp, mplayer, ffmpeg, gsfonts
Description: vcs is a script that creates a contact sheet (preview) from videos
Video Contact Sheet *NIX (vcs for short) is a script that creates a contact
sheet (preview) from videos by taking still captures distributed over the
/video-contact-sheet/trunk/debian-package/debian/changelog
1,3 → 1,9
vcs (1.0.12-upstream.1) experimental; urgency=low
 
* debian/control: Added missing requirement (gsfonts)
 
-- Toni Corvera <outlyer@gmail.com> Mon, 06 Oct 2008 14:26:27 +0200
 
vcs (1.0.12-upstream.0) experimental; urgency=low
 
* New version.
/video-contact-sheet/trunk/debian-package/debian/rules
56,7 → 56,7
dh_installdirs
 
# Add here commands to install the package into debian/vcs.
$(MAKE) DESTDIR=$(CURDIR)/debian/vcs install
$(MAKE) DESTDIR="$(CURDIR)/debian/vcs" install
 
 
# Build architecture-independent files here.