-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
poll-xrandr (1.3) stable; urgency=medium | ||
|
||
* Add a postinst to exec bash and reload the bash completion. | ||
* Cleanup whitespace. | ||
* Fix changelog distribution name. | ||
|
||
-- Nicholas Alipaz <[email protected]> Fri, 20 Mar 2015 10:36:03 -0700 | ||
|
||
poll-xrandr (1.2) stable; urgency=medium | ||
|
||
* Change to only using autorandr --change command. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ Priority: optional | |
Homepage: https://github.com/nalipaz/poll-xrandr | ||
Standards-Version: 3.9.2 | ||
Package: poll-xrandr | ||
Version: 1.2 | ||
Version: 1.3 | ||
Maintainer: Nicholas Alipaz <[email protected]> | ||
Depends: grep, coreutils | ||
Architecture: all | ||
Changelog: debian/changelog | ||
Readme: README.md | ||
Files: poll-xrandr /usr/bin/ | ||
Postinst: postinst | ||
Description: Poll xrandr for layout changes and run a command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
## This will reload our bash completion so it works right away. | ||
exec bash |