Skip to content

Commit

Permalink
Fix packaging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Jun 26, 2014
1 parent ad048f2 commit 8ae17ee
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -21,6 +21,7 @@ clean:

deb: clean
debuild -i -us -uc -b
mkdir -p out
mv ../$(PACKAGE)*.{deb,build,changes} out/
dpkg -I out/*.deb
dpkg -c out/*.deb
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
@@ -1,3 +1,12 @@
automirror (1) saucy; urgency=low

[ Schlomo Schapiro ]
* Add man page, fix icon name, bail out on errors

[ Schapiro ]

-- Schapiro <sschapiro@isdeblnnl002.iscout.local> Thu, 26 Jun 2014 09:38:33 +0200

automirror (1) stable; urgency=low

* Initial release.
Expand Down
7 changes: 4 additions & 3 deletions debian/control
Expand Up @@ -3,12 +3,13 @@ Maintainer: Schlomo Schapiro <schlomo+automirror@schapiro.org>
Section: misc
Priority: optional
Standards-Version: 3.9.2
Homepage: https://github.com/schlomo/automirror
Build-Depends: debhelper (>= 9)

Package: automirror
Architecture: all
Depends: ${misc:Depends}, x11-xserver-utils
Description: Automatically mirror X screen onto available monitors
* LVDS1 is primary output if enabled, everything else will be mirror
* Biggest monitor (by lines) is primary, everything else will be mirror
* Single monitor will be switched to optimum resolution
* LVDS1 is primary output if enabled, everything else will be mirror
* Biggest monitor (by lines) is primary, everything else will be mirror
* Single monitor will be switched to optimum resolution
4 changes: 3 additions & 1 deletion debian/copyright
@@ -1 +1,3 @@

Files: *
Copyright: 2014 Schlomo Schapiro
License: GPL, see /usr/share/common-licenses/GPL

0 comments on commit 8ae17ee

Please sign in to comment.